This commit is contained in:
SpeeeDCraft 2023-11-23 07:18:53 +07:00
parent 2d91969b71
commit fc3aaf8532

View file

@ -665,6 +665,14 @@ const registerTFCRecipes = (event) => {
{ tag: "forge:rich_raw_materials/borax" },
{ item: "tfc:powder/flux", count: 6 }
)
// Pumpkin -> Pumpkin Slices
event.shaped('5x tfc:food/pumpkin_chunks', [
'AB'
], {
A: '#tfc:knives',
B: 'tfc:pumpkin'
}).id('tfc:crafting/pumpkin_chunks_knife')
}
const registerAutoTFCHeatingRecipes = (event) => {