From 70996a5e4bb93958977c18f2a9b455c027bd8d2d Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Mon, 27 Jan 2020 20:32:09 -0700 Subject: [PATCH] make mycelia climbable --- df_primordial_items/giant_mycelium.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/df_primordial_items/giant_mycelium.lua b/df_primordial_items/giant_mycelium.lua index 42a774c..58d1c47 100644 --- a/df_primordial_items/giant_mycelium.lua +++ b/df_primordial_items/giant_mycelium.lua @@ -31,9 +31,11 @@ minetest.register_node("df_primordial_items:giant_hypha_root", { connect_sides = { "top", "bottom", "front", "left", "back", "right" }, drawtype = "nodebox", node_box = get_node_box(0.1875, 0.25), + collision_box = get_node_box(0.125, 0.1875), paramtype = "light", light_source = 2, is_ground_content = false, + climbable = true, groups = {oddly_breakable_by_hand = 1, choppy = 2, hypha = 1}, sounds = df_trees.node_sound_tree_soft_fungus_defaults(), drop = { @@ -60,9 +62,11 @@ minetest.register_node("df_primordial_items:giant_hypha", { connect_sides = { "top", "bottom", "front", "left", "back", "right" }, drawtype = "nodebox", node_box = get_node_box(0.1875, 0.25), + collision_box = get_node_box(0.125, 0.1875), paramtype = "light", light_source = 2, is_ground_content = false, + climbable = true, groups = {oddly_breakable_by_hand = 1, choppy = 2, hypha = 1}, sounds = df_trees.node_sound_tree_soft_fungus_defaults(), drop = {