Add catwalk facades (#1854)
* make popped chorus fruit edible * add catwalk facades * fix crafting facades out of singular bricks * Revert "fix crafting facades out of singular bricks" This reverts commit 2f5acb5d48a943d24b229a17b0bf25ead8e6c291. * fix mud brick properly * put constants in one place
This commit is contained in:
parent
0a8e68e7d0
commit
ee4d16a0bc
7 changed files with 30 additions and 4 deletions
|
|
@ -32,3 +32,12 @@ global.CREATE_DECO_GLASS_PANES = /** @type {const} */ ([
|
|||
"createdeco:brass_window_pane",
|
||||
"createdeco:zinc_window_pane",
|
||||
]);
|
||||
|
||||
global.CREATE_DECO_CATWALK_TYPES = /** @type {const} */ ([
|
||||
"andesite",
|
||||
"brass",
|
||||
"iron",
|
||||
"copper",
|
||||
"industrial_iron",
|
||||
"zinc",
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue