automobility:automobile_frame{frame:"automobility:wooden_motorcar"}
I dont know why it is not work
event.custom({
"type": "create:mechanical_crafting",
"acceptMirrored": false,
"key": {
"G": {
"tag": "forge:glass"
},
"P": {
"tag": "minecraft:planks"
},
"R": {
"item": "createaddition:iron_rod"
}
},
"pattern": [
" G ",
"P PP",
"RPPPR"
],
"result": {
"count": 1,
"item": { // <-- this shit
"automobility:automobile_frame": {
"frame": "automobility:wooden_motorcar"
}
}
}
})