Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why does moretrees:jungletree_trunk exist #12

Open
fluxionary opened this issue Jul 13, 2022 · 3 comments
Open

why does moretrees:jungletree_trunk exist #12

fluxionary opened this issue Jul 13, 2022 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@fluxionary
Copy link
Member

fluxionary commented Jul 13, 2022

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.

@BuckarooBanzay BuckarooBanzay added bug Something isn't working good first issue Good for newcomers labels Jul 16, 2022
Niklp09 added a commit to Niklp09/moretrees that referenced this issue Jul 31, 2022
@S-S-X
Copy link
Member

S-S-X commented Aug 25, 2022

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

@SwissalpS
Copy link
Contributor

@fluxionary
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants