#Recipe Making does not work

5 messages · Page 1 of 1 (latest)

rugged kestrel
#

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

outer ferryBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

rugged kestrel
#

also there is no crafting table recipe

forest frost
#
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

rugged kestrel
#

thanks