Remove macaw's stuff from boiler recipes for easier menu nav (#2415)
* Update items.food.js Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com> * Revert "add tfc:foods tag to a whole bunch of TFG foods" * remove macaw's stuff from boiler recipes for easier menu nav Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com> * Update recipes.js Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com> * Update recipes.js Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com> * removed that line :P Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com> --------- Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com>
This commit is contained in:
parent
0f3b4df973
commit
892f2dcb4f
1 changed files with 3 additions and 2 deletions
|
|
@ -6,11 +6,12 @@
|
|||
* @param {Internal.RecipesEventJS} event
|
||||
*/
|
||||
function registerMacawsForTFCRecipes(event) {
|
||||
|
||||
event.replaceInput({ mod: 'mcw_tfc_aio' }, 'minecraft:stick', '#forge:rods/wooden')
|
||||
event.replaceInput({ mod: 'mcw_tfc_aio' }, 'minecraft:string', '#forge:string')
|
||||
event.replaceInput({ mod: 'mcw_tfc_aio' }, 'minecraft:glass', '#forge:glass')
|
||||
event.replaceInput({ mod: 'mcw_tfc_aio' }, 'minecraft:glass_pane', '#forge:glass_panes')
|
||||
event.remove({ input: '@mcw_tfc_aio', type: 'gtceu:steam_boiler' })
|
||||
event.remove({ input: '@mcw_tfc_aio', type: 'gtceu:large_boiler' })
|
||||
|
||||
global.TFC_WOOD_TYPES.forEach(wood => {
|
||||
event.shaped(`8x mcw_tfc_aio:fences/${wood}_fences/${wood}_wired_fence`, [
|
||||
|
|
@ -22,4 +23,4 @@ function registerMacawsForTFCRecipes(event) {
|
|||
C: `tfc:wood/log/${wood}`
|
||||
}).id(`tfg:shaped/${wood}_wired_fence`)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue