KubeJS Create

KubeJS Create

24M Downloads

Cant add custom recipe on create fabric(crushing or any other create recipe)

SercraftGaming opened this issue · 10 comments

commented

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

commented

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

commented

Sorry, here it is
latest.log

commented
commented

I did not see what it is on 1.18.2, lol

commented

I have kubejs mod but didnt have kubjs create mod, do i need to install it?

commented
commented

Oh, sorry

commented

where i can download it?

commented
commented

Thanks (: