#Create Mixing Recipe Help (With fix)

38 messages · Page 1 of 1 (latest)

prime estuary
#

I need help with a mixing & crushing recipe

ruby bladeBOT
#

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

prime estuary
#

Here's the script as of right now

crimson runeBOT
#

Paste version of Hopefully_Better.js from @prime estuary

prime estuary
#

I've tried to modify it using what others have done to no avail

whole lake
#
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

prime estuary
#

It unfortunately doesn't 😭

#

I'm not even sure what's wrong with it, let me get the server log lol

crimson runeBOT
#

Paste version of server.log from @prime estuary

prime estuary
#

Here's this error it's giving in-game

whole lake
#
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)])
})
prime estuary
#

?

whole lake
#

i changed to Fluid.of at the end seems like Fluid.lava is bugged for some reason

prime estuary
#

Ohhh

#

I'll see if it works

#

I did have it like that at first so maybe it'll do it now

prime estuary
#

It still isn't working

whole lake
#

Send the Log again

prime estuary
crimson runeBOT
#

Paste version of server.log from @prime estuary

prime estuary
#

It is also still giving the resourcelocation exception error, even though nothing's wrong with the lava tag

whole lake
#

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

prime estuary
#

Yes, every time I've edited the script

prime estuary
#

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

crimson runeBOT
#

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.

ruby bladeBOT
#

Ticket closed!

prime estuary
#

Create Mixing Recipe Help (With fix)

spring stirrup
modest ether
slate tundra
#

anyone going to PR the wiki to fix it or shall I?