mt-mods / moretrees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why does moretrees:jungletree_trunk exist

fluxionary opened this issue · comments

it is literally just a copy of default:jungletree:

moretrees/node_defs.lua

Lines 609 to 611 in cbe846d

local jungle_tree = table.copy(minetest.registered_nodes["default:jungletree"])
jungle_tree.drop = "default:jungletree"
minetest.register_node("moretrees:jungletree_trunk", jungle_tree)

i force-aliased on a local world, and things seemed to work just fine.

commented

Maybe it has / in past had something to do with cocoa beans...?

blame this? Niklp09@6694b8d

so the answer is that it's meant to limit the density of the spawns of the jungletrees, but i can't tell if it actually does that.