This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
OlderNewer