User Tools

Site Tools


tutorial:dimensions

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:dimension [2020/04/06 07:40] – more fixes b0undarybreakertutorial:dimensions [2022/01/01 14:44] – update minecraft wiki link xtexchooser
Line 1: Line 1:
-====== Creating a Dimension [WIP] ======+ 
 +====== Minecraft 1.16 and later ====== 
 + 
 +The information below applies to Minecraft 1.15 and earlier, while in Minecraft 1.16, dimensions can be defined in data packs. More information about custom dimensions in 1.16 can be found in the [[https://minecraft.fandom.com/wiki/Custom_dimension|official wiki]]. 
 + 
 +However, you must still create a portal using fabric, [[tutorial:custom_portals|more infomation about custom portals here.]] 
 + 
 +An example that also shows some of the fabric-api specific code can be found in the [[https://github.com/FabricMC/fabric/tree/1.16/fabric-dimensions-v1/src/testmod|fabric-dimensions-v1 testmod]]. 
 + 
 +====== Creating a Dimension [WIP] (1.15 and earlier) ======
 Creating your own dimension is an advanced topic. This tutorial assumes you have already read through the previous tutorials on world generation, and have other basic knowledge such as how to create your own blocks. Creating your own dimension is an advanced topic. This tutorial assumes you have already read through the previous tutorials on world generation, and have other basic knowledge such as how to create your own blocks.
  
Line 101: Line 110:
 } }
 </code> </code>
- 
-=== Travelling between dimensions [TODO] === 
  
 === Creating a ChunkGenerator [TODO] === === Creating a ChunkGenerator [TODO] ===
tutorial/dimensions.txt · Last modified: 2023/09/24 18:56 by mattidragon