Update forge and mappings to latest
This commit is contained in:
parent
543f3fbdc9
commit
82aa0e730f
3 changed files with 6 additions and 6 deletions
|
@ -89,8 +89,8 @@ if (ENV.BUILD_NUMBER) {
|
|||
}
|
||||
|
||||
minecraft {
|
||||
version = "1.12-14.21.0.2340"
|
||||
mappings = "snapshot_20170620"
|
||||
version = "1.12-14.21.0.2342"
|
||||
mappings = "snapshot_20170621"
|
||||
replace "@MODVERSION@", project.version
|
||||
useDepAts = true
|
||||
runDir = "run"
|
||||
|
|
|
@ -20,8 +20,8 @@ public class GuiAutoCraftingRecipeSlector extends GuiRecipeBook {
|
|||
public void func_193014_a(boolean p_193014_1_, InventoryCrafting p_193014_2_) {
|
||||
super.func_193014_a(p_193014_1_, p_193014_2_);
|
||||
//Pulls the button off the screen as we dont need it
|
||||
field_193960_m = new GuiButtonToggle(0, -1000, -1000, 26, 16, false);
|
||||
field_193960_m.func_191751_a(152, 41, 28, 18, RECIPE_BOOK);
|
||||
toggleRecipesBtn = new GuiButtonToggle(0, -1000, -1000, 26, 16, false);
|
||||
toggleRecipesBtn.func_191751_a(152, 41, 28, 18, RECIPE_BOOK);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -31,7 +31,7 @@ public class GuiAutoCraftingRecipeSlector extends GuiRecipeBook {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void func_193945_a(IRecipe recipe, RecipeList recipes) {
|
||||
public void setContainerRecipe(IRecipe recipe, RecipeList recipes) {
|
||||
guiAutoCrafting.setRecipe(recipe);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
public net.minecraft.client.gui.recipebook.GuiRecipeBook func_193945_a(Lnet/minecraft/item/crafting/IRecipe;Lnet/minecraft/client/gui/recipebook/RecipeList;)V # func_193945_a
|
||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook func_193945_a(Lnet/minecraft/item/crafting/IRecipe;Lnet/minecraft/client/gui/recipebook/RecipeList;)V # setContainerRecipe
|
||||
|
||||
public net.minecraft.client.gui.recipebook.GuiRecipeBook field_193960_m # toggleRecipesBtn
|
||||
|
|
Loading…
Add table
Reference in a new issue