Skip to content

Commit

Permalink
Fixed crash caused by uncrafting Applied Energistics 2 items
Browse files Browse the repository at this point in the history
  • Loading branch information
crazysnailboy committed Jul 5, 2017
1 parent ca23cd7 commit f5a9521
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.4.4"
version = "1.4.5"
group = "org.jglrxavpok.mods.decraft"
archivesBaseName = "[1.7.10]UncraftingTable"

Expand Down
@@ -1,17 +1,15 @@
package org.jglrxavpok.mods.decraft.item.uncrafting.handlers.external;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;

import org.jglrxavpok.mods.decraft.ModUncrafting;
import org.jglrxavpok.mods.decraft.item.uncrafting.handlers.RecipeHandlers.RecipeHandler;

import com.google.common.collect.Lists;

import net.minecraft.item.ItemStack;
import net.minecraft.item.crafting.IRecipe;
import scala.actors.threadpool.Arrays;


public class AE2RecipeHandlers
{
Expand Down
5 changes: 3 additions & 2 deletions update.json
@@ -1,10 +1,11 @@
{
"homepage": "https://minecraft.curseforge.com/projects/jglrxavpoks-uncrafting-table/files/",
"promos": {
"1.7.10-latest": "1.4.4",
"1.7.10-recommended": "1.4.4"
"1.7.10-latest": "1.4.5",
"1.7.10-recommended": "1.4.5"
},
"1.7.10": {
"1.4.5": "Fixed bug with Applied Energistics recipes",
"1.4.4": "Full release version of 1.4.4-pre11",
"1.4.4-pre11": "leather strips and rabbit hide, unenchanting now costs XP, more config options",
"1.4.4-pre10": "added ability to uncraft fireworks",
Expand Down

0 comments on commit f5a9521

Please sign in to comment.