* - Allow for items without namespaces in loot tables
* - Made rolls in loot table required
* - Account for match tag conditions by not requiring item and count
* - Allow forward / in feature (and rule) identifers
* - Added pattern for structure names
* - Change atlas > texture_name to const
* - Allow . in texture entries in atlas files
* - Food nutrition can only be ints
* Added `metalness_emissive_roughness_subsurface` parameter
* Prevent incompatible parameters from being specified at the same time
* Corrected color array schema
* Improved color schemas
* Require `format_version` to be a supported value
* Require `format_version` and `minecraft:texture_set` to be included
* Sorted parameter definitions
* Prevent UI texture definition schema from being applied to texture sets
* Corrected `format_version` schema
* - Remove molang examples
* - Update has damage because apparently not every value is accepted
* - Add materials enum and adjust entity/attachable accordingly
* - Update damage source list
* - Change to example
---------
Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
CHANGELOG:
Added description for the "num_mip_levels" property, describing its function in setting mipmap levels.
Added description for the "padding" property, describing its function in adding buffer space to prevent texture bleeding.
Moved it towards the correct placements.
* - Add mob effects enum
* - Add biome and biome tags to enum
* - Fix feature rules only showing with 1.13.0 format version
* - Replace 1.20.41 -> 1.20.80
- Make certain format versions restricted to 1.10.0
* - Remove example stick (having this here was annoying)
* - Fix
* - Remove empty sounds example
* - Misc fixes for entity components