Example Addon Structure - MWall541/Dragon-Mounts-Legacy GitHub Wiki
This is a visual structure of how the example addon will be packaged. This page also serves as the main hub for the information you can find that's important to each section of the addon.
Please note that the guides here assume you have a somewhat advanced knowledge of Minecraft's datapack system. If you feel that is outside of your comfort zone, please have a look at the official datapack wiki page.
Start by clicking on a section/file you'd like to see the structure of:
STUB: Some pages will be missing as I continue to work on this wiki.
example_addon.jar ββββassets β ββββexample_addon β β sounds.json β β β ββββlang β β en_us.json β β β ββββmodels β β ββββblock β β β ββββdragon_eggs β β β example_breed_dragon_egg.json β β β β β ββββentity β β ββββdragon β β ββββbreed β β ββββproperties β β example_breed.json β β β ββββtextures β ββββblock β β example_breed_dragon_egg.png β β example_breed_dragon_egg.png.mcmeta β β β ββββentity β ββββdragon β ββββexample_breed β body.png β glow.png β saddle.png β ββββdata β ββββexample_addon β β ββββdragonmounts β β β ββββcross_breeding β β β β example_crossbreed.json β β β β β β β ββββdragon_breeds β β β example_breed.json β β β β β ββββloot_modifiers β β egg_chance_by_config.json β β egg_chance_by_random.json β β replace_first_example.json β β β ββββforge β ββββloot_modifiers β global_loot_modifiers.json β ββββMETA-INF β mods.toml β ββββpack.mcmeta