move PE to MV, langs, tweak some quests and add another MV phenolic board recipe
This commit is contained in:
parent
3d2a5bc962
commit
9b31d2439a
11 changed files with 364 additions and 184 deletions
|
|
@ -994,21 +994,14 @@ const registerMinecraftRecipes = (event) => {
|
|||
//#endregion
|
||||
|
||||
//#region Glowing Ink Sacs
|
||||
|
||||
event.recipes.gtceu.chemical_bath('minecraft:glow_inc_sac4')
|
||||
.itemInputs("gtceu:thorium_dust")
|
||||
.inputFluids(Fluid.of('gtceu:glowstone', 512))
|
||||
.itemOutputs('16x minecraft:glow_ink_sac')
|
||||
.duration(20)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
event.recipes.gtceu.chemical_bath('minecraft:glow_inc_sac1')
|
||||
.itemInputs("#forge:dyes/black")
|
||||
.inputFluids(Fluid.of('gtceu:glowstone', 144))
|
||||
|
||||
event.recipes.gtceu.fluid_solidifier('tfg:glow_ink_sac')
|
||||
.inputFluids('gtceu:glowstone 36')
|
||||
.notConsumable('gtceu:ball_casting_mold')
|
||||
.itemOutputs('minecraft:glow_ink_sac')
|
||||
.duration(40)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Gunpowder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue