slime ball
This commit is contained in:
@@ -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 => {
|
||||
|
||||
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user