forked from minetest-mods/BobBlocks
Merge pull request #4 from minetest-mods/master
Pull from minetest-mods
This commit is contained in:
commit
b900a7aff3
@ -37,7 +37,7 @@ minetest.register_node("bobblocks:health_off", {
|
|||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
legacy_facedir_simple = true,
|
legacy_facedir_simple = true,
|
||||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
||||||
is_ground_content = true,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
climbable = false,
|
climbable = false,
|
||||||
mesecons = {conductor={
|
mesecons = {conductor={
|
||||||
@ -53,7 +53,7 @@ minetest.register_node("bobblocks:health_on", {
|
|||||||
legacy_facedir_simple = true,
|
legacy_facedir_simple = true,
|
||||||
light_source = LIGHT_MAX-0,
|
light_source = LIGHT_MAX-0,
|
||||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
||||||
is_ground_content = true,
|
is_ground_content = false,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
climbable = false,
|
climbable = false,
|
||||||
drop = "bobblocks:health_off",
|
drop = "bobblocks:health_off",
|
||||||
|
Loading…
Reference in New Issue
Block a user