- De-pluralized most folders as per vanilla changes
1.7.1
- Add a `exclude` parameter to `utils.clean_generated_resources`, and `written_files` to `ResourceManager`, to allow only removing stale files - Remove two `loot_tables` loot functions that don't exist in 1.21 anymore.
1.7.0
1.6.2
- Add `ResourceManager.world_preset` - Fix some fields in `ResourceManager.biome` not being correct - Don't generate empty `Properties: {}` in block states for world generation
1.6.1
Changes
- Fix swapped `any_of`, `all_of` conditions. - Re-add `loot_tables.alternatives` for use in loot entries. - Fix tests not testing anything and always passing.
1.6.0
This update tracks 1.20.1, pack format 15.
Changes
- Add `py.typed` marker, as per PEP-561 - Add `mcresources.atlases` for the new atlas system. - Add some helpers to advancements. - Update `loot_tables` methods to use `any_of`, `all_of`, etc. - Add `ResourceManagerblock_and_item_tag`