fixes #648, also updates the JEI version
This commit is contained in:
@@ -51,8 +51,8 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
deobfCompile "mezz.jei:jei_1.10.2:3.13.2.353:api"
|
deobfCompile "mezz.jei:jei_1.10.2:3.13.3.373:api"
|
||||||
runtime "mezz.jei:jei_1.10.2:3.13.2.353"
|
runtime "mezz.jei:jei_1.10.2:3.13.3.373"
|
||||||
compile "net.darkhax.tesla:Tesla:1.10.2-1.2.1.49"
|
compile "net.darkhax.tesla:Tesla:1.10.2-1.2.1.49"
|
||||||
compile "net.industrial-craft:industrialcraft-2:2.6.98-ex110:api"
|
compile "net.industrial-craft:industrialcraft-2:2.6.98-ex110:api"
|
||||||
deobfCompile "MCMultiPart:MCMultiPart:1.3.0:universal"
|
deobfCompile "MCMultiPart:MCMultiPart:1.3.0:universal"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package com.raoulvdberge.refinedstorage.integration.jei;
|
|||||||
|
|
||||||
import com.raoulvdberge.refinedstorage.RSBlocks;
|
import com.raoulvdberge.refinedstorage.RSBlocks;
|
||||||
import com.raoulvdberge.refinedstorage.container.ContainerSolderer;
|
import com.raoulvdberge.refinedstorage.container.ContainerSolderer;
|
||||||
|
import com.raoulvdberge.refinedstorage.gui.GuiSolderer;
|
||||||
import mezz.jei.api.BlankModPlugin;
|
import mezz.jei.api.BlankModPlugin;
|
||||||
import mezz.jei.api.IJeiRuntime;
|
import mezz.jei.api.IJeiRuntime;
|
||||||
import mezz.jei.api.IModRegistry;
|
import mezz.jei.api.IModRegistry;
|
||||||
@@ -31,6 +32,8 @@ public class RSJEIPlugin extends BlankModPlugin {
|
|||||||
registry.addRecipeCategoryCraftingItem(new ItemStack(RSBlocks.SOLDERER), RecipeCategorySolderer.ID);
|
registry.addRecipeCategoryCraftingItem(new ItemStack(RSBlocks.SOLDERER), RecipeCategorySolderer.ID);
|
||||||
|
|
||||||
registry.addAdvancedGuiHandlers(new GuiHandlerGrid());
|
registry.addAdvancedGuiHandlers(new GuiHandlerGrid());
|
||||||
|
|
||||||
|
registry.addRecipeClickArea(GuiSolderer.class, 80, 36, 28, 19, RecipeCategorySolderer.ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user