Skip to content

Instantly share code, notes, and snippets.

View Tsyklop's full-sized avatar
💭
gitlab.com

Alexander Lemyagov Tsyklop

💭
gitlab.com
View GitHub Profile
Name,Version,Authors,Mod Site,
AE2 Stuff,0.5.1.9,"[bdew]","bdew.net"
AI Improvements,0.0.1.19,"[]",""
Advanced Generators,0.9.19.120,"[bdew]","http://bdew.net/"
Advanced Solar Panels,1.7.10-3.5.1,"[SeNtiMeL, Icedfire]","http://forum.industrial-craft.net/index.php?page=Thread&threadID=3291"
Advanced Systems Manager,0.2.0,"[hilburn]","https://github.com/hilburn/AdvancedSystemsManager"
Animals+,1.2,"[]","http://goo.gl/mPLnSo"
AppleCore,1.1.0,"[squeek]",""
Applied Energistics 2,rv3-beta-4,"[AlgorithmX2]","http://ae2.ae-mod.info"
Applied Energistics 2 Core,rv3-beta-4,"[AlgorithmX2]","http://ae2.ae-mod.info"
@Tsyklop
Tsyklop / gist:048580af0eadab5c6db3
Created January 17, 2016 07:26
MoarCarts crash
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 1/17/16 9:23 AM
Description: Unexpected error
java.lang.AbstractMethodError: moarcarts.mods.ironchest.entities.EntityMinecartIronChest.func_70296_d()V
at net.minecraft.inventory.Slot.func_75218_e(Slot.java:83)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:78)
at net.minecraft.inventory.Container.func_75131_a(SourceFile:390)
package ru.lionzxy.simlyhammer.commons.recipe;
import cofh.core.item.tool.ItemAxeAdv;
import net.minecraft.block.Block;
import net.minecraft.block.BlockTorch;
import net.minecraft.init.Items;
import net.minecraft.inventory.InventoryCrafting;
import net.minecraft.item.*;
import net.minecraft.item.crafting.IRecipe;
import net.minecraft.nbt.NBTTagCompound;