TFC Jams use Sweeteners (#3362)
* TFC Jams now take Sweetener instead of Sugar Signed-off-by: Sakura <sakura.kitsurugi@proton.me> * moved code location Signed-off-by: Sakura <sakura.kitsurugi@proton.me> --------- Signed-off-by: Sakura <sakura.kitsurugi@proton.me>
This commit is contained in:
@@ -171,6 +171,11 @@ const registerTFCRecipes = (event) => {
|
||||
|
||||
event.replaceInput({ mod: 'tfc' }, 'minecraft:sugar', '#tfg:sugars')
|
||||
|
||||
event.replaceInput(
|
||||
{ type: 'tfc:pot_jam' },
|
||||
'#tfg:sugars',
|
||||
'#tfc:sweetener'
|
||||
)
|
||||
|
||||
// jute net -> burlap net
|
||||
event.replaceInput({ id: 'tfc:crafting/jute_net' }, 'tfc:jute_fiber', '#tfg:burlap_fiber')
|
||||
@@ -295,5 +300,4 @@ const registerTFCRecipes = (event) => {
|
||||
A: `tfc:wood/sapling/${type}`
|
||||
}).id(`tfg:shaped/tfc/${type}_krummholz`);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user