#Adding recipes when I know the recipe formatting.

11 messages · Page 1 of 1 (latest)

vernal garnet
#

Sorry if it's obvioous, but i need help.
I'm trying to add a recipe from a mod, I know how the recipe's written thanks to the documentation but idk how to add it with a kubejs script (mod's pretty new so makes sense why there's not much on it)

This is how the recipe's written

{
"type": "overgeared:rock_knapping",
"pattern": [
"xxx"
],
"result": {
"item": "overgeared:stone_pickaxe_head"
},
"show_notification": true
}

dusk stratusBOT
#

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

reef sonnetBOT
#

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.

silent socket
#

custom section ^

vernal garnet
#

thank youuu!

silent socket
vernal garnet
#

dang

#

doesn't work

#

because they used the pickaxe head as an example instead of one that actually requires a shape larger than one row

#

if it's a space it doesn't work and if it's a different letter it doesn't work either

#

well i got help with what i asked