summaryrefslogtreecommitdiff
path: root/bobblocks/health.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-19 12:01:09 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-19 12:01:09 -0500
commita7bebc671920fd58992de4ff5a5f2716c891565c (patch)
tree33fdcbfefeffe292e1c20c156d84cfafb89b8b80 /bobblocks/health.lua
parent2aae75d105c39af6fa2b5a84672726ee5c19fec1 (diff)
downloaddreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.tar
dreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.tar.gz
dreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.tar.bz2
dreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.tar.xz
dreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.zip
updated bobblocks, gloopblocks, maptools, mesecons, moreblocks,
moreores, plantlife, and xban2, and switched to TenPlus1's "farming redo" mod in lieu of Pilzadam's farming_plus since the latter breaks default farming.
Diffstat (limited to 'bobblocks/health.lua')
-rw-r--r--bobblocks/health.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/bobblocks/health.lua b/bobblocks/health.lua
index a26e552..9588f87 100644
--- a/bobblocks/health.lua
+++ b/bobblocks/health.lua
@@ -37,7 +37,7 @@ minetest.register_node("bobblocks:health_off", {
paramtype2 = "facedir",
legacy_facedir_simple = true,
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
- is_ground_content = true,
+ is_ground_content = false,
walkable = false,
climbable = false,
mesecons = {conductor={
@@ -53,7 +53,7 @@ minetest.register_node("bobblocks:health_on", {
legacy_facedir_simple = true,
light_source = LIGHT_MAX-0,
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
- is_ground_content = true,
+ is_ground_content = false,
walkable = false,
climbable = false,
drop = "bobblocks:health_off",