Quick Fixes (#962)
* - Fixed hide duping recipes. - Added quest book and field guide instances for fishing nets. - Fixed rebar support recipe crash. - Fixed red steel flask dupe. - Fixed red alloy recipe inconsistency. * - Fixed blue steel backpack block lang * - Added max vessel fluid warning to small vessels. * - Moved red steel flask recipe
This commit is contained in:
parent
1ff39403c8
commit
6b364bcf01
10 changed files with 134 additions and 52 deletions
|
|
@ -24,6 +24,12 @@ const registerWaterFlasksRecipes = (event) => {
|
|||
.useDurability(true)
|
||||
.id(`waterflasks:heating/red_steel_flask`)
|
||||
|
||||
event.remove({id: 'waterflasks:heating/red_steel_unfinished_red_steel_flask'})
|
||||
event.recipes.tfc.heating('waterflasks:unfinished_red_steel_flask', 1535)
|
||||
.resultFluid(Fluid.of('tfc:metal/red_steel', 144))
|
||||
.useDurability(true)
|
||||
.id('waterflasks:tfc/heating/unfinished_red_steel_flask')
|
||||
|
||||
//#region Кожанная фласка
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:water_flasks/leather_flask')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue