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
Last revisionBoth sides next revision
tutorial:ores [2023/12/18 00:52] solidblocktutorial:ores [2023/12/18 00:58] – [Adding to the overworld biomes] solidblock
Line 86: Line 86:
 public class ExampleMod implements ModInitializer { public class ExampleMod implements ModInitializer {
   
- public static final RegistryKey<PlacedFeature> CUSTOM_ORE_PLACED_KEY = RegistryKey.of(RegistryKeys.PLACED_FEATURE, new Identifier("examplemod","ore_custom"));+ public static final RegistryKey<PlacedFeature> CUSTOM_ORE_PLACED_KEY = RegistryKey.of(RegistryKeys.PLACED_FEATURE, new Identifier("tutorial","ore_custom"));
  
  @Override  @Override
tutorial/ores.txt · Last modified: 2023/12/18 01:03 by solidblock