So I'm trying to make a recipe that accepts several different types of grass, which I know you can use an array for, but when I try and make the count higher than one, it gives me an error. Can this be fixed?
Here is my code:
event.recipes.create.mixing('kubejs:recycled_plant_matter', [['5x minecraft:grass', '3x minecraft:tall_grass', '5x minecraft:seagrass'], Fluid.of('minecraft:water', 50)])