diff --git a/CHANGELOG.md b/CHANGELOG.md index 6516dbdc7..1584d75b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,14 @@ - The food oven and refrigerator now emit heat (for TFC ambiental) @Pyritie - Dioxygen Difluoride is now cryogenic and acidic @Pyritie - Added tfc torches and lamps to Not Enough Animations' config, so now you hold them properly @Coopmore +- Barrel Staves (for Kegs) now just use bronze screws instead of wrought iron plates @Pyritie +- Mars sandstorms are now sandier ### Bug fixes - Fixed TFC bug where paths and roads can collapse on themselves when creating a staircase shape. (#2144) @Redeix - Fixed the HV aqueous accumulator water recipe so the amount of water can actually fit in the HV machine @Pyritie - Fixed not being able to make brown universal compost with a mortar if the item is both green and brown (#2091) @Pyritie - Fixed soup made in the food processor not returning bowls when eaten (#2053) @Pyritie +- Fixed missing helve hammer recipe for silver plates (#2183) @Pyritie ### Translation updates - Russian @DI-GitH + @nineex - Brazilian Portuguese @Redeix diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index 378369281..ee8ff9b3c 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -50,7 +50,9 @@ const registerFirmaLifeRecipes = (event) => { //#endregion - event.replaceInput({ id: 'firmalife:mixing_bowl' }, 'firmalife:treated_lumber', '#tfc:lumber') + event.shapeless('firmalife:barrel_stave', ['2x firmalife:treated_lumber', '#forge:screws/any_bronze', '#forge:tools/hammers']) + .id('firmalife:crafting/barrel_stave') + // Декрафт Jag Lid event.recipes.tfc.heating('tfc:jar_lid', 230)