#minecraft server keep crashing because of custom recipe
1 messages · Page 1 of 1 (latest)
You need at add IDs for custom skBee recipes
syntax bla bla bla with id "custom_recipe"
Register a new shaped/shapeless recipe for a specific item using custom ingredients.
Recipes support items and material choices for ingredients. Material choices allow you to use Minecraft tags or lists of items.
The ID will be the name given to this recipe. IDs may only contain letters, numbers, periods, hyphens, a single colon and underscores,...
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