reverted the sugars change
This commit is contained in:
@@ -946,6 +946,7 @@ 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')
|
||||
|
||||
@@ -332,4 +332,6 @@ const registerTFCRecipes = (event) => {
|
||||
'#forge:tools/hammers',
|
||||
'#forge:tools/saws'
|
||||
]).id('tfc:shapeless/jar_lid')
|
||||
|
||||
event.replaceInput({ mod: 'tfc' }, 'minecraft:sugar', '#tfg:sugars')
|
||||
}
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
*/
|
||||
function registerTFGMiscellaneousRecipes(event) {
|
||||
|
||||
event.replaceInput({}, 'minecraft:sugar', '#tfg:sugars')
|
||||
|
||||
//tfc:moss
|
||||
event.replaceInput({}, 'minecraft:vine', '#tfc:moss')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user