mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-26 09:03:46 +01:00
Make fermenter top unpointable
This commit is contained in:
parent
b6325f9078
commit
3600024ef7
@ -269,6 +269,7 @@ minetest.register_node("tubelib_addons1:fermenter_top", {
|
|||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = {crumbly=0, not_in_creative_inventory=1},
|
groups = {crumbly=0, not_in_creative_inventory=1},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
pointable = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("tubelib_addons1:biogas", {
|
minetest.register_craftitem("tubelib_addons1:biogas", {
|
||||||
|
Loading…
Reference in New Issue
Block a user