#minecraft server keep crashing because of custom recipe

1 messages · Page 1 of 1 (latest)

iron briar
#

can you send the code and error of you can see that?

#

oh ok

#

ping me when you're done

#

alr

tardy elbow
#

You need at add IDs for custom skBee recipes

#

syntax bla bla bla with id "custom_recipe"

#
noble rover
#

most inventory interactions in creative mode are client side, the best you could do is probably use uuids on items to make sure they aren't duplicated

#

for example getting items from the toolbars in minecraft doesn't register an inventory click event, i would fix that by making a uuid system and storing a uuid on the items to make them unique