changed the sugars recipe to just work for everything
This commit is contained in:
parent
d83a774a63
commit
08b8cf7f1c
5 changed files with 5 additions and 4 deletions
|
|
@ -946,7 +946,6 @@ const registerGTCEURecipes = (event) => {
|
|||
event.replaceInput({ id: 'gtceu:shaped/note_block' }, 'minecraft:iron_bars', '#tfg:metal_bars')
|
||||
event.replaceInput({ id: 'gtceu:shaped/note_block' }, 'gtceu:wood_plate', '#tfc:lumber')
|
||||
|
||||
event.replaceInput({ mod: 'gtceu' }, 'minecraft:sugar', '#tfg:sugars')
|
||||
event.replaceInput({ mod: 'gtceu' }, 'minecraft:string', '#forge:string')
|
||||
|
||||
event.recipes.gtceu.fluid_solidifier('tfg:solidify_glue')
|
||||
|
|
|
|||
|
|
@ -642,4 +642,6 @@ function removeGTCEURecipes(event) {
|
|||
event.remove({ id: 'gtceu:centrifuge/decomposition_centrifuging__fireclay' })
|
||||
|
||||
event.remove({ id: 'gtceu:smelting/sticky_resin_from_slime' })
|
||||
|
||||
event.remove({ id: 'gtceu:wiremill/string_from_polycaprolactam' })
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue