User Tools

Site Tools


tutorial:biomes

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
tutorial:biomes [2020/11/02 15:29] – Use Biome API in Fabric API siglongtutorial:biomes [2022/08/16 20:50] (current) – DME mineblock11
Line 1: Line 1:
 +DELETEME //**For versions 1.18 and beyond, biomes can be made completely using JSON, [[https://minecraft.fandom.com/wiki/Biome/JSON_format|take a look the Minecraft Wikia for more information.]]**.//
 +
 ====== Adding Biomes [1.16.3] ====== ====== Adding Biomes [1.16.3] ======
 There are 3 steps that are required to add a biome to the world. There are 3 steps that are required to add a biome to the world.
Line 5: Line 7:
   * Adding a biome to a climate zone in the world   * Adding a biome to a climate zone in the world
  
-In this tutorial, we will add new biome called obsiland biome, whose surface is covered with obsidians.+In this tutorial, we will add new biome called obsiland biome, whose surface is covered with obsidian.
  
 Note that this tutorial depends on [[https://github.com/FabricMC/fabric/pull/1053|the Biome API in Fabric API]] which is marked as experimental. Note that this tutorial depends on [[https://github.com/FabricMC/fabric/pull/1053|the Biome API in Fabric API]] which is marked as experimental.
tutorial/biomes.txt · Last modified: 2022/08/16 20:50 by mineblock11