tutorial:sidebar
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorial:sidebar [2023/05/04 10:55] – [World Generation] solidblock | tutorial:sidebar [2024/10/06 03:21] (current) – [Other pages] Chinese to English link skycatminepokie | ||
---|---|---|---|
Line 6: | Line 6: | ||
* [[tutorial: | * [[tutorial: | ||
- | |||
- | ==== Setup ==== | ||
- | |||
- | These pages will help you setup a productive development environment and semi-automated releases. | ||
- | |||
- | * [[tutorial: | ||
- | * [[https:// | ||
- | * [[tutorial: | ||
- | * [[tutorial: | ||
- | * [[tutorial: | ||
==== Basics ==== | ==== Basics ==== | ||
- | These pages are essential must-reads when modding with Fabric, and modding Minecraft in general, if you are new to modding, it is recommended you read the following. | + | |
- | + | ||
- | | + | |
* [[tutorial: | * [[tutorial: | ||
+ | * [[https:// | ||
* [[tutorial: | * [[tutorial: | ||
- | * Conventions and Terminology | + | * [[kotlin|Modding with Fabric with Kotlin]] |
- | * [[tutorial: | + | * [[tutorial: |
- | * [[tutorial: | + | * [[tutorial: |
- | | + | * [[tutorial: |
- | | + | |
* [[tutorial: | * [[tutorial: | ||
- | | + | * [[hotswapping|Applying Changes without Restarting Minecraft]] |
- | | + | |
- | * [[tutorial: | + | |
* [[tutorial: | * [[tutorial: | ||
- | * [[tutorial: | ||
==== Items ==== | ==== Items ==== | ||
- | These pages will guide you on the creation | + | Creation |
- | * [[tutorial:items_docs|Item Documentation]] | + | * [[https:// |
- | * [[tutorial:items|Practical Example: Adding an Item]] | + | * [[https:// |
- | * [[tutorial:itemgroup|Creating an ItemGroup for your items]] | + | * [[https:// |
- | * [[tutorial: | + | |
* [[tutorial: | * [[tutorial: | ||
- | * [[tutorial: | + | * [[https:// |
- | * [[tutorial:tools|Adding | + | * [[tutorial: |
+ | * [[https:// | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
Line 53: | Line 38: | ||
==== Blocks and Block Entities==== | ==== Blocks and Block Entities==== | ||
- | These pages will guide you through the creation | + | Creation |
- | * [[tutorial:blocks|Adding a Block]] | + | * [[https:// |
- | * [[tutorial:blockstate|Giving a Block State]] | + | * [[https:// |
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
+ | * [[tutorial: | ||
+ | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
Line 73: | Line 60: | ||
==== Data Generation ==== | ==== Data Generation ==== | ||
- | These pages will guide you through the [[https:// | + | The [[https:// |
* [[tutorial: | * [[tutorial: | ||
Line 79: | Line 66: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
+ | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
Line 84: | Line 72: | ||
==== World Generation ==== | ==== World Generation ==== | ||
- | |||
- | These pages will guide you through world generation concepts. | ||
* [[tutorial: | * [[tutorial: | ||
Line 91: | Line 77: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
- | * [[https://misode.github.io/guides/adding-custom-structures/ | + | * [[https://minecraft.wiki/w/Tutorials/Custom_structures|Adding |
- | * [[https:// | + | * [[https:// |
- | * [[tutorial:biomes|Adding Biomes in old versions]] | + | * [[tutorial:biomes_old|Adding Biomes in old versions]] |
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
- | * [[https:// | + | * [[https:// |
* [[tutorial: | * [[tutorial: | ||
==== Commands ==== | ==== Commands ==== | ||
- | These pages will guide you through | + | Using [[https:// |
* [[tutorial: | * [[tutorial: | ||
Line 112: | Line 98: | ||
==== Events ==== | ==== Events ==== | ||
- | These pages will guide you through using the many events included in [[https:// | + | Using the many events included in [[https:// |
- | * [[tutorial: | + | * [[tutorial: |
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
Line 129: | Line 115: | ||
==== Mixins & ASM ==== | ==== Mixins & ASM ==== | ||
- | These pages will guide you through the usage of [[https:// | + | The usage of [[https:// |
* [[tutorial: | * [[tutorial: | ||
Line 143: | Line 129: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
- | * [[tutorial: | + | * [[tutorial: |
+ | |||
+ | ==== Publishing ==== | ||
+ | |||
+ | * [[tutorial: | ||
+ | * [[tutorial: | ||
+ | * [[tutorial: | ||
==== Miscellaneous ==== | ==== Miscellaneous ==== | ||
Line 149: | Line 141: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
- | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
- | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
- | * [[tutorial:status_effects|Status Effects]] | + | * [[https:// |
* [[tutorial: | * [[tutorial: | ||
- | * [[tutorial: | + | * [[https:// |
+ | * [[https:// | ||
+ | * [[https:// | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
- | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
- | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
* [[screen|Creating a Screen]] | * [[screen|Creating a Screen]] | ||
- | ==== Yarn ==== | + | ==== Toolchain |
* [[tutorial: | * [[tutorial: | ||
* [[tutorial: | * [[tutorial: | ||
+ | * [[tutorial: | ||
==== Contribute to Fabric ==== | ==== Contribute to Fabric ==== | ||
* [[tutorial: | * [[tutorial: | ||
- | | + | |
+ | ==== Other pages ==== | ||
+ | |||
+ | | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
- | + | * [[community: | |
- | Looking for old tutorials? They' | + | * [[https:// |
+ | * [[community:library_mods|Community Libraries]] |
tutorial/sidebar.1683197707.txt.gz · Last modified: 2023/05/04 10:55 by solidblock