cheaper barrel staves
This commit is contained in:
parent
5da45adda3
commit
c11281308b
2 changed files with 6 additions and 1 deletions
|
|
@ -14,11 +14,14 @@
|
||||||
- The food oven and refrigerator now emit heat (for TFC ambiental) @Pyritie
|
- The food oven and refrigerator now emit heat (for TFC ambiental) @Pyritie
|
||||||
- Dioxygen Difluoride is now cryogenic and acidic @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
|
- 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
|
### Bug fixes
|
||||||
- Fixed TFC bug where paths and roads can collapse on themselves when creating a staircase shape. (#2144) @Redeix
|
- 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 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 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 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
|
### Translation updates
|
||||||
- Russian @DI-GitH + @nineex
|
- Russian @DI-GitH + @nineex
|
||||||
- Brazilian Portuguese @Redeix
|
- Brazilian Portuguese @Redeix
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,9 @@ const registerFirmaLifeRecipes = (event) => {
|
||||||
|
|
||||||
//#endregion
|
//#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
|
// Декрафт Jag Lid
|
||||||
event.recipes.tfc.heating('tfc:jar_lid', 230)
|
event.recipes.tfc.heating('tfc:jar_lid', 230)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue