first attempt to overwrite loottables
This commit is contained in:
@@ -2,6 +2,7 @@ package me.parsell.glowstonewire;
|
||||
|
||||
import me.parsell.glowstonewire.core.glowBlocks;
|
||||
import me.parsell.glowstonewire.core.glowItems;
|
||||
import me.parsell.glowstonewire.core.glowLootTables;
|
||||
import me.parsell.glowstonewire.core.glowRecipes;
|
||||
import me.shedaniel.autoconfig.AutoConfig;
|
||||
import me.shedaniel.autoconfig.serializer.GsonConfigSerializer;
|
||||
@@ -19,5 +20,6 @@ public class GlowstoneWire implements ModInitializer {
|
||||
glowBlocks.init();
|
||||
glowItems.init();
|
||||
glowRecipes.init();
|
||||
glowLootTables.init();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user