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:
programmer3481 2025-09-18 00:50:45 +09:00 committed by GitHub
parent 0a8e68e7d0
commit ee4d16a0bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 30 additions and 4 deletions

View file

@ -98,7 +98,7 @@ function registerTFGItemSize(event) {
event.itemSize(Ingredient.of("#forge:rods/long"), "large", "medium", "long_rods");
event.itemSize(Ingredient.of("#tfg:metal_bars"), "small", "very_light", "metal_bars");
event.itemSize(
Ingredient.of("#tfc:mud_bricks").or("#tfc:wet_mud_bricks"),
Ingredient.of("#tfc:dry_mud_bricks").or("#tfc:wet_mud_bricks"),
"very_small",
"very_light",
"mud_bricks"