reccipe fix
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.glowRecipes;
|
||||
import me.shedaniel.autoconfig.AutoConfig;
|
||||
import me.shedaniel.autoconfig.serializer.GsonConfigSerializer;
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
@@ -17,5 +18,6 @@ public class GlowstoneWire implements ModInitializer {
|
||||
|
||||
glowBlocks.init();
|
||||
glowItems.init();
|
||||
glowRecipes.init();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user