User Tools

Site Tools


tutorial:sidebar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:sidebar [2023/06/17 19:39] – Added the custom potions page to the sidebar pandoricavitutorial:sidebar [2023/09/24 18:55] – Use new minecraft wiki mattidragon
Line 31: Line 31:
     * [[tutorial:registry_types|Standard Registries]]     * [[tutorial:registry_types|Standard Registries]]
   * Development Tools    * Development Tools 
-    * [[tutorial:libraries|Third-party Library Mods]]+    * [[community:library_mods|Third-party Library Mods]]
     * [[tutorial:applychanges|Applying Changes without Restarting Minecraft]]     * [[tutorial:applychanges|Applying Changes without Restarting Minecraft]]
   * [[tutorial:lang|Creating a lang file]]   * [[tutorial:lang|Creating a lang file]]
Line 59: Line 59:
     * [[tutorial:waterloggable|Make the Block Waterloggable]]     * [[tutorial:waterloggable|Make the Block Waterloggable]]
   * [[tutorial:blockentity|Adding a BlockEntity]]   * [[tutorial:blockentity|Adding a BlockEntity]]
 +    * [[tutorial:blockentity_modify_data|Modify BlockEntity data]]
 +    * [[tutorial:blockentity_sync_itemstack|Sync BlockEntity data with ItemStack]]
   * [[tutorial:inventory|Storing Items in a Block as an Inventory]]   * [[tutorial:inventory|Storing Items in a Block as an Inventory]]
   * [[tutorial:colorprovider|Dynamically Change the Color of a Block or Item]]   * [[tutorial:colorprovider|Dynamically Change the Color of a Block or Item]]
Line 78: Line 80:
   * [[tutorial:datagen_loot|Loot Table Generation]]   * [[tutorial:datagen_loot|Loot Table Generation]]
   * [[tutorial:datagen_model|Model Generation]]   * [[tutorial:datagen_model|Model Generation]]
 +    * [[tutorial:datagen_buckets|Bucket Texture Data Generation]]
   * [[tutorial:datagen_tags|Tag Generation]]   * [[tutorial:datagen_tags|Tag Generation]]
   * [[tutorial:datagen_recipe|Recipe Generation]]   * [[tutorial:datagen_recipe|Recipe Generation]]
Line 91: Line 94:
   * [[tutorial:trees|Adding Trees (Advanced)]]   * [[tutorial:trees|Adding Trees (Advanced)]]
   * [[https://misode.github.io/guides/adding-custom-structures/|Adding Structure Features]] (third-party tutorial)   * [[https://misode.github.io/guides/adding-custom-structures/|Adding Structure Features]] (third-party tutorial)
-  * [[https://minecraft.fandom.com/wiki/Biomes/JSON_format|Adding Biomes]] (vanilla tutorial)+  * [[https://minecraft.wiki/w/Biomes/JSON_format|Adding Biomes]] (vanilla tutorial)
     * [[tutorial:biomes|Adding Biomes in old versions]]     * [[tutorial:biomes|Adding Biomes in old versions]]
   * [[tutorial:chunkgenerator|Custom Chunk Generators (DRAFT)]]   * [[tutorial:chunkgenerator|Custom Chunk Generators (DRAFT)]]
   * [[tutorial:world_presets|Adding World Presets]]   * [[tutorial:world_presets|Adding World Presets]]
-  * [[https://minecraft.fandom.com/wiki/Custom_dimension|Adding Dimensions]] (vanilla tutorial)+  * [[https://minecraft.wiki/w/Custom_dimension|Adding Dimensions]] (vanilla tutorial)
     * [[tutorial:custom_portals|Creating a Custom Portal]]     * [[tutorial:custom_portals|Creating a Custom Portal]]
  
Line 157: Line 160:
   * [[tutorial:particles|Adding a Particle]]   * [[tutorial:particles|Adding a Particle]]
   * [[tutorial:potions|Adding a Potion]]   * [[tutorial:potions|Adding a Potion]]
 +  * [[tutorial:damagetypes|Adding a Damage Type]]
   * [[tutorial:sounds|Playing Sounds]]   * [[tutorial:sounds|Playing Sounds]]
   * [[tutorial:gamerule|Custom Gamerule]]   * [[tutorial:gamerule|Custom Gamerule]]
Line 170: Line 174:
 ==== Toolchain ==== ==== Toolchain ====
   * Tools   * Tools
-    * [[tools:enigma|Enigma]] +    * [[documentation:enigma|Enigma]] 
-    * [[tools:matcher|Matcher]]+    * [[documentation:matcher|Matcher]]
   * Tutorials   * Tutorials
     * [[tutorial:migratemappings|Updating Yarn mappings in a Java codebase]]     * [[tutorial:migratemappings|Updating Yarn mappings in a Java codebase]]
     * [[tutorial:updating_yarn|Updating Yarn to a new Minecraft version]]     * [[tutorial:updating_yarn|Updating Yarn to a new Minecraft version]]
   * Specifications   * Specifications
-    * [[specification:mappings:tiny2|Tiny v2 mapping format]]+    * [[documentation:tiny2|Tiny v2 mapping format]]
  
 ==== Contribute to Fabric ==== ==== Contribute to Fabric ====
tutorial/sidebar.txt · Last modified: 2024/05/12 11:50 by herr_chaos