Added ASM Method and Field stripper, more work on own power net

This commit is contained in:
modmuss50 2015-07-01 16:41:40 +01:00
parent 4fae706242
commit 5b06a20351
6 changed files with 327 additions and 5 deletions

View file

@ -10,6 +10,7 @@ import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.api.recipe.RecipeCrafter;
import techreborn.asm.Strippable;
import techreborn.init.ModBlocks;
import techreborn.util.Inventory;
@ -33,7 +34,7 @@ public class TileLathe extends TileMachineBase implements IWrenchable, IEnergyTi
outputs[0] = 1;
crafter = new RecipeCrafter("latheRecipe", this, energy, 1, 1, inventory, inputs, outputs);
}
@Override
public void updateEntity()
{