mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-23 07:43:45 +01:00
Merge pull request #4 from theFox6/patch-1
Make top of high nodes unpointable
This commit is contained in:
commit
ae426613ea
@ -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 = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("tubelib_addons1:biogas", {
|
minetest.register_craftitem("tubelib_addons1:biogas", {
|
||||||
|
@ -263,6 +263,7 @@ minetest.register_node("tubelib_addons1:reformer_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 = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("tubelib_addons1:biofuel", {
|
minetest.register_craftitem("tubelib_addons1:biofuel", {
|
||||||
|
Loading…
Reference in New Issue
Block a user