Hey everyone! 👋
I’m building a Create-based modpack and running into trouble defining a washing recipe in KubeJS.
Goal:
When washing sand:
It should drop copper nuggets (or copper) as the main output.
It should also have a 20% chance to drop iron nuggets (or iron) as a secondary output.
Setup:
Minecraft: 1.21.1
Loader: NeoForge
Mods: Latest versions of Create, Create Addons, and KubeJS
Problem:
I can’t get the multiple outputs and drop chances to behave correctly. I’m not sure if my syntax is wrong or if Create’s recipe format has changed for 1.21.
Could someone please show an example of a Create washing recipe with multiple outputs and weighted chances written in KubeJS?
Thanks a lot for the help! 🙏