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 revision
Previous revision
tutorial:ores [2023/12/18 00:52] solidblocktutorial:ores [2023/12/18 01:03] (current) 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
Line 167: Line 167:
       {       {
         "state": {         "state": {
-          "Name": "minecraft:nether_custom_ore"+          "Name": "minecraft:end_rod"
         },         },
         "target": {         "target": {
tutorial/ores.txt · Last modified: 2023/12/18 01:03 by solidblock