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
tutorial:ores [2023/12/18 01:03] solidblocktutorial:ores [2024/10/28 17:55] (current) – Fix new identifier vs Identifier.of cassiancc
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("tutorial","ore_custom"));+ public static final RegistryKey<PlacedFeature> CUSTOM_ORE_PLACED_KEY = RegistryKey.of(RegistryKeys.PLACED_FEATURE, Identifier.of("tutorial","ore_custom"));
  
  @Override  @Override
tutorial/ores.1702861436.txt.gz · Last modified: 2023/12/18 01:03 by solidblock