Adds early glowstone recipe
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
7cda18d61a
commit
644bcdee41
1 changed files with 13 additions and 1 deletions
|
|
@ -3258,4 +3258,16 @@ const registerMinecraftRecipes = (event) => {
|
|||
event.remove({ id: 'minecraft:raw_iron' })
|
||||
|
||||
//#endregion
|
||||
}
|
||||
|
||||
//#region Glowstone
|
||||
|
||||
event.recipes.gtceu.mixer('gtceu:lv_glowstone')
|
||||
.inputFluids(Fluid.of('gtceu:creosote', 1000), Fluid.of('gtceu:distilled_water', 1000))
|
||||
.itemInputs('gtceu:stone_dust', 'minecraft:redstone', 'gtceu:sulfur_dust', 'gtceu:sodium_dust')
|
||||
.itemOutputs('minecraft:glowstone_dust')
|
||||
.circuit(32)
|
||||
.duration(1200)
|
||||
.EUt(32)
|
||||
|
||||
//#endregion
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue