buffed the LV glowstone recipe
This commit is contained in:
parent
fa22cd98fc
commit
236402cc51
1 changed files with 3 additions and 4 deletions
|
|
@ -817,12 +817,11 @@ const registerMinecraftRecipes = (event) => {
|
|||
//#region Glowstone
|
||||
|
||||
event.recipes.gtceu.mixer('gtceu:lv_glowstone')
|
||||
.inputFluids(Fluid.of('gtceu:creosote', 1000))
|
||||
.itemInputs('gtceu:gold_dust', 'minecraft:redstone', 'gtceu:sulfur_dust', 'gtceu:coal_dust')
|
||||
.itemOutputs('minecraft:glowstone_dust')
|
||||
.itemInputs('gtceu:gold_dust', 'minecraft:redstone', 'gtceu:sulfur_dust')
|
||||
.itemOutputs('2x minecraft:glowstone_dust')
|
||||
.circuit(32)
|
||||
.duration(1200)
|
||||
.EUt(32)
|
||||
.EUt(30)
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue