diff --git a/mods/default/trees.lua b/mods/default/trees.lua index 83c99a90..4dd37de0 100644 --- a/mods/default/trees.lua +++ b/mods/default/trees.lua @@ -126,7 +126,7 @@ local function add_trunk_and_leaves(data, a, pos, tree_cid, leaves_cid, local x, y, z = pos.x, pos.y, pos.z local c_air = minetest.get_content_id("air") local c_ignore = minetest.get_content_id("ignore") - local c_jogan = minetest.get_content_id("default:joganfruit") + local c_jogan = minetest.get_content_id("ethereal:jogan_fruit") -- Trunk data[a:index(x, y, z)] = tree_cid -- Force-place lowest trunk node to replace sapling