Skip to content

why does moretrees:jungletree_trunk exist #12

Description

@fluxionary

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions