Skip to content

Instantly share code, notes, and snippets.

View AEnterprise's full-sized avatar
⚙️
Making the gears turn

AEnterprise

⚙️
Making the gears turn
View GitHub Profile
Howardka
SidneySn
Martinmady
CurtisMr
MichaelKi
Mashamono
Anthonywex
Samuelmede
MichaelKi
UnlimPayKa
14719 Posts in 2366 Topics by 2531
---- Minecraft Crash Report ----
// You're mean.
Time: 17/12/14 15:30
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: hasEffect
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 28/12/14 13:10
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
---- Minecraft Crash Report ----
// Why is it breaking :(
Time: 1/25/15 3:59 PM
Description: Unexpected error
java.lang.ClassCastException: net.minecraft.util.MovingObjectPosition cannot be cast to codechicken.lib.raytracer.ExtendedMOP
at codechicken.multipart.BlockMultipart$.reduceMOP(BlockMultipart.scala:39)
at codechicken.multipart.BlockMultipart$.drawHighlight(BlockMultipart.scala:50)
at codechicken.multipart.handler.MultipartEventHandler$.drawBlockHighlight(MultipartEventHandler.scala:54)
package eureka.core;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
import net.minecraft.client.resources.IResource;
import net.minecraft.util.ResourceLocation;
[14:26:05] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 25/02/15 14:26
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at buildcraft.robots.RobotStationPluggable.receiveEnergy(RobotStationPluggable.java:259)
at buildcraft.transport.PipeTransportPower.updateEntity(PipeTransportPower.java:297)
at buildcraft.transport.Pipe.updateEntity(Pipe.java:143)
package buildcraftAdditions.client.models;
/**
* Copyright (c) 2014-2015, AEnterprise
* http://buildcraftadditions.wordpress.com/
* Buildcraft Additions is distributed under the terms of GNU GPL v3.0
* Please check the contents of the license located in
* http://buildcraftadditions.wordpress.com/wiki/licensing-stuff/
*/
import org.lwjgl.opengl.GL11;
package kineticrevolution.entities;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.AxisAlignedBB;
import net.minecraft.util.DamageSource;
import net.minecraft.world.World;
/**
mods.calculator.basic.addRecipe(<minecraft:stick>, <minecraft:stick>, <minecraft:stick> * 5);
mods.calculator.basic.addRecipe(<ore:oreGold>, <minecraft:coal>, <minecraft:gold_ingot>*2);
mods.calculator.basic.removeRecipe(<ore:plankWood>, <ore:cobblestone>);
mods.calculator.atomic.addRecipe(<minecraft:redstone_torch>, <minecraft:stone_slab>, <minecraft:redstone_torch>, <minecraft:repeater>);
mods.calculator.atomic.removeRecipe(<ore:gemDiamond>, <Calculator:AtomicBinder>, <ore:gemDiamond>);
mods.calculator.scientific.addRecipe(<minecraft:ender_eye>, <minecraft:blaze_powder>, <minecraft:ender_pearl>);
mods.calculator.scientific.removeRecipe(<Calculator:Calculator>, <Calculator:RedstoneIngot>);
mods.calculator.conductorMast.addRecipe(<minecraft:golden_apple:0>, 10000, <minecraft:golden_apple:1>);
mods.calculator.conductorMast.removeRecipe(<Calculator:FlawlessFireBlock>);
mods.calculator.stoneSeparator.addRecipe(<minecraft:wool:1>, <minecraft:wool>, <minecraft:dye:14>);