slime now smelts into glue
This commit is contained in:
parent
a478baa1a4
commit
294c4ed59d
2 changed files with 4 additions and 0 deletions
|
|
@ -611,4 +611,6 @@ function removeGTCEURecipes(event) {
|
|||
event.remove({ id: 'gtceu:chemical_reactor/ghast_tear_separation' })
|
||||
|
||||
event.remove({ id: 'gtceu:compressor/bricks' })
|
||||
|
||||
event.remove({ id: 'gtceu:smelting/sticky_resin_from_slime' })
|
||||
}
|
||||
|
|
|
|||
|
|
@ -972,4 +972,6 @@ const registerMinecraftRecipes = (event) => {
|
|||
D: '#forge:storage_blocks/coal',
|
||||
}).id('tfg:campfire_coal')
|
||||
//#endregion
|
||||
|
||||
event.smelting('tfc:glue', 'minecraft:slime_ball').id('tfg:smelting/slime_to_glue')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue