Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
an additional fix is needed for the replacer to place cable plates correctly: pandorabox-io/pandorabox.io#392 (comment)
  • Loading branch information
OgelGames committed Dec 30, 2019
1 parent 77b4238 commit 0008c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions technic/machines/register/cables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ function technic.register_cable(tier, size)
num = xyz[((fine_pointed[bigger] < 0 and "-") or "") .. bigger]
end
end
if num == nil then num = 1 end
return item_place_override_node(
itemstack, placer, pointed_thing,
{name = "technic:"..ltier.."_cable_plate_"..num}
Expand Down

0 comments on commit 0008c2c

Please sign in to comment.