Ok, I have figured the problem, I didn't update the resource folder, but then when I found a temple, I picked block the block and place it down, I tried to figure the puzzle, but when I shift clicked the green microchip I got a crash.
java.lang.NullPointerException
at YC_ContainerSymbolInput.TransferFromPlayer(YC_ContainerSymbolInput.java:152)
at YC_ContainerSymbolInput.a(YC_ContainerSymbolInput.java:85)
at rq.a(SourceFile:128)
at ayo.a(PlayerControllerMP.java:461)
at avf.a(GuiContainer.java:620)
at codechicken.nei.forge.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.forge.GuiContainerManager.handleMouseClick(GuiContainerManager.java:587)
at avf.a(GuiContainer.java:461)
at aul.d(SourceFile:127)
at avf.d(GuiContainer.java:722)
at YC_GUIBlockSymbolInput.d(YC_GUIBlockSymbolInput.java:122)
at aul.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(Minecraft.java:1511)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Thread.java:680)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at YC_ContainerSymbolInput.TransferFromPlayer(YC_ContainerSymbolInput.java:152)
at YC_ContainerSymbolInput.a(YC_ContainerSymbolInput.java:85)
at rq.a(SourceFile:128)
at ayo.a(PlayerControllerMP.java:461)
at avf.a(GuiContainer.java:620)
at codechicken.nei.forge.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.forge.GuiContainerManager.handleMouseClick(GuiContainerManager.java:587)
at avf.a(GuiContainer.java:461)
at aul.d(SourceFile:127)
at avf.d(GuiContainer.java:722)
at YC_GUIBlockSymbolInput.d(YC_GUIBlockSymbolInput.java:122)
at aul.m(SourceFile:111)
I have some suggestions.
1: Add an option to save a specific bit of the tree for later usage. This would be really helpful, because I'm doing my enchantments with this mod and it's really tiring to type in the same structure again and again..
2: Selecting multiple items for copying. (shift/ctrl + click)
3: At editing data: pressing tab to jump to the next textbox; enter to.. well enter it. Or just enter for both.
4: An option to use a hotkey to activate the editor.
Oh, tab actually works I just thought of that when I was writing this comment. My real problem was the enter key.
This is where Single Player Commands and NEI come in handy, use SPC to give any enchantment, and use NEI to save your inventory for future uses.
Thanks. It is only me, but all of you, the community, help a lot by supporting this mod and giving good feedback. Without you, guys, this mod wouldn't even hit 50 downloads, and it's coming to 200 soon! So thanks for the support and hope you have fun
Thanks. You can always tell your friends which will make it one step closer to being more known
I really appreciate it. And you are supporting this mod already by downloads and feedback
And I know this sounds like a big request but, when the Aether gets released will you make it compatible with it?
I need help with something, I've figured out how to make it rain snowballs, but I want to know how to make it rain fire balls, so far, I can spawn them, but you must hit them in order for them to move, any ideas on how to do this?
I think it will, but the owner needs Forge (correct me if I'm wrong)
Also, which version of Forge do you need? I downloaded the latest, (.486), but it says "incompatible" when I add it using magic launcher.
Thanks for the great feedback! I'll try to increase performance with the next update.
About bugs:
1) Are you sure you have two crystals lying on the ground when you place rain starter?
2) Rain stopper is placeable only when there's rain. But without crystals it will also drop as item.
I'm starting to think I should really simplify the whole crystal thing...
3) The way time detector works is it should output signals on different sides depending on current time. If that doesn't help, could you post a screenshot with the bug? Thanks.
4) Hmmm... I can't really recreate it... Do you play SP or MP when this happens? Perhaps (correct me if I'm wrong), you're holding the right key for too long. That's the only way I could recreate the situation.
5) Same thing with the digger as with rain starter/stopper, but it requires 5 crystals.
Thanks=) I'll do my best with the performance issue. Hope to have it fixed before the new year. I think I'll have something like high-res and low-res versions and you could choose which one suits you.
By the way, do you use optifine?
Oh! I forgot all about the crystals, sorry, I figured out the time detector and the digger, and yes, I was holding the right button, Lol i'm sorry, I'm gonna actually read how to use stuff next time
By the way, if it's not hard for you, I could really use some performance info. You know... what's laggy... what's glitchy and so on. Because I really have no idea where I'm standing on the performance level - for me it's fine, but how is it for you? Thanks in advance.
Performance: I am using a 64x64 HD Animated texture pack and I usually get 30-60 FPS, and with this mod installed it brings it down to 5-15 FPS.
Bugs: When I place the rain maker it automatically drops as a item. Rain stopper is unplaceable. Time detector only activates on daytime, and in creative mode, with the lava maker, when you right-click with an empty bucket, you get a lava bucket, but it also places the lava on top of the lava maker. Placing the digger thing gets placed but then gets removed. I haven't tried everything but the rain detector and block detector are awesome. Once you get the performance up I will definitely use this in my everyday Minecraft world
I love the camouflage creepers, I was looking for this texture pack, I saw it weeks ago but couldn't remember the name, all I remembered was the connected log textures, good luck finishing this pack
java.lang.NoClassDefFoundError: java/nio/file/Paths
at myBiome.BiomeManager.onNewWorld(BiomeManager.java:27)
at myBiome.GUI.GuiSubOptions.a(GuiSubOptions.java:335)
at aul.a(SourceFile:72)
at myBiome.GUI.GuiSubOptions.a(GuiSubOptions.java:497)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(Minecraft.java:1511)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ClassNotFoundException: java.nio.file.Paths
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at myBiome.BiomeManager.onNewWorld(BiomeManager.java:27)
at myBiome.GUI.GuiSubOptions.a(GuiSubOptions.java:335)
at aul.a(SourceFile:72)
at myBiome.GUI.GuiSubOptions.a(GuiSubOptions.java:497)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
-- Affected screen --
Details:
Screen name: bey
Stacktrace:
at net.minecraft.client.Minecraft.l(Minecraft.java:1511)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Thread.java:680)
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Mac OS X (x86_64) version 10.7.4
Java Version: 1.6.0_35, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 315306040 bytes (300 MB) / 530186240 bytes (505 MB) up to 530186240 bytes (505 MB)
JVM Flags: 2 total; -Xms512m -Xmx512m
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.25 FML v4.6.12.511 Minecraft Forge 6.5.0.472 Optifine OptiFine_1.4.6_HD_U_A2 24 mods loaded, 24 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mB [myBiome] ([1.4.6]myBiome - Beta v1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AutoSwitch [AutoSwitch] (AutoSwitch-v2.5.0-mc1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ThebombzenAPI [mod_ThebombzenAPI] (ThebombzenAPI-v1.1.5-mc1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Schematica [Schematica] (Schematica.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DamageIndicatorsMod [Damage Indicators] (DamageIndicators[1.4.6]2.2.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.4.6]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights [Dynamic Lights] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_onFire [Dynamic Lights on burning] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_creepers [Dynamic Lights on Creepers] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_dropItems [Dynamic Lights on ItemEntities] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_flameArrows [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_otherPlayers [Dynamic Lights Other Player Light] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_thePlayer [Dynamic Lights Player Light] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ChickenChunks [ChickenChunks] (ChickenChunks 1.2.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EnderStorage [EnderStorage] (EnderStorage 1.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NBTEdit [In-game NBTEdit] (Forge_NBTEditv1.4.6.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MutantCreatures [Mutant Creatures] (Mutant Creatures.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_Timber [Timber!] (Timber! (1.4.6).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AS_UpdateCheck [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LWJGL: 2.4.2
OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.18.18, Intel Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default Plus Infinity
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
0
Age: 14
0
List of mods
Optifine
MInecraft Coder Pack
Forge Mod Loader
Minecraft Forge
CodeChicken Core
Not Enough Items
mod_Craftable MobEggs
Map Making Tools
AutoSwitch
mod_ThebombzenAPI
Schematica
mod_test
mod_ReiMinimap
Dynamic Lights
ChickenChunks
EnderStorage
In-game NBTEdit
Mutant Creatures
Timber!
AtomicStryker Update Checker
mod_MAtmos
As it appears in Magic Launcher
Jar files:
MInecraft forge universal 1.4.6-6.5.0.472.zip
Optifine HD_U_A2.zip
ReiMinimap v3.2_06.zip
DamageIndicators 2 .2.5.zip
Schematica.jar
SinglePlayerComands V4.4.zip
World Types.zip
The bombzenAPI v1.1.5.zip
AutoSwitch v2.5.0.zip
Minecraft username Scaling.zip
Map Making tools 1.3.0.zip
Craftable Mob Eggs.zip
Mods folder:
ChickenChunks 1.2.1.0.jar
EnderStorage 1.3.1.0.jar
Forge_NBTEditv1.4.6.0.zip
matmos_packaged.zip
Mutant Creatures.zip
Timber!
Update Checker Mod
Core Mods:
CodeChickenCore 0.7.0.0.jar
DynamicLights_1.4.6.jar
NotEnoughItems 1.4.4.0.jar
Crash Report:
// Would you like a cupcake?
Time: 12/30/12 12:13 PM
Description: Updating screen events
java.lang.NullPointerException
at YC_ContainerSymbolInput.TransferFromPlayer(YC_ContainerSymbolInput.java:152)
at YC_ContainerSymbolInput.a(YC_ContainerSymbolInput.java:85)
at rq.a(SourceFile:128)
at ayo.a(PlayerControllerMP.java:461)
at avf.a(GuiContainer.java:620)
at codechicken.nei.forge.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.forge.GuiContainerManager.handleMouseClick(GuiContainerManager.java:587)
at avf.a(GuiContainer.java:461)
at aul.d(SourceFile:127)
at avf.d(GuiContainer.java:722)
at YC_GUIBlockSymbolInput.d(YC_GUIBlockSymbolInput.java:122)
at aul.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(Minecraft.java:1511)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Thread.java:680)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at YC_ContainerSymbolInput.TransferFromPlayer(YC_ContainerSymbolInput.java:152)
at YC_ContainerSymbolInput.a(YC_ContainerSymbolInput.java:85)
at rq.a(SourceFile:128)
at ayo.a(PlayerControllerMP.java:461)
at avf.a(GuiContainer.java:620)
at codechicken.nei.forge.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.forge.GuiContainerManager.handleMouseClick(GuiContainerManager.java:587)
at avf.a(GuiContainer.java:461)
at aul.d(SourceFile:127)
at avf.d(GuiContainer.java:722)
at YC_GUIBlockSymbolInput.d(YC_GUIBlockSymbolInput.java:122)
at aul.m(SourceFile:111)
-- Affected screen --
Details:
Screen name: YC_GUIBlockSymbolInput
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [ays['[email protected]'/25661, l='MpServer', x=19.73, y=65.62, z=37.83]]
Chunk stats: MultiplayerChunkCache: 416
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-28,64,92), Chunk: (at 4,4,12 in -2,5; contains blocks -32,0,80 to -17,255,95), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 3052 game time, 3052 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 106 total; [px['item.tile.sand'/25598, l='MpServer', x=75.13, y=40.63, z=80.88], px['item.item.rottenFlesh'/25599, l='MpServer', x=69.84, y=40.13, z=83.13], ph['Squid'/25592, l='MpServer', x=77.84, y=48.08, z=60.44], px['item.item.seeds'/25588, l='MpServer', x=74.78, y=63.13, z=25.34], qn['Skeleton'/31086, l='MpServer', x=36.50, y=23.00, z=80.50], qn['Skeleton'/31085, l='MpServer', x=36.50, y=23.00, z=79.50], qc['Creeper'/32032, l='MpServer', x=63.50, y=22.00, z=49.50], qr['Zombie'/30622, l='MpServer', x=56.50, y=35.00, z=8.50], qr['Zombie'/25573, l='MpServer', x=49.63, y=16.00, z=71.34], qr['Zombie'/25571, l='MpServer', x=51.03, y=15.00, z=73.50], qr['Zombie'/29416, l='MpServer', x=100.04, y=39.00, z=19.41], qc['Creeper'/31586, l='MpServer', x=42.53, y=23.00, z=-7.01], qr['Zombie'/29686, l='MpServer', x=15.50, y=17.00, z=26.50], px['item.item.seeds'/26047, l='MpServer', x=-11.91, y=64.13, z=23.94], qr['Zombie'/29685, l='MpServer', x=14.50, y=17.00, z=25.50], qr['Zombie'/27702, l='MpServer', x=54.00, y=22.00, z=-19.44], qn['Skeleton'/30086, l='MpServer', x=27.50, y=34.00, z=-13.50], px['item.item.seeds'/26343, l='MpServer', x=7.13, y=64.13, z=52.91], pe['Sheep'/25522, l='MpServer', x=35.50, y=66.00, z=77.03], pe['Sheep'/25523, l='MpServer', x=36.66, y=67.00, z=78.47], qr['Zombie'/25524, l='MpServer', x=34.50, y=18.00, z=88.50], px['item.tile.gravel'/25515, l='MpServer', x=43.31, y=42.13, z=28.38], px['item.tile.gravel'/25514, l='MpServer', x=42.13, y=42.63, z=26.13], qc['Creeper'/29943, l='MpServer', x=66.50, y=36.00, z=-0.50], qr['Zombie'/30659, l='MpServer', x=73.50, y=43.00, z=55.50], px['item.tile.gravel'/25516, l='MpServer', x=42.88, y=42.63, z=26.13], qc['Creeper'/25507, l='MpServer', x=40.47, y=13.00, z=-1.53], qc['Creeper'/29944, l='MpServer', x=65.50, y=36.00, z=0.50], px['item.tile.gravel'/25506, l='MpServer', x=43.25, y=21.63, z=-0.13], pe['Sheep'/25505, l='MpServer', x=32.66, y=63.00, z=-21.75], pe['Sheep'/25504, l='MpServer', x=35.19, y=63.00, z=-17.72], ow['Bat'/25510, l='MpServer', x=34.47, y=48.10, z=-8.50], qc['Creeper'/30763, l='MpServer', x=17.50, y=23.00, z=-4.50], pe['Sheep'/25509, l='MpServer', x=35.50, y=63.00, z=-10.50], pe['Sheep'/25508, l='MpServer', x=36.13, y=63.00, z=-22.84], qc['Creeper'/28493, l='MpServer', x=36.03, y=23.00, z=-19.41], ow['Bat'/29889, l='MpServer', x=8.70, y=44.27, z=115.76], qn['Skeleton'/30164, l='MpServer', x=12.01, y=14.00, z=6.56], qr['Zombie'/28247, l='MpServer', x=24.50, y=54.00, z=-19.50], px['item.tile.sapling.oak'/26315, l='MpServer', x=-3.16, y=64.13, z=13.69], qp['Spider'/30453, l='MpServer', x=34.84, y=11.00, z=17.50], qc['Creeper'/30455, l='MpServer', x=33.31, y=11.00, z=17.50], pe['Sheep'/25483, l='MpServer', x=26.94, y=66.00, z=72.97], pe['Sheep'/25484, l='MpServer', x=28.50, y=65.00, z=82.50], qn['Skeleton'/31540, l='MpServer', x=16.50, y=18.00, z=47.50], pe['Sheep'/25477, l='MpServer', x=24.80, y=64.00, z=35.75], qn['Skeleton'/30696, l='MpServer', x=72.50, y=35.00, z=44.50], pe['Sheep'/25478, l='MpServer', x=9.32, y=66.08, z=38.56], pe['Sheep'/25614, l='MpServer', x=95.34, y=63.00, z=19.22], pe['Sheep'/25615, l='MpServer', x=94.50, y=63.00, z=30.50], px['item.tile.gravel'/25462, l='MpServer', x=24.13, y=16.63, z=-7.66], pe['Sheep'/25613, l='MpServer', x=91.78, y=63.00, z=27.53], ow['Bat'/29739, l='MpServer', x=70.38, y=18.10, z=3.63], qr['Zombie'/25471, l='MpServer', x=19.50, y=21.00, z=1.50], pe['Sheep'/25469, l='MpServer', x=18.50, y=64.00, z=-5.50], pe['Sheep'/25468, l='MpServer', x=19.47, y=64.00, z=-3.47], pe['Sheep'/25467, l='MpServer', x=22.50, y=64.00, z=-3.50], ph['Squid'/31227, l='MpServer', x=74.53, y=51.00, z=84.94], qn['Skeleton'/30952, l='MpServer', x=64.50, y=30.00, z=33.50], pe['Sheep'/25630, l='MpServer', x=93.25, y=63.00, z=-33.66], qc['Creeper'/30955, l='MpServer', x=-15.50, y=13.00, z=65.50], ph['Squid'/31230, l='MpServer', x=72.66, y=50.06, z=76.56], ph['Squid'/31229, l='MpServer', x=75.53, y=49.38, z=80.53], px['item.item.seeds'/25440, l='MpServer', x=12.28, y=64.13, z=48.34], ph['Squid'/31228, l='MpServer', x=73.34, y=50.25, z=84.59], qc['Creeper'/25622, l='MpServer', x=87.50, y=18.00, z=36.50], ow['Bat'/25452, l='MpServer', x=56.00, y=11.05, z=110.38], pb['entity.Mooshroom.name'/25450, l='MpServer', x=8.66, y=63.00, z=116.53], qc['Creeper'/30951, l='MpServer', x=71.41, y=30.00, z=30.00], pb['entity.Mooshroom.name'/25449, l='MpServer', x=7.38, y=62.45, z=115.25], qn['Skeleton'/28605, l='MpServer', x=74.50, y=29.00, z=30.50], pe['Sheep'/25429, l='MpServer', x=6.21, y=64.00, z=21.47], qr['Zombie'/31727, l='MpServer', x=47.14, y=29.00, z=-39.63], pe['Sheep'/25428, l='MpServer', x=16.76, y=63.14, z=32.53], qn['Skeleton'/31724, l='MpServer', x=42.50, y=32.00, z=-34.50], ow['Bat'/31178, l='MpServer', x=74.16, y=15.00, z=-36.25], qn['Skeleton'/31725, l='MpServer', x=40.50, y=32.00, z=-35.50], qn['Skeleton'/31723, l='MpServer', x=43.50, y=32.00, z=-36.50], qr['Zombie'/25424, l='MpServer', x=12.03, y=36.00, z=-34.59], pe['Sheep'/25427, l='MpServer', x=20.50, y=64.00, z=2.24], px['item.item.seeds'/25437, l='MpServer', x=12.28, y=64.13, z=53.88], qr['Zombie'/31717, l='MpServer', x=25.50, y=16.00, z=76.50], px['item.item.seeds'/25432, l='MpServer', x=0.56, y=64.13, z=47.41], qn['Skeleton'/29291, l='MpServer', x=58.50, y=35.00, z=8.50], qn['Skeleton'/29290, l='MpServer', x=52.66, y=34.00, z=5.78], ays['[email protected]'/25661, l='MpServer', x=19.73, y=65.62, z=37.83], px['item.item.seeds'/25414, l='MpServer', x=-9.38, y=64.13, z=24.78], px['item.item.seeds'/25415, l='MpServer', x=-0.59, y=64.13, z=46.50], ow['Bat'/31875, l='MpServer', x=30.39, y=29.95, z=108.59], qd['Enderman'/25416, l='MpServer', x=-13.47, y=13.00, z=68.66], qc['Creeper'/31384, l='MpServer', x=44.50, y=17.00, z=77.50], qc['Creeper'/29804, l='MpServer', x=32.50, y=35.00, z=93.50], qc['Creeper'/31994, l='MpServer', x=15.50, y=14.00, z=-16.50], qc['Creeper'/31383, l='MpServer', x=43.50, y=17.00, z=69.02], qn['Skeleton'/31382, l='MpServer', x=42.50, y=17.00, z=75.50], qn['Skeleton'/31381, l='MpServer', x=41.50, y=17.00, z=75.50], ow['Bat'/30542, l='MpServer', x=26.69, y=50.73, z=-21.66], qr['Zombie'/30296, l='MpServer', x=90.50, y=14.00, z=-14.50], qr['Zombie'/30295, l='MpServer', x=95.50, y=14.00, z=-12.50], qc['Creeper'/30292, l='MpServer', x=73.50, y=45.00, z=52.50], qc['Creeper'/30291, l='MpServer', x=75.50, y=45.00, z=49.50], pd['Pig'/25363, l='MpServer', x=-56.16, y=64.00, z=76.28], pd['Pig'/25365, l='MpServer', x=-61.50, y=64.00, z=75.50], pd['Pig'/25364, l='MpServer', x=-58.50, y=64.00, z=75.19], qn['Skeleton'/25367, l='MpServer', x=-58.50, y=23.00, z=95.50], qc['Creeper'/25371, l='MpServer', x=-53.50, y=27.00, z=115.50]]
Retry entities: 0 total; []
Stacktrace:
at ayp.a(WorldClient.java:440)
at net.minecraft.client.Minecraft.b(Minecraft.java:2401)
at net.minecraft.client.Minecraft.run(Minecraft.java:787)
at java.lang.Thread.run(Thread.java:680)
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Mac OS X (x86_64) version 10.7.4
Java Version: 1.6.0_35, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 124575632 bytes (118 MB) / 530186240 bytes (505 MB) up to 530186240 bytes (505 MB)
JVM Flags: 2 total; -Xms512m -Xmx512m
AABB Pool Size: 11244 (629664 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
FML: MCP v7.25 FML v4.6.12.511 Minecraft Forge 6.5.0.472 Optifine OptiFine_1.4.6_HD_U_A2 28 mods loaded, 28 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_CraftableMobEggs [mod_CraftableMobEggs] (Craftable Mob Eggs 1.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
Map Making Tools [Map Making Tools] (Map Making Tools - 1.3.0 [1.4.6].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
AutoSwitch [AutoSwitch] (AutoSwitch-v2.5.0-mc1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_ThebombzenAPI [mod_ThebombzenAPI] (ThebombzenAPI-v1.1.5-mc1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_test [mod_test] (World Types.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
Schematica [Schematica] (Schematica.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
DamageIndicatorsMod [Damage Indicators] (DamageIndicators[1.4.6]2.2.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.4.6]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
DynamicLights [Dynamic Lights] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
DynamicLights_onFire [Dynamic Lights on burning] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
DynamicLights_creepers [Dynamic Lights on Creepers] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
DynamicLights_dropItems [Dynamic Lights on ItemEntities] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
DynamicLights_flameArrows [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
DynamicLights_otherPlayers [Dynamic Lights Other Player Light] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
DynamicLights_thePlayer [Dynamic Lights Player Light] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
ChickenChunks [ChickenChunks] (ChickenChunks 1.2.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
EnderStorage [EnderStorage] (EnderStorage 1.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
NBTEdit [In-game NBTEdit] (Forge_NBTEditv1.4.6.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
MutantCreatures [Mutant Creatures] (Mutant Creatures.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_Timber [Timber!] (Timber! (1.4.6).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
AS_UpdateCheck [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
YonderCraft [YonderCraft] (YC_1.0.05pr1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_MAtmos [mod_MAtmos] (matmos_packaged.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available
LWJGL: 2.4.2
OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.18.18, Intel Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default Plus Infinity
Profiler Position: N/A (disabled)
Vec3 Pool Size: 4197 (235032 bytes; 0 MB) allocated, 18 (1008 bytes; 0 MB) used
0
OK, I will do it right now.
0
Grass seems to be only 2x2 pixels wide
I thought maybe I was getting the bugs because I loaded an old version world with the new version, so I created a new world, and got this:
And the FPS performance seems to be good at first, then drops down between 0-10 FPS
0
This is where Single Player Commands and NEI come in handy, use SPC to give any enchantment, and use NEI to save your inventory for future uses.
0
And I know this sounds like a big request but, when the Aether gets released will you make it compatible with it?
0
If I wasn't already supporting another group I would use the banner
0
0
Try taking Forge to the top of the list of mods.
0
Haha, good luck...
0
Oh! I forgot all about the crystals, sorry, I figured out the time detector and the digger, and yes, I was holding the right button, Lol i'm sorry, I'm gonna actually read how to use stuff next time
0
Performance: I am using a 64x64 HD Animated texture pack and I usually get 30-60 FPS, and with this mod installed it brings it down to 5-15 FPS.
Bugs: When I place the rain maker it automatically drops as a item. Rain stopper is unplaceable. Time detector only activates on daytime, and in creative mode, with the lava maker, when you right-click with an empty bucket, you get a lava bucket, but it also places the lava on top of the lava maker. Placing the digger thing gets placed but then gets removed. I haven't tried everything but the rain detector and block detector are awesome. Once you get the performance up I will definitely use this in my everyday Minecraft world
0
0
0
// Surprise! Haha. Well, this is awkward.
Time: 12/26/12 3:05 PM
Description: Updating screen events
java.lang.NoClassDefFoundError: java/nio/file/Paths
at myBiome.BiomeManager.onNewWorld(BiomeManager.java:27)
at myBiome.GUI.GuiSubOptions.a(GuiSubOptions.java:335)
at aul.a(SourceFile:72)
at myBiome.GUI.GuiSubOptions.a(GuiSubOptions.java:497)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(Minecraft.java:1511)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ClassNotFoundException: java.nio.file.Paths
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at myBiome.BiomeManager.onNewWorld(BiomeManager.java:27)
at myBiome.GUI.GuiSubOptions.a(GuiSubOptions.java:335)
at aul.a(SourceFile:72)
at myBiome.GUI.GuiSubOptions.a(GuiSubOptions.java:497)
at aul.d(SourceFile:127)
at aul.m(SourceFile:111)
-- Affected screen --
Details:
Screen name: bey
Stacktrace:
at net.minecraft.client.Minecraft.l(Minecraft.java:1511)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Thread.java:680)
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Mac OS X (x86_64) version 10.7.4
Java Version: 1.6.0_35, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 315306040 bytes (300 MB) / 530186240 bytes (505 MB) up to 530186240 bytes (505 MB)
JVM Flags: 2 total; -Xms512m -Xmx512m
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.25 FML v4.6.12.511 Minecraft Forge 6.5.0.472 Optifine OptiFine_1.4.6_HD_U_A2 24 mods loaded, 24 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mB [myBiome] ([1.4.6]myBiome - Beta v1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AutoSwitch [AutoSwitch] (AutoSwitch-v2.5.0-mc1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ThebombzenAPI [mod_ThebombzenAPI] (ThebombzenAPI-v1.1.5-mc1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Schematica [Schematica] (Schematica.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DamageIndicatorsMod [Damage Indicators] (DamageIndicators[1.4.6]2.2.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.4.6]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights [Dynamic Lights] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_onFire [Dynamic Lights on burning] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_creepers [Dynamic Lights on Creepers] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_dropItems [Dynamic Lights on ItemEntities] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_flameArrows [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_otherPlayers [Dynamic Lights Other Player Light] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_thePlayer [Dynamic Lights Player Light] (DynamicLights_1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ChickenChunks [ChickenChunks] (ChickenChunks 1.2.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EnderStorage [EnderStorage] (EnderStorage 1.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NBTEdit [In-game NBTEdit] (Forge_NBTEditv1.4.6.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MutantCreatures [Mutant Creatures] (Mutant Creatures.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_Timber [Timber!] (Timber! (1.4.6).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AS_UpdateCheck [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LWJGL: 2.4.2
OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.18.18, Intel Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default Plus Infinity
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null