The graphical configuration tool for my custom items plug-in
This is a very small update. It lets the export screen show the exact minecraft versions that are supported by an export (e.g. 1.21.10 or 1.20.6) rather than just the major version (e.g. 1.21 or 1.20).
Note that this is an Editor-only update, so this release does not contain a plugin release, since it would be identical to Custom Items 14.3.
- Drops support for MC 1.21.5
- Adds support for MC 1.21.8
- Adds command block help for MC 1.21
- Drop support for MC 1.21.4
- Add support for MC 1.21.5
- Worn armor textures no longer require Optifine in MC 1.21
- Fixes FancyPants armor textures in MC 1.21
- Drops support for MC 1.21.1
- Adds support for MC 1.21.4
- Resurrects custom trident support
- Add button to open Custom Item Sets folder in LoadMenu
Bugfixes:
- Allows Java-edition custom models to use `./` in their texture paths
- Fixes duplicate identifier bug in the java-to-bedrock model conversion
- Add custom cooking recipes
- Add custom smithing recipes
- Allow users to choose a different resourcepack host
- Add entity-based custom containers
- Add support for translating display names and lore
- Add throwable custom items
- Unify block drops
- Add item flags from MC 1.16+
- Allow custom projectiles to pierce entities
- Add copied ingredients
- Allow underwater trees
- Add MC 1.21 support
- Allow custom food to have animations when the internal item type is vanilla food
- Update vanilla item list for mc 1.20.4
- Show the armor damage sources that were previously hidden
Bugfixes:
- Adding positive-priority combined resourcepacks could cause resourcepack corruption
- Back-ups were not always flushed/finished properly
Improvements:
- Remove image size requirements from images used in custom models
- Add delete confirm menu
- Create more back-ups automatically
Improvements
- Show pixelated item & block icons in the index of the wiki's generated by the wiki generator
- Let the display name of new items start with '&f' by default: &f is the reset color code that will get rid of the italic name
OutputTable)Bugfixes:
- Add experimental support for minecraft 1.20.1
- Fix 'compressed entry size' included resourcepack bug
- Fix load consistency bug related to the 'other material'
Allow ore vein generators to go below Y=0
When exporting for minecraft 1.19, the resource pack will target minecraft 1.19.3 rather than 1.19.2
In Editor 11.4, I replaced the old file picker with a native file picker. However, someone noticed that this native file picker fails on MacOS. This update will use the old file picker when it is running on MacOS.