====== Archived Pages ====== These pages have been replaced by better ones, or simply do not work on modern versions of Minecraft, they are simply for archival purposes - or if you need to do some backporting ect. ==== Advanced ==== * [[ext_lang|Using CrowdinTranslate to provide live community translations]] * [[ext_gh_commit|Using GitHub Actions to find errors in your commits]] * [[loader04x|Updating from Loader 0.3.x to 0.4.x]] ==== Dynamic Data Generation ==== These pages have been replaced by the Fabric Data Generation API tutorials, [[tutorial:datagen_setup|which you can find here.]] * [[dynamic_recipe_generation|Dynamic Recipe Generation]] * [[dynamic_model_generation|Dynamic Model Generation]] ==== World Generation ==== These pages are obsolete 1.16+ due to the new JSON world generation API provided via datapacks. These pages are guaranteed not to work beyond 1.18 due to the new world generation changes. * [[dimensions|Adding Dimensions]] * [[generator_types|Adding Generator Types]] //These have been replaced by World Presets in 1.18+, [[tutorial:world_presets|which you can find more about here.]]// * [[structures|Adding Structure Features]] ==== Tutorials for Minecraft 1.19 ==== * [[tutorial:1.19:itemgroup|Create an itemgroup]] ==== Tutorials for Minecraft 1.15 ==== * [[tutorial:1.15:jigsaw|Using Jigsaws in StructureFeatures]] * [[tutorial:1.1x-1.17:mining_levels|Mining Levels (1.1x-1.17x)]] ==== Tutorials for Minecraft 1.14 ==== * [[tutorial:1.14:blockentityrenderers|Rendering blocks and items dynamically using block entity renderers]] * [[tutorial:1.14:blockappearance|Manipulating a Block's appearance]] * [[entity-old|Adding a Cookie Creeper Entity]]