oredicted some stuff

This commit is contained in:
Ellpeck 2019-01-27 14:03:42 +01:00
parent b983246ef9
commit 95e7f398e3
3 changed files with 18 additions and 1 deletions

View file

@ -12,6 +12,7 @@ import de.ellpeck.naturesaura.compat.Compat;
import de.ellpeck.naturesaura.entities.ModEntities;
import de.ellpeck.naturesaura.events.CommonEvents;
import de.ellpeck.naturesaura.items.ModItems;
import de.ellpeck.naturesaura.items.OreDict;
import de.ellpeck.naturesaura.packet.PacketHandler;
import de.ellpeck.naturesaura.potion.ModPotions;
import de.ellpeck.naturesaura.proxy.IProxy;
@ -83,6 +84,7 @@ public final class NaturesAura {
ModRecipes.init();
ModRegistry.init(event);
DrainSpotEffects.init();
OreDict.init();
proxy.init(event);
}

View file

@ -0,0 +1,15 @@
package de.ellpeck.naturesaura.items;
import de.ellpeck.naturesaura.blocks.ModBlocks;
import net.minecraftforge.oredict.OreDictionary;
public final class OreDict {
public static void init() {
OreDictionary.registerOre("logWood", ModBlocks.ANCIENT_LOG);
OreDictionary.registerOre("logWood", ModBlocks.ANCIENT_BARK);
OreDictionary.registerOre("plankWood", ModBlocks.ANCIENT_PLANKS);
OreDictionary.registerOre("treeLeaves", ModBlocks.ANCIENT_LEAVES);
OreDictionary.registerOre("stickWood", ModItems.ANCIENT_STICK);
}
}

View file

@ -6,7 +6,7 @@
],
"key": {
"W": {
"item": "naturesaura:ancient_planks"
"item": "naturesaura:ancient_slab"
}
},
"result": {