Finally the 3.0 update is out
I worked hard to add all the features I wanted to add.
And here they are. The plugin is now compatible with Minecraft
1.8 - 1.13.1.
Unfortunately the
old custom recipes are
not completely compatible with the new config setup.
You have to
change the
material setup a bit.
I will update the ressource page and make a
tutorial there.
Changelog:
Code (Text):
- Merged CC v1.0 and v2.0 into v3.0! So its now compatible with mc 1.8 - 1.13.1
- Made the particle system compatible with mc 1.8 - 1.13.1
- Added sound when the item is crafted in the advanced workbench! Can be set to 'none' for no sound!
- Added multiple Materials support per ingredient!
- Added option for me to change the auto updater url, to prevent errors in case the download link breaks!
- Cleaned up the loading screen! The design is much cleaner now!
- Added replacements %RECIPE%, %FILE%, %MATERIAL% for the languages!
- Added Metadata option for Result Items
- Added metadata for Skull Textures and Skull Owners
- Added metadata for Books. Like author, title and pages
- Added metadata for Banners. Base color and patterns
- Added Meta files. Book file to create books that include Hover and Click events!
- Added Item files. Create items, which you can use in every recipe! Even as an ingredient!
- You can now use the Enchantment name ids in the Minecraft versions 1.8 - 1.12!
- Metadata options:
- For result items:
- skull_owner : Sets the skull owner
- skull_texture : Sets the skull texture
- unbreakable : Sets the item as unbreakable
- base_color : Sets the base color of a banner
- patterns : Sets the patterns for a banner
- title : Sets the book title
- author : Sets the book author
- pages : Sets the book pages. Only one Text per Page! No Events possible! Use the meta file for this!
- data_file : Sets the meta file. Only file name and no file type! Currently only book file possible!
For ingredients:
- skull_textures : Sets the skull textures
- skull_owners : Sets the skull owners
- display_names : Sets the display names
- no_display_name : Sets that the ingredient mustn't have a display name
- item_file : Sets the item file
- Added options for more customization:
- For result items:
- customcrafting:no_name : The item will get the default MC name!
- For ingredient items:
- customcrafting:all_textures : The item has to have a skull texture, but not a specific one!
- customcrafting:all_owners : The item has to have a skull owner, but not a specific one!
- customcrafting:all_names : The item has to have a custom name, but not a specific one!