-
Add wildcard support for including / excluding loot-tables
- You can now use "*" to match loot-tables.
*
- Matches everythingfolder/*
- Matches all paths under a specific directoryprefix*
- Matches all paths starting with a prefix*suffix
- Matches all paths ending with a suffix*middle*
- Matches paths containing a string
- You can now use "*" to match loot-tables.
-
Add default support for Entitles (Mobs) #34
-
Updated Config to include different rates for Chests, Entities & Others (Others being added by the include config that aren't within in the Chests or Entities Folder. Ie: Blocks, Spawners, etc)
-
Fix Recipes (Forgot to rename folder)
-
Added handling for server-side recipe error (it'll still be invalid but shouldn't spam the error anymore)
-
Remove server-side resource pack
- Instead Adventure Bags will be given in the matching Bundle Item Model
-
Fix crash on servers #35
-
Add wildcard support for including / excluding loot-tables
- You can now use "*" to match loot-tables.
*
- Matches everythingfolder/*
- Matches all paths under a specific directoryprefix*
- Matches all paths starting with a prefix*suffix
- Matches all paths ending with a suffix*middle*
- Matches paths containing a string
- You can now use "*" to match loot-tables.
-
Add default support for Entitles (Mobs) #34
-
Updated Config to include different rates for Chests, Entities & Others (Others being added by the include config that aren't within in the Chests or Entities Folder. Ie: Blocks, Spawners, etc)
-
Added handling for server-side recipe error (it'll still be invalid but shouldn't spam the error anymore)
-
Remove server-side resource pack
-
Fix crash on servers #35
- Update to 1.20.5 - 1.21.1
Regarding 1.20.5 Item Data Components
There is no simple or easy way that I am aware of to convert a whole string into Data Components like what could be done with NBT Data. So I have decided to keep the same format and manually convert some NBT Data structures into matching Component Types. You must still use 1.20.4 or lower systems when writing your Item Data, you can use https://mcstacker.net/1.20.3.php for better help with this. However the way it is setup should still support any newer version data like enchantments or attributes if the NBT is structured correctly
Currently the conversion should work on:
- Custom Names, Lore and Text Formatting
- Item Damage (Set Durability)
- All Enchantments
- All Attributes
- Container Contents (Like Chests with items inside them when you place them)
- Container Locks
More options will be added in future but these basic ones should cover most cases