Update 'mods/default/trees.lua'

This commit is contained in:
thunderdog1138 2020-07-16 13:21:34 +00:00
parent 0f72c08d52
commit f182e605df
1 changed files with 1 additions and 1 deletions

View File

@ -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