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
[09:28:38] [Client thread/ERROR] [FML/]: The first mod in the cycle is FMLMod:DragonAPI{1.0} | |
[09:28:38] [Client thread/ERROR] [FML/]: The mod cycle involves | |
[09:28:38] [Client thread/ERROR] [FML/]: Dummy Container (AfterAll) @746226975 : before: [], after: [] | |
[09:28:38] [Client thread/ERROR] [FML/]: FMLMod:TConstruct{1.7.10-1.8.8.build988} : before: [UndergroundBiomes], after: [Forge@[10.13.3.1384,11.14), Mantle@[1.7.10-0.3.2,), MineFactoryReloaded@[1.7.10R2.8.0RC7,), ThermalExpansion@[1.7.10R4.0.0RC2,), ThermalFoundation@[1.7.10R1.0.0RC3,), armourersWorkshop@[1.7.10-0.28.0,), CoFHAPI|energy, CoFHCore, battlegear2, ZeldaItemAPI, DynamicSkillsAPI, NotEnoughItems, Waila] | |
[09:28:38] [Client thread/ERROR] [FML/]: FMLMod:ExtraUtilities{1.2.12} : before: [TConstruct@[1.7.10-1.8.5,)], after: [Forge@[10.13.2.1291,), ForgeMultipart@[1.2.0.336,), Baubles, ThermalFoundation, EE3] | |
[09:28:38] [Client thread/ERROR] [FML/]: Dummy Container (After) @695160674 : before: [], after: [] | |
[09:28:38] [Client thread/ERROR] [FML/]: F |
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
[07:24:38] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied | |
[07:24:38] [Client thread/TRACE] [FML/]: All mod requirements are satisfied | |
[07:24:38] [Client thread/TRACE] [FML/]: Sorting mods into an ordered list | |
[07:24:38] [Client thread/TRACE] [FML/]: Mod sorting completed successfully | |
[07:24:38] [Client thread/DEBUG] [FML/]: Mod sorting data | |
[07:24:38] [Client thread/DEBUG] [FML/]: BiomesOPlenty(Biomes O' Plenty:2.1.0): BiomesOPlenty-1.7.10-2.1.0.1465-universal.jar (after:Natura; required-after:Forge@[10.12.2.1147,)) | |
[07:24:38] [Client thread/DEBUG] [FML/]: CoFHAPI(API: CoFHAPI:1.7.10R1.0.2): FloodLights-1.7.10-1.0.2-46.jar () | |
[07:24:38] [Client thread/DEBUG] [FML/]: CoFHAPI|energy(API: CoFHAPI|energy:1.7.10R1.0.13B1): extrautilities-1.2.12.jar () | |
[07:24:38] [Client thread/DEBUG] [FML/]: BuildCraftAPI|core(API: BuildCraftAPI|core:1.0): extrautilities-1.2.12.jar () |
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
1.7.10 EnderIO-1.7.10-2.3.0.421_beta.jar mcjtylib-1.8.0.jar ProjectRed-1.7.10-4.7.0pre9.92-World.jar | |
[1.7.10]Better_Furnaces_V4.3.jar EnderStorage-1.7.10-1.4.7.37-universal.jar MineFactoryReloaded-[1.7.10]2.8.0-104.jar Railcraft_1.7.10-9.8.0.0.jar | |
ae2stuff-rv3-0.5.0.5-mc1.7.10.jar EnderTech-1.7.10-0.3.2.405.jar MineTweaker3-1.7.10-3.0.10B.jar ReactorCraft 1.7.10 V9b.jar | |
AgriCraft-1.7.10-1.4.5.jar EnderZoo-1.7.10-1.0.15.32.jar miscMFRcircuits-1.7.10-0.6.0.jar RecallStones-1.7.10-0.5.2.jar | |
AOBD-2.8.4.jar ExtraCells-1.7.10-2.3.2b158.jar MmmMmmMmmMmm-1.6.jar RedstoneArsenal-[1.7.10]1.1.1-89.jar | |
appliedenergistics2-rv3-alpha-10.jar extrautilities-1.2.12.jar MobiusCore-1.2.5_1.7.10.jar |
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
IMyTextPanel LCD = null; | |
void printLine(string message) { | |
LCD.WritePublicText(message + "\n", true); | |
} | |
void printAll(float solarPower, float batteryEnergy, float batteryInput, float batteryOutput, string scales) { | |
//LCD.WritePublicText("Main Base Energy System \n"); | |
printLine(""); | |
printLine(" Battery input (bugged): " + batteryInput.ToString("F") + " " + scales[1].ToString().Replace(" ","") + "W"); | |
printLine(" Battery output: " + batteryOutput.ToString("F") + " "+ scales[2].ToString().Replace(" ","") + "W"); |
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 de.keridos.floodlights.block; | |
import cpw.mods.fml.relauncher.Side; | |
import cpw.mods.fml.relauncher.SideOnly; | |
import de.keridos.floodlights.reference.Names; | |
import de.keridos.floodlights.tileentity.TileEntityUVLightBlock; | |
import net.minecraft.block.material.Material; | |
import net.minecraft.client.renderer.texture.IIconRegister; | |
import net.minecraft.util.IIcon; | |
import net.minecraft.world.IBlockAccess; |
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
@Override | |
public void readFromNBT(NBTTagCompound nbtTagCompound) { | |
super.readFromNBT(nbtTagCompound); | |
if (nbtTagCompound.hasKey(Names.NBT.SOURCES)) { | |
NBTTagList list = nbtTagCompound.getTagList(Names.NBT.ITEMS, Constants.NBT.TAG_INT_ARRAY); | |
for (int i = 0 ; i < list.tagCount(); i++) { | |
sources.add(list.func_150306_c(i)); | |
} | |
} | |
} |
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
[01:10:19] [Server thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: de.keridos.floodlights.handler.lighting.LightHandler | |
[01:10:19] [Server thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1355) | |
[01:10:19] [Server thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371) | |
[01:10:19] [Server thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at de.keridos.floodlights.util.DiskIO.loadFromDisk(DiskIO.java:48) | |
[01:10:19] [Server thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at de.keridos.floodlights.handler.lighting.LightHandler.getInstance(LightHandler.java:28) | |
[01:10:19] [Server thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at de.keridos.floodlights.core.EventListener.onWorldLoad(EventListe |
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
@Override | |
@SideOnly(Side.CLIENT) | |
public AxisAlignedBB getSelectedBoundingBoxFromPool(World world, int x, int y, int z) { | |
TileEntitySmallFloodlight tileEntitySmallFloodlight = (TileEntitySmallFloodlight) world.getTileEntity(x,y,z); | |
if (tileEntitySmallFloodlight.getRotationState()) { | |
this.minX = 0; | |
this.maxX = 0.1875; | |
this.minY = 0; | |
this.maxY = 1; | |
this.minZ = 0.3125; |
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 de.keridos.floodlights.client.render; | |
import de.keridos.floodlights.client.render.model.TileEntitySmallFluorescentLightModel; | |
import de.keridos.floodlights.reference.Textures; | |
import de.keridos.floodlights.tileentity.TileEntitySmallFloodlight; | |
import net.minecraft.block.Block; | |
import net.minecraft.client.Minecraft; | |
import net.minecraft.client.renderer.OpenGlHelper; | |
import net.minecraft.client.renderer.Tessellator; | |
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer; |
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
local comp = require("component") | |
local term = require("term") | |
local event = require("event") | |
local gpu = comp.gpu | |
local ae = comp.getPrimary("mekanism_machine") | |
local craftingList = {} | |
local craftingLog = {} |