#Figuring out how event.custom works.

8 messages · Page 1 of 1 (latest)

bronze tulip
#

I'm trying to figure out how event.custom works, I'm working on a create modpack. What I want is a heated createmetallurgy:melting recipe with createmetallurgy:copper_dust as input and createmetallurgy:molten_copper (180mB) as output. Can someone help me? Thanks in advance.

gilded fiberBOT
#

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

sterile terrace
#

event.custom takes in an arbitrary JSON object (like the ones you see in datapacks) and creates a recipe.

#

Maybe try toJson() on the Fluid?

hard vine
#

you can read more about it on the wiki

fleet loomBOT
#

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.

bronze tulip
#

I know that's where I can find the info, I just can't make it work for some reason.

bronze tulip