Skip to content

why does moretrees:jungletree_trunk exist #12

@fluxionary

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions