parent
876a880071
commit
acd28dc04d
2 changed files with 2 additions and 2 deletions
|
|
@ -1091,7 +1091,7 @@ const registerMinecraftRecipes = (event) => {
|
|||
//#region Glowing Ink Sacs
|
||||
|
||||
event.recipes.gtceu.chemical_bath('minecraft:glow_inc_sac4')
|
||||
.itemInputs("gtceu:thorium_dust", "4x #forge:dyes/black")
|
||||
.itemInputs("gtceu:thorium_dust")
|
||||
.inputFluids(Fluid.of('gtceu:glowstone', 512))
|
||||
.itemOutputs('16x minecraft:glow_ink_sac')
|
||||
.duration(20)
|
||||
|
|
|
|||
|
|
@ -1695,7 +1695,7 @@ function registerTFGFoodRecipes(event) {
|
|||
event.replaceInput({id: 'firmalife:crafting/lasagna'},'firmalife:plant/oregano','tfg:spice/oregano_leaves');
|
||||
|
||||
event.recipes.tfc.advanced_shapeless_crafting(
|
||||
TFC.itemStackProvider.of('firmalife:food/salsa').copyFood(),
|
||||
TFC.itemStackProvider.of('5x firmalife:food/salsa').copyFood(),
|
||||
[
|
||||
'tfg:spice/cilantro_leaves',
|
||||
'tfc:food/tomato',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue