Skip to content
Prev Previous commit
Recipes for Forestry Chests
Still need to check if they work
  • Loading branch information
JohanniklasLp authored Oct 4, 2025
commit e764630ce45a9837da971748ae614c1b964631ca
19 changes: 19 additions & 0 deletions scripts/crafttweaker/mid/additions/vanilla/Crafting.zs
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,25 @@ static shapedBuilders as Holder[] = [
<extraplanets:tier1_pressure_layer>
]), //Tier 1 Space Suit Boots

//forestry-------------------------------------------------------------------------------------------------------------
Util.dynamicShaped(<forestry:tree_chest:0>, {
<ore:blockGlass>:[1],
<ore:chestWood>:[4],
<ore:treeSapling>:[3,5,6,7,8]
}), //Arborist's Chest

Util.dynamicShaped(<forestry:butterfly_chest:0>, {
<ore:blockGlass>:[1],
<ore:chestWood>:[4],
<forestry:butterfly_ge:0>.anyDamage():[3,5,6,7,8]
}), //Lepidopterist's Chest

Util.dynamicShaped(<forestry:bee_chest:0>, {
<ore:blockGlass>:[1],
<ore:chestWood>:[4],
<ore:beeComb>:[3,5,6,7,8]
}), //Apiarist's Chest

//glacidus--------------------------------------------------------------------------------------------------------------
Util.dynamicShaped(<glacidus:underground_chest>, {
<glacidus:underground_planks>:[0,1,2,3,5,6,7,8]
Expand Down