Fix #100
This commit is contained in:
parent
99339029bb
commit
becc1e3187
1 changed files with 6 additions and 0 deletions
|
|
@ -352,4 +352,10 @@ const registerGTCEURecipes = (event) => {
|
|||
.itemOutputs('4x gtceu:red_steel_ingot', '4x gtceu:blue_steel_ingot')
|
||||
.duration(448)
|
||||
.EUt(8)
|
||||
|
||||
// Фикс выработки пара на ведре лавы
|
||||
event.remove({ id: 'minecraft:large_boiler/lava_bucket' })
|
||||
event.recipes.gtceu.large_boiler('lava_bucket')
|
||||
.itemInputs('minecraft:lava_bucket')
|
||||
.duration(25)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue