Update for 1.8.9
Update JEI for 1.8.9 as well. Move recipe related stuff to ModRecipes class.
This commit is contained in:
parent
e16017bd56
commit
c815960f5e
5 changed files with 10 additions and 8 deletions
|
@ -28,7 +28,7 @@ import WayofTime.bloodmagic.registry.ModRecipes;
|
|||
import WayofTime.bloodmagic.registry.ModRituals;
|
||||
import WayofTime.bloodmagic.util.handler.EventHandler;
|
||||
|
||||
@Mod(modid = Constants.Mod.MODID, name = Constants.Mod.NAME, version = Constants.Mod.VERSION, dependencies = Constants.Mod.DEPEND, guiFactory = "WayofTime.bloodmagic.client.gui.ConfigGuiFactory")
|
||||
@Mod(modid = Constants.Mod.MODID, name = Constants.Mod.NAME, version = Constants.Mod.VERSION, dependencies = Constants.Mod.DEPEND, acceptedMinecraftVersions = "[1.8.8,1.8.9]", guiFactory = "WayofTime.bloodmagic.client.gui.ConfigGuiFactory")
|
||||
@Getter
|
||||
public class BloodMagic {
|
||||
|
||||
|
@ -54,9 +54,6 @@ public class BloodMagic {
|
|||
ConfigHandler.init(new File(getConfigDir(), "BloodMagic.cfg"));
|
||||
|
||||
MinecraftForge.EVENT_BUS.register(new EventHandler());
|
||||
|
||||
RecipeSorter.register("BloodMagic:shapedorb", ShapedBloodOrbRecipe.class, Category.SHAPED, "before:minecraft:shapeless");
|
||||
RecipeSorter.register("BloodMagic:shapelessorb", ShapelessBloodOrbRecipe.class, Category.SHAPELESS, "after:minecraft:shapeless");
|
||||
|
||||
ModBlocks.init();
|
||||
ModItems.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue