Important! - Requires WolfyUtilities 1.7.6.0+ to work! Finally, another update. (v1.7.7.0 should also be available soon!)
This update took a bit longer, as I recently started studying Computer Science at university and there is lots of work to do. I try to have a more frequent update schedule soon.
With this update there is a new setting for each vanilla type recipe, to view it in the vanilla recipe book. This setting must be done in the json file of the recipe (
"vanillaBook": true).
Changelog
- Removed ParticleEffect settings from the in-game GUI.
- Removed ItemCreator Tab for particle animations.
- Added invalid usage to database command.
- Added option to recipes, to view them inside the vanilla recipe book. NBT data is only supported for the result, for ingredients they are not supported (This includes the autocompletion!)
- Fixed - Disabled CustomRecipes register their bukkit recipe on startup, that makes it impossible to enable them via the RecipeList.
- Updated recipes writeToBuf methods, so they use the new MCByteBuf#writeCollection.
- Recipes send to the client via plugin messages are now split into separate packets. Each recipe will first send a head packet, that contains the length of bytes and amount of slices.