mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 08:23:59 +01:00
Make wielder nodes not ground content (#112)
nodebreaker, deployer and dispenser
This commit is contained in:
parent
c7b153f1ef
commit
cb2a59131c
@ -195,7 +195,7 @@ local function register_wielder(data)
|
|||||||
return stack:get_count()
|
return stack:get_count()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
is_ground_content = true,
|
is_ground_content = false,
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
tubelike = 1,
|
tubelike = 1,
|
||||||
groups = groups,
|
groups = groups,
|
||||||
|
Loading…
Reference in New Issue
Block a user