This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
faubiguy's profile picture

[CC 1.47][MC 1.4.5] XP Turtle

Started by faubiguy, 04 November 2012 - 06:18 PM
faubiguy #1
Posted 04 November 2012 - 07:18 PM
This is a turtle peripheral that allows turtles to collect and use experience points. To use it, just craft an XP Upgrade and craft it with a turtle.

Recipe
Spoiler
You can use either of these recipes to make the XP Upgrade.

Peripheral functions
Spoiler
-- XP is the wrapped peripheral

XP.collect() -- Collects any experience orbs in a 2*2*2 cube centered on the turtle.

XP.getXP() -- Returns the amount of experience points the turtle currently has.
XP.getLevel() -- Returns the turtle's current experience level.

XP.enchant(number slot, number level) -- Enchant the item in slot at level, requires enchantment table in front of turtle.
XP.enchantUp(number slot, number level) -- Same as enchant, uses table above turtle.
XP.enchantDown(number slot, number level) -- Same as enchant, uses table below turtle.
XP.enchantWithItem(number tableSlot, number itemSlot, number level) -- Enchant the item in itemSlot at level. Requires enchantment table at tableSlot.

XP.dropXP(number xp) -- Drops the given amount of experience points in an XP orb in front of the turtle.
XP.dropLevels(number levels) -- Same as dropXP, but with levels.

XP.setAuto(boolean auto) -- If set to true, turtle will automatically collect any XP orbs that enter the range at with collect works.

XP.resetXP() -- Resets turtle's experience to 0.

XP.setLevel(number level) -- Sets the turtls's level to the number given. Only works if enabled in config.

Note: Peripheral.getMethods lists several methods involving anvils. These currently do nothing, as anvil support is not yet included.

Screenshots
Spoiler


Changelog
Spoiler1.0
  • First Release
1.1
  • Updated to MC 1.4.5

Download: Version 1.1 (MC 1.4.5, CC 1.47)

Older versions
Spoiler1.0 (MC 1.4.2, CC 1.46)



If you encounter any bugs, please post them here.
Suggestions and feedback welcome.
Cloudy #2
Posted 04 November 2012 - 11:25 PM
Nice!
Leo Verto #3
Posted 05 November 2012 - 11:08 AM
Melee Xp Turtle = Automated XP farm!
Does it at least require fuel?
faubiguy #4
Posted 05 November 2012 - 11:15 AM
Thanks!
No it doesn't require fuel, but I might add that option in the config.
zekesonxx #5
Posted 07 November 2012 - 12:02 PM

XP.enchant(number slot, number level) -- Enchant the item in slot at level, requires enchantment table in front of turtle.

Does the enchantment table require bookshelves? Or does the turtle defy needing bookshelves by being a computer?
faubiguy #6
Posted 08 November 2012 - 03:33 AM
Bookshelves have no effect on the level the turtle enchants at. It uses whatever level you specify, up to the level of XP the turtle has.
AgentRenamon #7
Posted 08 November 2012 - 04:51 AM
Thanks!
No it doesn't require fuel, but I might add that option in the config.

ComputerCraft itself has an option that turns on and off the fuel requirement for Turtles; Just switch "turtlesNeedFuel" in the CCTurtle.cfg file to false, and your little drones go on a diet … :P/>/> Later …. Peace ….
Orwell #8
Posted 08 November 2012 - 08:58 PM
Thanks!
No it doesn't require fuel, but I might add that option in the config.

ComputerCraft itself has an option that turns on and off the fuel requirement for Turtles; Just switch "turtlesNeedFuel" in the CCTurtle.cfg file to false, and your little drones go on a diet … :P/>/> Later …. Peace ….

He's talking about requiring fuel for the xp collecting/enchanting. I personally think it's best to keep this one and the 'turtlesNeedFuel' parameter separarated.
cant_delete_account #9
Posted 10 November 2012 - 07:38 PM
With forestry installed I'm getting an error, it's like:

