#Create Cutting recipes missing arguments?

11 messages · Page 1 of 1 (latest)

split tulip
#

This is absolutely a noob question as I am very new to kubejs, and javascript in general.
I'm trying to create a recipe for Create C&A's blaze burner straw by cutting bamboo with a mechanical saw, but I get the error "Failed to create recipe for type "create:cutting": Constructor for create:cutting with 2 arguments not found!"

Here's my current script.js file for the recipe:

// Listen for the "recipes" server event.
ServerEvents.recipes(event => {
    event.recipes.create.cutting('createaddition:straw', 'minecraft:bamboo')
})
true valveBOT
#

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

glad comet
#

That means you don’t have the kjs create addon, in which case it expects a json recipe structure

#

I don’t think there’s an unofficial version for it on fabric, you drew the short straw with fabric

#

You can just make custom recipes

violet riverBOT
#

You can add, remove, and modify recipes with KubeJS. The wiki has a page on that!
If you want to learn how to add recipes to any mod, click the Custom button.

split tulip
#

ah, thanks for your help

#

i found an unofficial 1.20.1 version, i'll see if that works

#

for anyone experiencing the same problem, this is the compat mod that i found