Add ethereal support to chainsaw (#570)
This commit is contained in:
parent
03bb4dab46
commit
b9f89a0e39
@ -181,6 +181,36 @@ local nodes = {
|
||||
{"trunks:moss", false},
|
||||
{"trunks:moss_fungus", false},
|
||||
{"trunks:treeroot", false},
|
||||
|
||||
-- Support ethereal
|
||||
{"ethereal:bamboo", true},
|
||||
{"ethereal:bamboo_leaves", false},
|
||||
{"ethereal:banana_trunk", true},
|
||||
{"ethereal:bananaleaves", false},
|
||||
{"ethereal:banana", false},
|
||||
{"ethereal:birch_trunk", true},
|
||||
{"ethereal:birch_leaves", false},
|
||||
{"ethereal:frost_tree", true},
|
||||
{"ethereal:frost_leaves", false},
|
||||
{"ethereal:mushroom_trunk", true},
|
||||
{"ethereal:mushroom", false},
|
||||
{"ethereal:mushroom_pore", true},
|
||||
{"ethereal:orangeleaves", false},
|
||||
{"ethereal:orange", false},
|
||||
{"ethereal:palm_trunk", true},
|
||||
{"ethereal:palmleaves", false},
|
||||
{"ethereal:coconut", false},
|
||||
{"ethereal:redwood_trunk", true},
|
||||
{"ethereal:redwood_leaves", false},
|
||||
{"ethereal:sakura_trunk", true},
|
||||
{"ethereal:sakura_leaves", false},
|
||||
{"ethereal:sakura_leaves2", false},
|
||||
{"ethereal:scorched_tree", true},
|
||||
{"ethereal:willow_trunk", true},
|
||||
{"ethereal:willow_twig", false},
|
||||
{"ethereal:yellow_trunk", true},
|
||||
{"ethereal:yellowleaves", false},
|
||||
{"ethereal:golden_apple", false},
|
||||
}
|
||||
|
||||
local timber_nodenames = {}
|
||||
|
Loading…
Reference in New Issue
Block a user