first attempt to overwrite loottables

This commit is contained in:
2021-10-25 00:31:25 -04:00
parent 273de51797
commit b44c9abf8e
5 changed files with 176 additions and 0 deletions
@@ -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();
}
}