Removed plank and stick ore dictionary

This commit is contained in:
Kino 2017-12-28 18:13:53 -05:00
parent 8965c17333
commit 8dda269c9f

View file

@ -17,8 +17,6 @@ public class AetherDictionary
{
//tree and wood-related things
register("logWood", new ItemStack(BlocksAether.aether_log, 1, WILDCARD));
register("plankWood", BlocksAether.skyroot_plank);
register("stickWood", ItemsAether.skyroot_stick);
register("slabWood", BlocksAether.skyroot_slab);
register("stairWood", BlocksAether.skyroot_stairs);
register("treeSapling", BlocksAether.golden_oak_sapling);