Quote from GotoLink»
You should check the pointed files, delete them if you can't find the issue. (Archway.tml, BattleBasementUnderground.tml)
Thanks for reply! :-)
I try each file individually... no one works... I also try it on a computer with WinXP. Is the language of Windows could be the problem? If I see in the code of loadTemplatesFromDir (TemplateWall.java) around line 329; we have
try { TemplateTML t = new TemplateTML(f, explorationHandler).buildLayout(); templates.add(t); } catch (Exception e) { if (e == TemplateTML.ZERO_WEIGHT_EXCEPTION) { explorationHandler.lw.println("Did not load " + f.getName() + ", weight was zero."); } else { explorationHandler.lw.println("\nThere was a problem loading the .tml file " + f.getName()); if (!e.getMessage().startsWith(TemplateRule.BLOCK_NOT_REGISTERED_ERROR_PREFIX)) { e.printStackTrace(explorationHandler.lw); explorationHandler.lw.println(); } else explorationHandler.lw.println(e.getMessage()); }
The "TemplateTML(f, explorationHandler).buildLayout();" seems working (I got "Successfully loaded template BattleBasementEasy.tml with weight 5")
But "templates.add(t);" seems to raise the error...
Any idea?
Do I need something special? My java is up-to-date!?!?!
Ok, trying to add Formivore's City, Wall and Ruin generator to my mod pack, but every time it tries to generate a city or wall I get a variant of this crash: http://pastebin.com/MnhSMk34
The CARuins are working fine, so I'm not sure what is going on.
Is there no way to make LevelUp! work with other mods? I know the original creator had no intentions of making it do that, but since its the only mod I can find like it, and it works extremely well with Tinkers Construct for an RPG style SSP, it would be nice if there was a way to get it to work
Time: 7/28/14 4:10 PM
Description: Exception in server tick loop
java.lang.IllegalAccessError: tried to access field net.minecraft.world.World.field_72993_I from class natureoverhaul.NatureOverhaul
at natureoverhaul.NatureOverhaul.tickStart(NatureOverhaul.java:432)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_NatureOverhaul_tickStart_WorldTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 44998120 bytes (42 MB) / 274448384 bytes (261 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 12, tcache: 0, allocated: 13, tallocated: 103
FML: MCP v9.05 FML v7.10.18.1180 Minecraft Forge 10.13.0.1180 Optifine OptiFine_1.7.10_HD_U_A4 8 mods loaded, 7 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.18.1180} [Forge Mod Loader] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.0.1180} [Minecraft Forge] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
crystals{0.5.0} [Crystals] (Crystals.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
crystalsrb{0.5.0} [Reinforced Blocks] (Crystals.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
natureoverhaul{0.8} [Nature Overhaul] (NatureOverhaul-0.8(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
XRay{v9.1} [XRay] (minecraft.jar) Unloaded->Disabled
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
--- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 8/3/14 9:05 PM
Description: Initializing game
java.lang.NoClassDefFoundError: java/lang/ReflectiveOperationException
at bettervillages.BetterVillages.<clinit>(BetterVillages.java:42)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: java.lang.ReflectiveOperationException
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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:104)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 36 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at bettervillages.BetterVillages.<clinit>(BetterVillages.java:42)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Mac OS X (x86_64) version 10.7.5
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 105281616 bytes (100 MB) / 238972928 bytes (227 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 Optifine OptiFine_1.7.2_HD_U_D1 11 mods loaded, 11 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed
Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed
bettervillages{0.3} [Better Villages Mod] (BetterVillages-0.3(1.7.2).jar) Unloaded
BiomesOPlenty{2.0.2} [Biomes O' Plenty] (BiomesOPlenty-1.7.2-2.0.2.928-universal.jar) Unloaded
guilib{1.0.7.2} [GUI Library] (Forge_GuiLibv1.0.7.2.zip) Unloaded
radixcore{1.2.0} [RadixCore] (RadixCore-1.2.0 MC-1.7.2.zip) Unloaded
VillageMods{1.7.2-1.3} [Village Mods] (villagemods-1.7.2-1.3.jar) Unloaded
VillageBiomes{${version}} [Village Biomes] (villagemods-1.7.2-1.3.jar) Unloaded
VillageDensity{${version}} [Village Density] (villagemods-1.7.2-1.3.jar) Unloaded
MSC2{1.2.1} [Mob Spawn Controls 2] (Forge_MSC2v1.2.1.zip) Unloaded
Launched Version: 1.7.2-Forge10.12.2.1147
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-7.32.12, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
I try each file individually... no one works... I also try it on a computer with WinXP. Is the language of Windows could be the problem? If I see in the code of loadTemplatesFromDir (TemplateWall.java) around line 329; we have
The "TemplateTML(f, explorationHandler).buildLayout();" seems working (I got "Successfully loaded template BattleBasementEasy.tml with weight 5")
But "templates.add(t);" seems to raise the error...
Any idea?
Do I need something special? My java is up-to-date!?!?!
Thanks
That line can't raise this error.
What language do you use ?
Do you have some security on this computer ? antivirus, firewall...
Ok, trying to add Formivore's City, Wall and Ruin generator to my mod pack, but every time it tries to generate a city or wall I get a variant of this crash: http://pastebin.com/MnhSMk34
You are running out of memory. Reduce the frequency of walls in the configuration file.
Is there no way to make LevelUp! work with other mods? I know the original creator had no intentions of making it do that, but since its the only mod I can find like it, and it works extremely well with Tinkers Construct for an RPG style SSP, it would be nice if there was a way to get it to work
Time: 7/28/14 4:10 PM
Description: Exception in server tick loop
java.lang.IllegalAccessError: tried to access field net.minecraft.world.World.field_72993_I from class natureoverhaul.NatureOverhaul
at natureoverhaul.NatureOverhaul.tickStart(NatureOverhaul.java:432)
My Windows are in French (Canadian French) with my Windows XP and 7. Could it be the language the problem? I use Avast... Next week, I can try to install a English Windows... we will see! :-)
I am confused about Level Up! From what i can tell, it is working, i just cannot figure out how to get into the skill allocating menu. There is no button for it in the menu or options. i have pressed the button to activate its GUI and have tried changing the button in control options.
I had a problem with Lvl Up 1.7.10 ( I know this mod is made by PowerUp217, and updated you)
I launch this mod on server (bukkit) and single client too/
My crash report (if i try use furnace my client crashed but server stay alive ) )))
---- Minecraft Crash Report ----
// Oops.
Time: 11.08.14 10:40
Description: Ticking player
java.lang.IllegalAccessError: tried to access field net.minecraft.inventory.ContainerFurnace.field_75158_e from class assets.levelup.PlayerEventHandler
at assets.levelup.PlayerEventHandler.onPlayerUpdate(PlayerEventHandler.java:271)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_45_PlayerEventHandler_onPlayerUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:274)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1558)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(ServerPlayerAPI.java:4828)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at assets.levelup.PlayerEventHandler.onPlayerUpdate(PlayerEventHandler.java:271)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_45_PlayerEventHandler_onPlayerUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:274)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1558)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 284
Entity Name: Monarh
Entity's Exact location: -160,50, 64,00, 240,50
Entity's Block location: World: (-161,64,240), Chunk: (at 15,4,0 in -11,15; contains blocks -176,0,240 to -161,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0,00, -0,08, 0,00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(ServerPlayerAPI.java:4828)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
I had a problem with Lvl Up 1.7.10 ( I know this mod is made by PowerUp217, and updated you)
I launch this mod on server (bukkit) and single client too/
My crash report (if i try use furnace my client crashed but server stay alive ) )))
java.lang.IllegalAccessError: tried to access field net.minecraft.inventory.ContainerFurnace.field_75158_e from class assets.levelup.PlayerEventHandler
sucks that your no longer doing update requests. any tips for updating outdated mods?
I might reopen if I get FreeRunner out of the waiting list...:P
My awesome tip for updating mods is to take it slowly. Make sure you understand what the original intent was, run the mod, see how it goes in its original dev environment (eventually put notes and/or clean the code). Then switch versions, comment out everything that errors and replace it progressively with updated code.
I'd love to see this mod updated. The author seems to have gone into hiding. It's one of my favorite mods of all time, really gives the vanilla landscape a jolt of freshness. Lol this post is also a deodorant commercial.
hey not sure if your still about or what not .. but you said wild caves is working in 7.10 .. its not working fully would be more apt ... the green glowing plants disappear when you look at them. i can try to put a torch in the area it was and you can see it pop on and off .. really weird actually ..its not crashing the game though .. also the stalgmitees arent dropping and on occasion IF they drop aanything it tends to be coblestone ... would really like to see this mod brought in line with the current 7.10 ... but alas i defer to your wisdom and expertise in this solemn matter.
With level up and pneumaticraft on 1.7.10 if I max out my crop grow speed, pcrafts plants grow way too quick and since they plant by drop and not right click, then they spread across my world way to quickly so I was wondering about a crop blacklist? I can't seem to get rid of the plants fast enough before they spawn anew, and before I can break them, they are already fully grown and shooting out more plants
By the way, thank you for maintaining these abandoned mods! I did want to report this warning I'm getting in my Minecraft logs.
[Client thread/WARN]: Mod levelup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4
hey not sure if your still about or what not .. but you said wild caves is working in 7.10 .. its not working fully would be more apt ... the green glowing plants disappear when you look at them. i can try to put a torch in the area it was and you can see it pop on and off .. really weird actually ..its not crashing the game though .. also the stalgmitees arent dropping and on occasion IF they drop aanything it tends to be coblestone ... would really like to see this mod brought in line with the current 7.10 ... but alas i defer to your wisdom and expertise in this solemn matter.
Don't see plants disappearing on my side. Do you use Optifine or MCPatcher ?
Random drops is intended.
With level up and pneumaticraft on 1.7.10 if I max out my crop grow speed, pcrafts plants grow way too quick and since they plant by drop and not right click, then they spread across my world way to quickly so I was wondering about a crop blacklist? I can't seem to get rid of the plants fast enough before they spawn anew, and before I can break them, they are already fully grown and shooting out more plants
By the way, thank you for maintaining these abandoned mods! I did want to report this warning I'm getting in my Minecraft logs.
[Client thread/WARN]: Mod levelup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4
Thanks for reply! :-)
I try each file individually... no one works... I also try it on a computer with WinXP. Is the language of Windows could be the problem? If I see in the code of loadTemplatesFromDir (TemplateWall.java) around line 329; we have
try {
TemplateTML t = new TemplateTML(f, explorationHandler).buildLayout();
templates.add(t);
} catch (Exception e) {
if (e == TemplateTML.ZERO_WEIGHT_EXCEPTION) {
explorationHandler.lw.println("Did not load " + f.getName() + ", weight was zero.");
} else {
explorationHandler.lw.println("\nThere was a problem loading the .tml file " + f.getName());
if (!e.getMessage().startsWith(TemplateRule.BLOCK_NOT_REGISTERED_ERROR_PREFIX)) {
e.printStackTrace(explorationHandler.lw);
explorationHandler.lw.println();
} else
explorationHandler.lw.println(e.getMessage());
}
The "TemplateTML(f, explorationHandler).buildLayout();" seems working (I got "Successfully loaded template BattleBasementEasy.tml with weight 5")
But "templates.add(t);" seems to raise the error...
Any idea?
Do I need something special? My java is up-to-date!?!?!
Thanks
The CARuins are working fine, so I'm not sure what is going on.
(Note: this is the 1.6.4 version, thanks)
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 7/28/14 4:10 PM
Description: Exception in server tick loop
java.lang.IllegalAccessError: tried to access field net.minecraft.world.World.field_72993_I from class natureoverhaul.NatureOverhaul
at natureoverhaul.NatureOverhaul.tickStart(NatureOverhaul.java:432)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_NatureOverhaul_tickStart_WorldTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 44998120 bytes (42 MB) / 274448384 bytes (261 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 12, tcache: 0, allocated: 13, tallocated: 103
FML: MCP v9.05 FML v7.10.18.1180 Minecraft Forge 10.13.0.1180 Optifine OptiFine_1.7.10_HD_U_A4 8 mods loaded, 7 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.18.1180} [Forge Mod Loader] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.0.1180} [Minecraft Forge] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
crystals{0.5.0} [Crystals] (Crystals.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
crystalsrb{0.5.0} [Reinforced Blocks] (Crystals.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
natureoverhaul{0.8} [Nature Overhaul] (NatureOverhaul-0.8(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
XRay{v9.1} [XRay] (minecraft.jar) Unloaded->Disabled
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
is there a fix for this
--- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 8/3/14 9:05 PM
Description: Initializing game
java.lang.NoClassDefFoundError: java/lang/ReflectiveOperationException
at bettervillages.BetterVillages.<clinit>(BetterVillages.java:42)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: java.lang.ReflectiveOperationException
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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:104)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 36 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at bettervillages.BetterVillages.<clinit>(BetterVillages.java:42)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Mac OS X (x86_64) version 10.7.5
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 105281616 bytes (100 MB) / 238972928 bytes (227 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 Optifine OptiFine_1.7.2_HD_U_D1 11 mods loaded, 11 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed
Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed
bettervillages{0.3} [Better Villages Mod] (BetterVillages-0.3(1.7.2).jar) Unloaded
BiomesOPlenty{2.0.2} [Biomes O' Plenty] (BiomesOPlenty-1.7.2-2.0.2.928-universal.jar) Unloaded
guilib{1.0.7.2} [GUI Library] (Forge_GuiLibv1.0.7.2.zip) Unloaded
radixcore{1.2.0} [RadixCore] (RadixCore-1.2.0 MC-1.7.2.zip) Unloaded
VillageMods{1.7.2-1.3} [Village Mods] (villagemods-1.7.2-1.3.jar) Unloaded
VillageBiomes{${version}} [Village Biomes] (villagemods-1.7.2-1.3.jar) Unloaded
VillageDensity{${version}} [Village Density] (villagemods-1.7.2-1.3.jar) Unloaded
MSC2{1.2.1} [Mob Spawn Controls 2] (Forge_MSC2v1.2.1.zip) Unloaded
Launched Version: 1.7.2-Forge10.12.2.1147
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-7.32.12, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
That line can't raise this error.
What language do you use ?
Do you have some security on this computer ? antivirus, firewall...
You are running out of memory. Reduce the frequency of walls in the configuration file.
It works with other mods.
Update Forge to build 1185 or later.
Update Java to 1.7.
My Windows are in French (Canadian French) with my Windows XP and 7. Could it be the language the problem? I use Avast... Next week, I can try to install a English Windows... we will see! :-)
Regards,
Guillaume
EDIT: never mind, i didnt have enough exp
bum
Your issue has been fixed in the latest release for 1.7.10. Thanks for reporting.
I found the key to use it, and it does, thank you very much! It's an amazing mod and I think it deserves more attention
I had a problem with Lvl Up 1.7.10 ( I know this mod is made by PowerUp217, and updated you)
I launch this mod on server (bukkit) and single client too/
My crash report (if i try use furnace my client crashed but server stay alive ) )))
---- Minecraft Crash Report ----
// Oops.
Time: 11.08.14 10:40
Description: Ticking player
java.lang.IllegalAccessError: tried to access field net.minecraft.inventory.ContainerFurnace.field_75158_e from class assets.levelup.PlayerEventHandler
at assets.levelup.PlayerEventHandler.onPlayerUpdate(PlayerEventHandler.java:271)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_45_PlayerEventHandler_onPlayerUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:274)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1558)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(ServerPlayerAPI.java:4828)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at assets.levelup.PlayerEventHandler.onPlayerUpdate(PlayerEventHandler.java:271)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_45_PlayerEventHandler_onPlayerUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:274)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1558)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 284
Entity Name: Monarh
Entity's Exact location: -160,50, 64,00, 240,50
Entity's Block location: World: (-161,64,240), Chunk: (at 15,4,0 in -11,15; contains blocks -176,0,240 to -161,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0,00, -0,08, 0,00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.localOnUpdateEntity(EntityPlayerMP.java:295)
at api.player.server.ServerPlayerAPI.onUpdateEntity(ServerPlayerAPI.java:4828)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 450426304 bytes (429 MB) / 1972371456 bytes (1881 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -Xmx2048M -Xmx4G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 103
FML: MCP v9.05 FML v7.10.1.1160 Minecraft Forge 10.13.0.1160 Optifine OptiFine_1.7.10_HD_U_A4 16 mods loaded, 16 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.1.1160} [Forge Mod Loader] (forge-1.7.10-10.13.0.1160.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.0.1160} [Minecraft Forge] (forge-1.7.10-10.13.0.1160.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.0} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] (1.7.10DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (Archimedes-Ships-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BattleTowers{1.4.9} [Battle Towers] (BattleTowers-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
meteors{2.13} [Falling Meteors] (Falling-Meteors-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.57-116} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
levelup{0.4} [Level Up!] (level_up_mod_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RedstonePasteMod{1.6.2} [Redstone Paste] (redstone_paste_mod_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RopesPlus{1.6.3} [Ropes+] (Ropes-Plus-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_Ruins{13.7a} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chunkbase_villageinfo_ssp{2.1} [Village Info (SSP)] (Village-Info-Mod-Forge-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.10} [VoxelMap No Radar] (VoxelMap-No-Radar-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Monarh'/284, l='Новый мир', x=-160,50, y=64,00, z=240,50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
you can solve this problem ?
p.s see this thread too pls http://www.minecraftforum.net/forums/support/modded-client-support/2176250-help-i-crash-everytime-i-use-a-furnace
p.s.s. this mod can use to server ? or only for single ?
and sorry for my bad english )
You are welcome
Update Forge to build 1185 or later.
It works on server. Report if you have troubles.
All works. Great thx again !
I might reopen if I get FreeRunner out of the waiting list...:P
My awesome tip for updating mods is to take it slowly. Make sure you understand what the original intent was, run the mod, see how it goes in its original dev environment (eventually put notes and/or clean the code). Then switch versions, comment out everything that errors and replace it progressively with updated code.
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1278469-1-6-4-bigtrees-1-6-4-forge-only
Also wanted to share this awesome Walled City from Formivore's mods. Coolest one I've ever seen.
[Client thread/WARN]: Mod levelup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4
Don't see plants disappearing on my side. Do you use Optifine or MCPatcher ?
Random drops is intended.
Will do a crop blacklist.
Unharmful warning. Nothing to worry about.