#Create Mixing Recipe Help (With fix)
38 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of Hopefully_Better.js from @prime estuary
I've tried to modify it using what others have done to no avail
ServerEvents.recipes(e => {
e.recipes.create.mixing(['minecraft:tuff', Item.of('minecraft:tuff').withChance(0.02)],['minecraft:andesite', 'minecraft:diorite', Fluid.lava(1000)])
})
this should work
you hadn't used an array for the output
It unfortunately doesn't 😭
I'm not even sure what's wrong with it, let me get the server log lol
Paste version of server.log from @prime estuary
Here's this error it's giving in-game
ServerEvents.recipes(e => {
e.recipes.create.mixing(['minecraft:tuff', Item.of('minecraft:tuff').withChance(0.02)],['minecraft:andesite', 'minecraft:diorite', Fluid.of("minecraft:lava", 1000)])
})
?
i changed to Fluid.of at the end seems like Fluid.lava is bugged for some reason
Ohhh
I'll see if it works
I did have it like that at first so maybe it'll do it now
It still isn't working
Send the Log again
Paste version of server.log from @prime estuary
It is also still giving the resourcelocation exception error, even though nothing's wrong with the lava tag

This doesn't make any sense. Why does it try to use a Tag? And you're Sure that you have saved the changes and reloaded the game
Yes, every time I've edited the script
Okay, so I've figured out that it almost certainly is the script
But I just need to maybe rewrite it again & see if it'll work lol
IT WORKS
For those reading this after
You will likely just need to delete the script(s), load up minecraft again, enter the world, exit & close the game, then re-insert the script & reload the game. That's what fixed it for me
Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.
Do you have any other questions regarding your issue? Feel free to ask!
Note: You generally should create a new post for unrelated issues.
Ticket closed!
Create Mixing Recipe Help (With fix)
Is this on the wiki correct? Or should it be mixing(output[], input[])?
it's mixing(output[], input[])
anyone going to PR the wiki to fix it or shall I?