LICENSE
README.md
pyproject.toml
src/MCpypack/__init__.py
src/MCpypack.egg-info/PKG-INFO
src/MCpypack.egg-info/SOURCES.txt
src/MCpypack.egg-info/dependency_links.txt
src/MCpypack.egg-info/requires.txt
src/MCpypack.egg-info/top_level.txt
src/MCpypack/core/__init__.py
src/MCpypack/core/datapack.py
src/MCpypack/core/namespace.py
src/MCpypack/core/valid.py
src/MCpypack/item/__init__.py
src/MCpypack/item/create_damage_types.py
src/MCpypack/item/create_enchantments.py
src/MCpypack/item/create_items.py
src/MCpypack/item/create_jukebox_songs.py
src/MCpypack/item/create_tags.py
src/MCpypack/item/create_trim_material.py
src/MCpypack/item/create_trim_patterns.py
src/MCpypack/item/components/__init__.py
src/MCpypack/item/components/attack_range.py
src/MCpypack/item/components/base_color.py
src/MCpypack/item/components/bucket_entity_data.py
src/MCpypack/item/components/bundle_contents.py
src/MCpypack/item/components/components.py
src/MCpypack/item/components/consumable.py
src/MCpypack/item/components/container.py
src/MCpypack/item/components/damage.py
src/MCpypack/item/components/damage_type.py
src/MCpypack/item/components/dye.py
src/MCpypack/item/components/enchantable.py
src/MCpypack/item/components/enchantment_glint_override.py
src/MCpypack/item/components/enchantments.py
src/MCpypack/item/components/food.py
src/MCpypack/item/components/glider.py
src/MCpypack/item/components/intangible_projectile.py
src/MCpypack/item/components/jukebox_playable.py
src/MCpypack/item/components/max_damage.py
src/MCpypack/item/components/max_stack_size.py
src/MCpypack/item/components/minimum_attack_charge.py
src/MCpypack/item/components/ominous_bottle_amplifier.py
src/MCpypack/item/components/provides_trim_material.py
src/MCpypack/item/components/rarity.py
src/MCpypack/item/components/repair_cost.py
src/MCpypack/item/components/repairable.py
src/MCpypack/item/components/stored_enchantments.py
src/MCpypack/item/components/unbreakable.py
src/MCpypack/item/components/use_effects.py
src/MCpypack/item/components/use_remainder.py
src/MCpypack/item/components/weapon.py
src/MCpypack/item/final/__init__.py
src/MCpypack/item/final/damage_types.py
src/MCpypack/item/final/enchantments.py
src/MCpypack/item/final/items.py
src/MCpypack/item/final/jukebox_songs.py
src/MCpypack/item/final/tags.py
src/MCpypack/item/final/trim_materials.py
src/MCpypack/item/final/trim_patterns.py
src/MCpypack/recipe/__init__.py
src/MCpypack/recipe/campfire_cooking.py
src/MCpypack/recipe/crafting_decorated_pot.py
src/MCpypack/recipe/crafting_shaped.py
src/MCpypack/recipe/crafting_shapeless.py
src/MCpypack/recipe/crafting_transmute.py
src/MCpypack/recipe/furnace.py
src/MCpypack/recipe/recipe.py
src/MCpypack/recipe/smithing.py
src/MCpypack/recipe/stonecutting.py
src/MCpypack/recipe/crafting_special/__init__.py
src/MCpypack/recipe/crafting_special/crafting_special_shielddecoration.py
src/MCpypack/utils/__init__.py
src/MCpypack/utils/category.py
src/MCpypack/utils/color.py
src/MCpypack/utils/experience.py
src/MCpypack/utils/group.py
src/MCpypack/utils/rarity.py
src/MCpypack/utils/result.py
src/MCpypack/utils/times.py