Cant add custom recipe on create fabric(crushing or any other create recipe)
SercraftGaming opened this issue · 10 comments
Minecraft Version
1.18.2
KubeJS Version
1802.5.5
Rhino Version
1202.2.0
Architectury Version
4.9.83
Forge/Fabric Version
Fabric 0.14.9
Describe your issue
Failed to create recipe for type 'create:mechanical_crafting': Custom recipe has to use a single json object argument!
settings.logAddedRecipes = true
settings.logRemovedRecipes = true
settings.logSkippedRecipes = false
settings.logErroringRecipes = true
onEvent('recipes', event => {
event.recipes.createMechanicalCrafting('minecraft:piston', [
'CCCCC',
'CPIPC',
'CPRPC'
], {
C: '#forge:cobblestone',
P: '#minecraft:planks',
R: '#forge:dusts/redstone',
I: '#forge:ingots/iron'
})
})
Crash report/logs
No response
You likely do not have KubeJS Create installed, or do not have the correct version (i.e. Forge instead of Fabric). Please always attach a latest log or mod list if you can as it makes debugging these things a LOT easier
Sorry, here it is
latest.log
I have kubejs mod but didnt have kubjs create mod, do i need to install it?
That would be https://www.curseforge.com/minecraft/mc-mods/kubejs-create on CurseForge