Merge pull request #4 from theFox6/patch-1

Make top of high nodes unpointable
This commit is contained in:
Joachim Stolberg
2018-07-01 10:21:49 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,7 @@ minetest.register_node("tubelib_addons1:fermenter_top", {
paramtype2 = "facedir",
groups = {crumbly=0, not_in_creative_inventory=1},
is_ground_content = false,
pointable = false,
})
minetest.register_craftitem("tubelib_addons1:biogas", {

View File

@ -263,6 +263,7 @@ minetest.register_node("tubelib_addons1:reformer_top", {
paramtype2 = "facedir",
groups = {crumbly=0, not_in_creative_inventory=1},
is_ground_content = false,
pointable = false,
})
minetest.register_craftitem("tubelib_addons1:biofuel", {