slime ball

This commit is contained in:
Pyritie
2026-03-13 21:22:12 +00:00
parent 7097637ac7
commit 9475aeacae
2 changed files with 2 additions and 0 deletions

View File

@@ -179,6 +179,7 @@ const registerTFCRecipes = (event) => {
// jute net -> burlap net
event.replaceInput({ id: 'tfc:crafting/jute_net' }, 'tfc:jute_fiber', '#tfg:burlap_fiber')
event.replaceInput({ input: 'minecraft:slime_ball' }, 'minecraft:slime_ball', 'tfc:glue')
// horse armor to use burlap
global.TFC_EQUIPMENT_METALS.forEach(material => {

View File

@@ -122,6 +122,7 @@ function removeTFCRecipes(event) {
event.remove({ id: 'tfc:crafting/cake' })
event.remove({ id: 'tfc:crafting/pumpkin_chunks' })
event.remove({ id: 'tfc:crafting/alabaster_brick' })
event.remove({ id: 'tfc:crafting/vanilla/redstone/sticky_piston' })
global.TFC_DOUGHS.forEach(dough => {
for (let i = 1; i <= 8; i++) {