Skip to content

Commit

Permalink
Add recipe sorting info for ShapelessToolRecipe (chiseling) #1574
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed May 10, 2015
1 parent 6361efc commit 455b92e
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -6,10 +6,15 @@
import net.minecraft.item.crafting.ShapelessRecipes;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.World;
import net.minecraftforge.oredict.RecipeSorter;
import tconstruct.TConstruct;
import tconstruct.library.tools.ToolCore;

public class ShapelessToolRecipe extends ShapelessRecipes
{
static {
RecipeSorter.register(TConstruct.modID + ":" + "toolrecipe", ShapelessToolRecipe.class, RecipeSorter.Category.SHAPELESS, "");
}

public ShapelessToolRecipe(ItemStack par1ItemStack, List par2List)
{
Expand Down

0 comments on commit 455b92e

Please sign in to comment.