faubiguy.xpupgrade.XPUpgradeItem cannot be cast to forestry.core.items.ItemCrated
Full crash report:
Spoiler

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 11/9/12 10:10 PM
Description: Failed to start game
java.lang.ClassCastException: faubiguy.xpupgrade.XPUpgradeItem cannot be cast to forestry.core.items.ItemCrated
at forestry.factory.gadgets.MachineCarpenter$RecipeManager.addCrating(MachineCarpenter.java:123)
at forestry.factory.gadgets.MachineCarpenter.initialize(MachineCarpenter.java:726)
at forestry.plugins.PluginForestryFactory.postInit(PluginForestryFactory.java:73)
at forestry.core.ForestryCore.postInit(ForestryCore.java:263)
at forestry.core.ForestryClient.postInit(ForestryClient.java:58)
at forestry.Forestry.postInit(Forestry.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:654)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:196)
at net.minecraft.client.Minecraft.a(Minecraft.java:465)
at net.minecraft.client.Minecraft.run(Minecraft.java:752)
at java.lang.Thread.run(Thread.java:680)
Relevant Details:
- Minecraft Version: 1.4.2
- Operating System: Mac OS X (x86_64) version 10.7.5
- Java Version: 1.6.0_37, Apple Inc.
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
- Memory: 450483096 bytes (429 MB) / 534708224 bytes (509 MB) up to 1069416448 bytes (1019 MB)
- JVM Flags: 2 total; -Xms512m -Xmx1024m
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- FML: MCP v7.19 FML v4.2.18.433 Minecraft Forge 6.0.1.355 Optifine OptiFine_1.4.2_HD_U_B5 57 mods loaded, 57 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ComputerCraft [ComputerCraft] (ComputerCraft1.46.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.46.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forestry [Forestry for Minecraft] (forestry-A-1.6.0.0pre6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
XPUpgrade [XP Turtle Upgrade] (XPUpgrade v1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
--snip for tons of mods--
- LWJGL: 2.4.2
- OpenGL: NVIDIA GeForce 9400M OpenGL Engine GL version 2.1 NVIDIA-7.32.12, NVIDIA Corporation
- Is Modded: Definitely; 'forge,fml'
- Type: Client
- Texture Pack: Default
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: ~ERROR~ NullPointerException: null
someone9999 #10
Posted 10 November 2012 - 09:14 PM
This is pretty awesome. No more grinding at mob farms in order to get a level 30 enchant on a pick. Very cool.
/me looks for the diamond chest full of coal to give to melee XP turtles.

It would be nice to have a way to transfer experience between one turtle to another without having to drop the experience on the ground. Perhaps turning empty bottles into bottles o' enchanting?
Leo Verto #11
Posted 11 November 2012 - 01:23 AM
With forestry installed I'm getting an error, it's like:

faubiguy.xpupgrade.XPUpgradeItem cannot be cast to forestry.core.items.ItemCrated
It's a Forestry bug, it seems to attempt to crate the Upgrade Item.
faubiguy #12
Posted 13 November 2012 - 05:53 PM
I'm having no problems using this with forestry 1.6.0.0pre6. I'm not sure what's causing your crash,
Cloudy #13
Posted 14 November 2012 - 02:49 AM
Generally that's an Item ID conflict.
RichardG867 #14
Posted 25 November 2012 - 08:21 AM
Will this be updated to 1.4.5, if no can I add it to MiscPeripherals?
faubiguy #15
Posted 26 November 2012 - 07:59 PM
Yes, this will be updated to 1.4.5 shortly, within a few days. I've just been busy lately.

EDIT: I'll update this when I have time, but I've been quite busy with school lately, I can't say when I'll be able to.
Edited on 03 December 2012 - 03:02 PM
faubiguy #16
Posted 06 December 2012 - 10:13 AM
Updated to MC 1.4.5/CC 1.47
liamste #17
Posted 04 January 2013 - 10:06 AM
Is this going to be updated to MC 1.4.6/1.4.7?
faubiguy #18
Posted 06 January 2013 - 10:32 AM
I don't think I'll be able to keep this updated. If someone else wants to take it over, the source code for 1.1 (MC 1.4.5) is at https://github.com/faubiguy/ComputerCraft-XP-Turtle-Upgrade.
Mikeemoo #19
Posted 07 January 2013 - 11:38 PM
I don't think I'll be able to keep this updated. If someone else wants to take it over, the source code for 1.1 (MC 1.4.5) is at https://github.com/f...-Turtle-Upgrade.

I think I'll look into this - before RichardG gets in!

Am I alright to fully take over (change namespaces.etc.?), with credits in there to you for the original.

If I take over, it'll be as part of a bigger parent mod
Mikeemoo #20
Posted 08 January 2013 - 12:17 AM
*ahem* cloudy get on irc *ahem* new mod idea *ahem*
faubiguy #21
Posted 08 January 2013 - 04:03 AM
You're free to do whatever you want with it as long as I get partial credit.
Mikeemoo #22
Posted 08 January 2013 - 04:07 AM
You're free to do whatever you want with it as long as I get partial credit.

Of course, you'll go down in the authors list
FuzzyPurp #23
Posted 13 January 2013 - 12:06 PM
Would be nice if added to MIscPeriphs
Mikeemoo #24
Posted 13 January 2013 - 02:18 PM
I believe it will be. :)/>
RichardG867 #25
Posted 14 January 2013 - 07:05 AM
It's in the beta release. Craft with an enchanting table and pairs() to find the functions - have no access to them atm.
farzim #26
Posted 02 March 2013 - 05:53 AM
When the mods / upgrade will be available for 1.4.6 or 1.4.7 ? Please update this.
Mikeemoo #27
Posted 02 March 2013 - 10:48 AM
When the mods / upgrade will be available for 1.4.6 or 1.4.7 ? Please update this.

If you read the thread, you'll see it's been included within MiscPeripherals now.
farzim #28
Posted 02 March 2013 - 12:41 PM
Hooo sorry i havn't view. Excuse me…
BaconHawk101 #29
Posted 08 March 2013 - 02:50 PM
Nice
Neekow #30
Posted 09 April 2013 - 02:09 AM
XP.getLevel() doesnt work for me, the right command is XP.getLevels() ?
Spongy141 #31
Posted 11 April 2013 - 01:38 PM
Wow, imagine all the possibilities with this type of turtle.
*Imagining*
Well never mind, this is only good for the worlds best mob grinder.
H4X0RZ #32
Posted 12 April 2013 - 11:56 AM
Can you make a function to create a xp bottle that contains the specific amount of xp, you called.

Example:

function createBottle(xp)
If XP.getLevel() < xp then
return
else 
//Create the bottle
end
print("Bottle created")
end
Mumafat #33
Posted 26 September 2013 - 11:51 PM
excuse me i just added this mod to a list a list of mods (ftb ultimate mods) an it came up with an error i was wondering if you could help me fix it or you could do something to try an fix it





—- Minecraft Crash Report —-
// I blame Dinnerbone.

Time: 27/09/13 1:50 PM
Description: Failed to start game

cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: d
at cpw.mods.fml.common.LoadController.transition(LoadController.java:130)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:677)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:458)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:746)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchFieldError: d
at faubiguy.xpupgrade.XPUpgradeMain.load(XPUpgradeMain.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
… 5 more


A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————

– System Details –
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 156072896 bytes (148 MB) / 265773056 bytes (253 MB) up to 1060372480 bytes (1011 MB)
Mod Pack: CWW256 forgot to change this.
LiteLoader Mods: 4 loaded mod(s)
- VoxelPacket version 2.0.2
- VoxelPlayer version 0.9.6
- VoxelMenu version 1.4.7_05
- VoxelMap version 1.0.0
JVM Flags: 7 total; -Xms256M -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:PermSize=128m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.26a FML v4.7.35.556 Minecraft Forge 6.6.2.534 Optifine OptiFine_1.4.6_HD_D5 Feed The Beast Mod Pack 92 mods loaded, 92 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
MiscPeripheralsASM [MiscPeripherals ASM] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
PowerCrystalsCore [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft [ComputerCraft] (computercraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle [ComputerCraft Turtles] (computercraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy [BC Energy] (buildcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization [Factorization] (factorization.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-1.4.7-3.11.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry [Forestry for Minecraft] (forestry.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore [CoFH Core] (CoFHCore.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion [Thermal Expansion] (thermalexpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized
OmniTools [OmniTools] (omnitools.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2 [IndustrialCraft 2] (IC2.jar) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerCore [RedPower] (redpowercore.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerBase [RP Base] (redpowercore.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerMachine [RP Machine] (redpowermechanical.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerCompat [RP Compat] (redpowercompat.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerWiring [RP Wiring] (redpowerdigital.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerLogic [RP Logic] (redpowerdigital.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerLighting [RP Lighting] (redpowerdigital.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerWorld [RP World] (redpowermechanical.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerControl [RP Control] (redpowermechanical.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Factory [Factory] (thermalexpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (thermalexpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Transport [Transport] (thermalexpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore [Immibis Core] (immibis-core-52.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
Tubestuff [Tubestuff] (tubestuff.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest [The Twilight Forest] (TwilightForest.zip) Unloaded->Constructed->Pre-initialized->Initialized
XyCraft [§3XyCraft] (xycraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
GregTech_Addon [GregTech-Addon] (GregTech.zip) Unloaded->Constructed->Pre-initialized->Initialized
MiscPeripherals [MiscPeripherals] (miscperipherals-3.1c.jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedMachines [IC2 Advanced Machines Addon] (advancedmachines.zip) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedSolarPanel [Advanced Solar Panels] (advancedsolarpanel.zip) Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics [Applied Energistics] (AppliedEnergistics.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft [BiblioCraft] (BiblioCraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChargePads [Charge Pads] (ChargePads.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks [ChickenChunks] (ChickenChunks 1.3.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
EE3 [Equivalent Exchange 3] (ee3.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage [EnderStorage] (EnderStorage.jar) Unloaded->Constructed->Pre-initialized->Initialized
BinnieCore [Binnie Core] (extrabees-1.5.0.6b.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtraBees [Extra Bees] (extrabees-1.5.0.6b.zip) Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc [Factorization Miscellaneous Nonsense] (factorization.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.dimensionalSlice [Factorization Dimensional Slices] (factorization.jar) Unloaded->Constructed->Pre-initialized->Initialized
FlatBedrock [FlatBedrock] (FlatBedrock.zip) Unloaded->Constructed->Pre-initialized->Initialized
ForgeIRC [ForgeIRC] (forgeirc.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviGun [GraviGun] (GraviGun.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite [Gravitation Suite] (gravisuite.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2NuclearControl [Nuclear Control] (IC2NuclearControl.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_InvTweaks [Inventory Tweaks] (InvTweaks.zip) Unloaded->Constructed->Pre-initialized->Initialized
IronChest [Iron Chest] (IronChest.zip) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded [Minefactory Reloaded] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatExtraBiomes [MFR Compat: ExtraBiomes] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatForestry [MFR Compat: Forestry] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatIC2 [MFR Compat: IC2] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatPams [MFR Compat: Pam's Mods] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatRP2 [MFR Compat: RP2] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
SoulShards [SoulShards] (soulshards.zip) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatSoulShards [MFR Compat: Soul Shards] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatSufficientBiomes [MFR Compat: Sufficient Biomes] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft [Thaumcraft] (Thaumcraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatThaumcraft [MFR Compat: Thaumcraft] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatTwilightForest [MFR Compat: TwilightForest] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatVanilla [MFR Compat: Vanilla] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
XyCraftWorld [§2XyCraft World] (xycraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatXyCraft [MFR Compat: XyCraft] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized
ModularForceFieldSystem [Modular ForceField System V2] (modularforcefieldsystem.zip) Unloaded->Constructed->Pre-initialized->Initialized
mmmPowersuits [MachineMuse's Modular Powersuits] (ModularPowersuits.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins [NEI Plugins] (neiplugins.jar) Unloaded->Constructed->Pre-initialized->Initialized
NetherOres [Nether Ores] (NetherOres.jar) Unloaded->Constructed->Pre-initialized->Initialized
ObsidiPlates [Obsidian Pressure Plates] (obsidiplates.zip) Unloaded->Constructed->Pre-initialized->Initialized
drceph.petrogen [Petroleum Generator] (petrogen.zip) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun [Portal Gun] (PortalGun.zip) Unloaded->Constructed->Pre-initialized->Initialized
PowerConverters [Power Converters] (PowerConverters.jar) Unloaded->Constructed->Pre-initialized->Initialized
SecretRoomsMod [SecretRoomsMod] (secretroomsmod.zip) Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts [Steve's Carts] (StevesCarts.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThaumicBees [ThaumicBees] (thaumicbees.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core [WR-CBE Core] (wirelessredstonecore.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons [WR-CBE Addons] (wirelessredstoneaddons.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|RedPower [WR-CBE RedPower] (wirelessredstoneredpower.jar) Unloaded->Constructed->Pre-initialized->Initialized
XPUpgrade [XP Turtle Upgrade] (XPUpgrade v1.1.zip) Unloaded->Constructed->Pre-initialized->Errored
XReliquary [Xeno's Reliquary] (XReliquary.jar) Unloaded->Constructed->Pre-initialized->Initialized
XyCraftMachines [§9XyCraft Machines] (xycraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
NEI-Mystcraft-Plugin [NEI Mystcraft Plugin] (neipluginMyst.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: AMD Radeon HD 7520G + 7670M Dual Graphics GL version 4.2.11476 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
















PLEASE HELP
filip #34
Posted 15 October 2013 - 12:08 PM
ollloolollolool