This is my code:
event.shaped('1x immersive_aircraft:engine', [// arg 1: output ' A ', ' B ', // arg 2: the shape (array of strings) 'A C A' ], { A: 'minecraft:cobblestone', B: 'create_new_age:stirling_engine', //arg 3: the mapping object C: 'immersive_aircraft:boiler' } )
and a screenshot is attached that shows what happens
#Recipe Making does not work
5 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
also there is no crafting table recipe
event.shaped('1x immersive_aircraft:engine', [// arg 1: output
' A ',
' B ', // arg 2: the shape (array of strings)
'ACA'
], {
A: 'minecraft:cobblestone',
B: 'create_new_age:stirling_engine', //arg 3: the mapping object
C: 'immersive_aircraft:boiler'
}
)
your code needs more than a 3x3
thanks