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:
Sakura
2026-03-12 23:45:55 +02:00
committed by GitHub
parent 4d3a5908fa
commit 1da44cfe62

View File

@@ -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`);
});
}