Add shapeless p2p recipes (#2234)

This commit is contained in:
Spicy Noodles 2025-11-21 05:27:18 +00:00 committed by GitHub
parent 4bb2212273
commit 1a3ae0f4e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -327,6 +327,17 @@ const registerAE2Recipes = (event) => {
D: '#forge:gems/fluix',
}).addMaterialInfo().id('tfg:crafting/me_p2p_tunnel')
event.shapeless('ae2:me_p2p_tunnel', ['ae2:me_p2p_tunnel'])
.id('tfg:shapeless/me_p2p_tunnel')
event.shapeless('ae2:redstone_p2p_tunnel', ['ae2:redstone_p2p_tunnel'])
.id('tfg:shapeless/redstone_p2p_tunnel')
event.shapeless('ae2:item_p2p_tunnel', ['ae2:item_p2p_tunnel'])
.id('tfg:shapeless/item_p2p_tunnel')
event.shapeless('ae2:fluid_p2p_tunnel', ['ae2:fluid_p2p_tunnel'])
.id('tfg:shapeless/fluid_p2p_tunnel')
event.shapeless('ae2:light_p2p_tunnel', ['ae2:light_p2p_tunnel'])
.id('tfg:shapeless/light_p2p_tunnel')
// ME Chest
event.recipes.gtceu.shaped('ae2:chest', [
'AEA',