User Tools

Site Tools


tutorial:ores

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:ores [2020/08/26 11:25] – Update to 1.16.2 siglongtutorial:ores [2020/08/26 11:25] – grammer correction siglong
Line 2: Line 2:
 A lot of mods add their own ores, and you'll need a way to place them in existing biomes for players to find. In this tutorial, we'll look at adding ores to existing biomes and biomes added by other mods. There are 2 steps that are required to add ores to biomes. A lot of mods add their own ores, and you'll need a way to place them in existing biomes for players to find. In this tutorial, we'll look at adding ores to existing biomes and biomes added by other mods. There are 2 steps that are required to add ores to biomes.
   * Make a ConfiguredFeatures. This defines how your ore block is spawned.   * Make a ConfiguredFeatures. This defines how your ore block is spawned.
-  * Use mixin to inject feature registration into DefaultBiomeFeature+  * Use mixin to inject feature registration into DefaultBiomeFeature.
  
 We'll assume you've already created your own ore block at this point. Quartz Ore will serve as our replacement, and our goal will be spawning it in overworld biomes. Replace references to Quartz Ore with your ore when appropriate. We'll assume you've already created your own ore block at this point. Quartz Ore will serve as our replacement, and our goal will be spawning it in overworld biomes. Replace references to Quartz Ore with your ore when appropriate.
tutorial/ores.txt · Last modified: 2023/12/18 01:03 by solidblock