Ok. You are implying that you know the exact nature and cause of the error then. I'll have to take your word that it can't be fixed. So, what are the exact conditions that trigger it? What are some possible workarounds?
I ask for my sake and the sake of others who might want to use your mod in 1.8.9 or other 1.3 versions. They also surely won't want their worlds corrupted. Besides this error I have found (might be others) the drones work great and modules as well. The problem comes when they run out of power and try to retrieve fuel from an inventory. Maybe refueling works but if you happen to have the controller screen open (or connected?) then the crash happens.
I am not entirely sure what set of conditions triggers the crash. Can you shed some light on that before I start corrupting worlds in testing? Otherwise the older version of the mod is a potential trap for unwary users, not by intention.
Even if it turns out that the drones are one time use and disposable then in creative they could be fun.
I can't seem to recall correctly the cause of that crash but you can do some tests and we might figure out the problem.
1. Let the drone runs until it runs out of battery (without monitoring it whichever way and its inventory empty), you can put it on hovering and check the Estimated Fly Time, return after it is depleted. If it crashes here then never let your drone's battery depleted, which means kill it before it runs out of battery.
2. Put ingots, diamonds, emeralds in the drone's inventory to see when it is out of battery and tries to recover using those items will the game crash. (without monitoring through controller or drone screen) then same as test 1
3. Test monitoring the drone with controller or drone screen, both when it runs out of battery with and without any recovering items in it.
If the game crashes on the "without" then it's the problem with the GUI screens opening when drone is depleted. Then dont open them then.
If the game crashes on the "with" but not the "without" then it's the problem with recovering battery when GUI screens are open. Then dont open screens then.
Those are all I can think of right now. I'm very sorry for the inconvenience and thank you so much for your patience and modesty.
well i downloaded the latest 1.10.2 version of this mod and it only gives me two options they are either hovering or off and it does not allow me to control it so thats a bug i cant fly it at all i tried everything so hopefully you get this and play it so you can see the bug and fix it
Hey dude, love the mod would really like to implement it in to my 1.10.2 modpack. but unfortunately you have completely taken over the mob spawning on any map I make, no zombies no skeletons nothing spawn at night, just drones.. which is cool, but I was hoping to have it more as an along side
i have played with the weights and cannot find any other config to adjust.. Is there something else you can suggest?
even in the 1.5.0 version i still get over run with drones till no mobs spawn when enough time passes in the world. The only reason i have your mod disabled is do to a complete over run of drones till natural spawning of vanilla hostile mobs is killed.
I have been playing the 1.5 version on 1.10. 2 and the Nether is overrun with drones as others have mentioned. I don't think they are despawning. The number keeps increasing. There are literally hundreds of drones everywhere. TNT explosions are really common too.
I like this at first because I got all kind of drops. Now it lagging my world so much in the Nether that it is unusable.
The Meaning of Life, the Universe, and Everything.
Join Date:
9/6/2014
Posts:
135
Minecraft:
Johnny_krell
Member Details
I think there might be a problem of them not despawning like normal hostiles, are the wild drones set to nutarel or passive? That would explain why you're fine testing spawn rates on temp worlds.
The Meaning of Life, the Universe, and Everything.
Join Date:
4/26/2014
Posts:
63
Minecraft:
TyoAtrosa
Member Details
The End is overwhelmed with drones on the newest version as well, can't even get close to the ender dragon because of all the drones attacking. is there any way to just turn off all spawning of mobs and all worldgen from the mod? i would rather only find drone parts in chests or as drops from cyber-zombies from the cyberware mod, which i could do via another mod i believe.
True story. In my bunker in the Nether TNT explosions from BIg Baby Drones was so frequent that I had to constantly have a Creeper Inventory Pet active to protect myself from explosions. Floating TNT and lava, burning Netherack is a terrible combination. Anyway, so with this step it just became an annoyance not a threat.
However, I started to worry about my portal and workbenches/machines and such. So, I decided to surround the whole inner area with obsidian as insurance. I was nearly finished when I broke through the top of an outer wall. Guess what came flying in through the opening??? Yeah, TNT and freaking blew up in my face!
Nothing was damaged but in a strange way I felt better knowing that I wasn't just paranoid.
Had to uninstall this mod for now. A shame. I like it. I like the wild drones too if they weren't a ravaging menace taking over everything.
The Meaning of Life, the Universe, and Everything.
Location:
Hume
Join Date:
5/9/2012
Posts:
1,250
Location:
None
Minecraft:
The cave game
Xbox:
360
Member Details
Getting a crash whenever a Drone tower loads:
[12:42:22] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) ~[bzl.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=variant, clazz=class net.minecraft.block.BlockPlanks$EnumType, values=[oak, spruce, birch, jungle]} to acacia on block minecraft:log, it is not an allowed value
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:222) ~[art$a.class:?]
at williamle.drones.worldgen.WorldGen.blocksForBiome(WorldGen.java:248) ~[WorldGen.class:?]
at williamle.drones.worldgen.WorldGenDroneTower.genDroneTower(WorldGenDroneTower.java:32) ~[WorldGenDroneTower.class:?]
at williamle.drones.worldgen.WorldGen.generate(WorldGen.java:73) ~[WorldGen.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120) ~[GameRegistry.class:?]
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001) ~[asv.class:?]
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974) ~[asv.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154) ~[lr.class:?]
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126) ~[lx.class:?]
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147) ~[ly.class:?]
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222) ~[ls.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698) ~[MinecraftServer.class:?]
... 4 more
[12:42:22] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Arlo\Desktop\MultiMC\instances\one point tech\minecraft\crash-reports\crash-2016-09-30_12.42.22-server.txt
[12:42:22] [Server thread/INFO]: Stopping server
[12:42:22] [Server thread/INFO]: Saving players
[12:42:22] [Server thread/INFO]: Saving worlds
[12:42:22] [Server thread/INFO]: Saving chunks for level 'Testing B'/Overworld
java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=variant, clazz=class net.minecraft.block.BlockPlanks$EnumType, values=[oak, spruce, birch, jungle]} to acacia on block minecraft:log, it is not an allowed value
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:222)
at williamle.drones.worldgen.WorldGen.blocksForBiome(WorldGen.java:248)
at williamle.drones.worldgen.WorldGenDroneTower.genDroneTower(WorldGenDroneTower.java:32)
at williamle.drones.worldgen.WorldGen.generate(WorldGen.java:73)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
Is Modded: Definitely; Client brand changed to 'fml,forge'
[12:42:22] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Arlo\Desktop\MultiMC\instances\one point tech\minecraft\crash-reports\crash-2016-09-30_12.42.22-server.txt
[12:42:22] [Client thread/INFO]: Waiting for the server to terminate/save.
[12:42:22] [Netty Local Client IO #0/INFO]: Importing waterstrainer_loottables.cfg ...
[12:42:22] [Netty Local Client IO #0/INFO]: Finished importing!
[12:42:22] [Netty Local Client IO #0/WARN]: Found 27 errors while importing! Please check /logs/waterstrainer_errors.log
[12:42:22] [Server thread/INFO]: Saving chunks for level 'Testing B'/Nether
[12:42:22] [Server thread/INFO]: Saving chunks for level 'Testing B'/The End
[12:42:22] [Server thread/INFO]: Saving chunks for level 'Testing B'/Overworld
[12:42:22] [Server thread/INFO]: Unloading WorldData for world 0!
[12:42:25] [Server thread/INFO]: Unloading WorldData for world -1!
[12:42:25] [Server thread/INFO]: Unloading WorldData for world 1!
[12:42:25] [Server thread/INFO]: Unloading WorldData for world -343800852!
[12:42:25] [Server thread/INFO]: RFTools: server is stopping. Shutting down gracefully
[12:42:25] [Server thread/INFO]: RFTools: server is stopping. Shutting down gracefully
[12:42:25] [Server thread/INFO]: Cleaning up RFTools dimensions
[12:42:25] [Server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[12:42:25] [Client thread/INFO]: Server terminated.
[12:42:25] [Client Shutdown Thread/INFO]: Stopping server
i tried to change the spawn rate to low but dosent work i made them all same to the big baby dron ( 1 , 1 , 1) can make disable or enable option this will be easier for me (sorry i have issues with numbers lol) thanks i love this mod that's why i am feeding back this mode adds more fun to the game
i have suggestions for the future update :
1- Drone stations so so the can have there own AI so the unload or load things or auto charge
2 -Drones for specific jobs like in Sim city 5 cities of tomorrow drones ( you can make A.I modules for example (security AI , Fighter AI , Agriculture AI , etc..) for that you need to craft a communication tower and Yes! if you can Make it Runs on RF power it will be awesome!!!!!! more RF more drones you can control
I hope this feed back is not annoying and i hope you like it
Best wishes
I second this, it would be fun to see your drones become the new way I automate my farms.
Ok. You are implying that you know the exact nature and cause of the error then. I'll have to take your word that it can't be fixed. So, what are the exact conditions that trigger it? What are some possible workarounds?
I ask for my sake and the sake of others who might want to use your mod in 1.8.9 or other 1.3 versions. They also surely won't want their worlds corrupted. Besides this error I have found (might be others) the drones work great and modules as well. The problem comes when they run out of power and try to retrieve fuel from an inventory. Maybe refueling works but if you happen to have the controller screen open (or connected?) then the crash happens.
I am not entirely sure what set of conditions triggers the crash. Can you shed some light on that before I start corrupting worlds in testing? Otherwise the older version of the mod is a potential trap for unwary users, not by intention.
Even if it turns out that the drones are one time use and disposable then in creative they could be fun.
I can't seem to recall correctly the cause of that crash but you can do some tests and we might figure out the problem.
1. Let the drone runs until it runs out of battery (without monitoring it whichever way and its inventory empty), you can put it on hovering and check the Estimated Fly Time, return after it is depleted. If it crashes here then never let your drone's battery depleted, which means kill it before it runs out of battery.
2. Put ingots, diamonds, emeralds in the drone's inventory to see when it is out of battery and tries to recover using those items will the game crash. (without monitoring through controller or drone screen) then same as test 1
3. Test monitoring the drone with controller or drone screen, both when it runs out of battery with and without any recovering items in it.
If the game crashes on the "without" then it's the problem with the GUI screens opening when drone is depleted. Then dont open them then.
If the game crashes on the "with" but not the "without" then it's the problem with recovering battery when GUI screens are open. Then dont open screens then.
Those are all I can think of right now. I'm very sorry for the inconvenience and thank you so much for your patience and modesty.
I am sorry to modify your mod's java bytecode to translate it into Chinese.
So I wanna ask.Why not use I18N class?
And I have translated your lang file.
There is Chinese lang file(called zh_CN.lang):
https://www.dropbox.com/s/bn3tb1yky7e869n/zh_CN.lang?dl=0
Thank you!
It's ok if you translate the lang file, it's there so that you can change it.
What do you mean by using I18N class?
well i downloaded the latest 1.10.2 version of this mod and it only gives me two options they are either hovering or off and it does not allow me to control it so thats a bug i cant fly it at all i tried everything so hopefully you get this and play it so you can see the bug and fix it
That is not a bug
You need to install modules into the drone for it to be able to move
Hey dude, love the mod would really like to implement it in to my 1.10.2 modpack. but unfortunately you have completely taken over the mob spawning on any map I make, no zombies no skeletons nothing spawn at night, just drones.. which is cool, but I was hoping to have it more as an along side
i have played with the weights and cannot find any other config to adjust.. Is there something else you can suggest?
I've fixed that problem with version 1.5.0, are you sure you have the latest version?
even in the 1.5.0 version i still get over run with drones till no mobs spawn when enough time passes in the world. The only reason i have your mod disabled is do to a complete over run of drones till natural spawning of vanilla hostile mobs is killed.
I have been playing the 1.5 version on 1.10. 2 and the Nether is overrun with drones as others have mentioned. I don't think they are despawning. The number keeps increasing. There are literally hundreds of drones everywhere. TNT explosions are really common too.
I like this at first because I got all kind of drops. Now it lagging my world so much in the Nether that it is unusable.
I think there might be a problem of them not despawning like normal hostiles, are the wild drones set to nutarel or passive? That would explain why you're fine testing spawn rates on temp worlds.
My Vanilla server compatible modpack

My modpack that goes beyond Vanilla
The End is overwhelmed with drones on the newest version as well, can't even get close to the ender dragon because of all the drones attacking. is there any way to just turn off all spawning of mobs and all worldgen from the mod? i would rather only find drone parts in chests or as drops from cyber-zombies from the cyberware mod, which i could do via another mod i believe.
True story. In my bunker in the Nether TNT explosions from BIg Baby Drones was so frequent that I had to constantly have a Creeper Inventory Pet active to protect myself from explosions. Floating TNT and lava, burning Netherack is a terrible combination. Anyway, so with this step it just became an annoyance not a threat.
However, I started to worry about my portal and workbenches/machines and such. So, I decided to surround the whole inner area with obsidian as insurance. I was nearly finished when I broke through the top of an outer wall. Guess what came flying in through the opening??? Yeah, TNT and freaking blew up in my face!
Nothing was damaged but in a strange way I felt better knowing that I wasn't just paranoid.
Had to uninstall this mod for now. A shame. I like it. I like the wild drones too if they weren't a ravaging menace taking over everything.
Hey i have a idea for the mod. Make it that mobs are aggressive towards the drone. But a upgrade allows you to make it go invisable
Wait a minute! you calculated the combinations? '-' You do not have life? '-'
Multiplication dude.
My Vanilla server compatible modpack

My modpack that goes beyond Vanilla
Joke dude.
Getting a crash whenever a Drone tower loads:
[12:42:22] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) ~[bzl.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=variant, clazz=class net.minecraft.block.BlockPlanks$EnumType, values=[oak, spruce, birch, jungle]} to acacia on block minecraft:log, it is not an allowed value
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:222) ~[art$a.class:?]
at williamle.drones.worldgen.WorldGen.blocksForBiome(WorldGen.java:248) ~[WorldGen.class:?]
at williamle.drones.worldgen.WorldGenDroneTower.genDroneTower(WorldGenDroneTower.java:32) ~[WorldGenDroneTower.class:?]
at williamle.drones.worldgen.WorldGen.generate(WorldGen.java:73) ~[WorldGen.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120) ~[GameRegistry.class:?]
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001) ~[asv.class:?]
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974) ~[asv.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154) ~[lr.class:?]
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126) ~[lx.class:?]
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147) ~[ly.class:?]
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222) ~[ls.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698) ~[MinecraftServer.class:?]
... 4 more
[12:42:22] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Arlo\Desktop\MultiMC\instances\one point tech\minecraft\crash-reports\crash-2016-09-30_12.42.22-server.txt
[12:42:22] [Server thread/INFO]: Stopping server
[12:42:22] [Server thread/INFO]: Saving players
[12:42:22] [Server thread/INFO]: Saving worlds
[12:42:22] [Server thread/INFO]: Saving chunks for level 'Testing B'/Overworld
[12:42:22] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (Quark-r1.0-56.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.1.321.jar)
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
DepLoader (BrandonsCore-1.10.2-2.1.0.44-universal.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
MalisisSwitchesPlugin (malisisswitches-1.9.4-3.0.0.jar)
MalisisCorePlugin (malisiscore-1.9.4-4.1.1.jar)
Contact their authors BEFORE contacting forge
// Hey, that tickles! Hehehe!
Time: 9/30/16 12:42 PM
Description: Exception ticking world
java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=variant, clazz=class net.minecraft.block.BlockPlanks$EnumType, values=[oak, spruce, birch, jungle]} to acacia on block minecraft:log, it is not an allowed value
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:222)
at williamle.drones.worldgen.WorldGen.blocksForBiome(WorldGen.java:248)
at williamle.drones.worldgen.WorldGenDroneTower.genDroneTower(WorldGenDroneTower.java:32)
at williamle.drones.worldgen.WorldGen.generate(WorldGen.java:73)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:222)
at williamle.drones.worldgen.WorldGen.blocksForBiome(WorldGen.java:248)
at williamle.drones.worldgen.WorldGenDroneTower.genDroneTower(WorldGenDroneTower.java:32)
at williamle.drones.worldgen.WorldGen.generate(WorldGen.java:73)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:120)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:974)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:154)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:147)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
-- Affected level --
Details:
Level name: Testing B
All players: 1 total; [EntityPlayerMP['<PROFILE NAME>'/436, l='Testing B', x=122.92, y=67.33, z=1505.08]]
Chunk stats: ServerChunkCache: 3955 Drop: 0
Level seed: 294946102
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options: {"diamondSize":8,"lapisCenterHeight":16,"lavaLakeChance":80,"redstoneMaxHeight":16,"diamondMaxHeight":16,"coalMaxHeight":128,"coalMinHeight":0,"seaLevel":63,"graniteCount":10,"riverSize":4,"gravelMinHeight":0,"graniteSize":33,"redstoneSize":8,"fixedBiome":-1,"waterLakeChance":4,"dioriteMinHeight":0,"andesiteCount":10,"graniteMaxHeight":80,"redstoneMinHeight":0,"lapisSize":7,"dirtCount":10,"ironMinHeight":0,"dioriteMaxHeight":80,"coalCount":20,"gravelCount":8,"coalSize":17,"gravelSize":33,"ironMaxHeight":64,"lapisSpread":16,"dioriteCount":10,"andesiteSize":33,"biomeSize":4,"graniteMinHeight":0,"goldCount":2,"diamondCount":1,"dirtSize":33,"gravelMaxHeight":256,"goldSize":9,"ironCount":20,"diamondMinHeight":0,"ironSize":9,"redstoneCount":8,"andesiteMinHeight":0,"dioriteSize":33,"goldMaxHeight":32,"dungeonChance":8,"andesiteMaxHeight":80,"dirtMinHeight":0,"lapisCount":1,"goldMinHeight":0,"dirtMaxHeight":256,"lowerLimitScale":512.0,"biomeDepthOffset":0.0,"upperLimitScale":512.0,"heightScale":684.412,"biomeScaleWeight":1.0,"biomeDepthWeight":1.0,"mainNoiseScaleZ":80.0,"mainNoiseScaleY":160.0,"depthNoiseScaleX":200.0,"mainNoiseScaleX":80.0,"baseSize":8.5,"depthNoiseScaleZ":200.0,"stretchY":12.0,"depthNoiseScaleExponent":0.5,"biomeScaleOffset":0.0,"coordinateScale":684.412,"useStrongholds":true,"useMineShafts":true,"useTemples":true,"useLavaOceans":false,"useCaves":true,"useWaterLakes":true,"useLavaLakes":true,"useMonuments":true,"useRavines":true,"useDungeons":true,"useVillages":true}
Level spawn location: World: (212,64,244), Chunk: (at 4,4,4 in 13,15; contains blocks 208,0,240 to 223,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1200451 game time, 105827 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 11520 (now: false), thunder time: 43028 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 415999360 bytes (396 MB) / 3223322624 bytes (3074 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx5120m
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP 9.32 Powered by Forge 12.18.1.2094 60 mods loaded, 60 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2094-universal.jar)
UCHIJAAAA Forge{12.18.1.2094} [Minecraft Forge] (forge-1.10.2-12.18.1.2094-universal.jar)
UCHIJAAAA actuallyadditions{1.10.2-r63} [Actually Additions] (ActuallyAdditions-1.10.2-r63.jar)
UCHIJAAAA AkashicTome{1.0-3} [Akashic Tome] (AkashicTome-1.0-3.jar)
UCHIJAAAA Morphtool{1.0-11} [Morph-o-Tool] (Morph-o-Tool-1.0-11.jar)
UCHIJAAAA Psi{r1.0-39} [Psi] (Psi-r1.0-39.jar)
UCHIJAAAA Quark{r1.0-56} [Quark] (Quark-r1.0-56.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
UCHIJAAAA mantle{1.10.2-1.0.0.jenkins170} [Mantle] (Mantle-1.10.2-1.0.0.jar)
UCHIJAAAA tconstruct{1.10.2-2.5.2.jenkins352} [Tinkers' Construct] (TConstruct-1.10.2-2.5.2.jar)
UCHIJAAAA immersiveengineering{0.10-42} [Immersive Engineering] (ImmersiveEngineering-0.10-42.jar)
UCHIJAAAA betterwithmods{0.11 Beta hotfix 2} [Better With Mods] (Better With Mods-0.11-1.10.2-hotfix2.jar)
UCHIJAAAA BetterThanBunnies{1.10.2-1.0.3} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.0.3.jar)
UCHIJAAAA bookshelf{1.4.1.321} [Bookshelf] (Bookshelf-1.10.2-1.4.1.321.jar)
UCHIJAAAA bookshelfapi{3.3.0} [Bookshelf] (Bookshelf-API-1.10.2-3.3.0.jar)
UCHIJAAAA brandonscore{2.1.0} [Brandon's Core] (BrandonsCore-1.10.2-2.1.0.44-universal.jar)
UCHIJAAAA SonarCore{3.1.6} [SonarCore] (SonarCore-1.9.4-3.1.6.jar)
UCHIJAAAA Calculator{3.1.2} [Calculator] (Calculator-1.9.4-3.1.2.jar)
UCHIJAAAA mcmultipart{1.2.0_74} [MCMultiPart] (MCMultiPart-experimental-1.2.0_74-universal.jar)
UCHIJAAAA chiselsandbits{12.1} [Chisels & Bits] (chiselsandbits-12.1.jar)
UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
UCHIJAAAA CustomBackgrounds{1.0} [Custom Backgrounds] (CustomBackgrounds-MC1.9.4-1.1.jar)
UCHIJAAAA drones{1.10.2-1.5.0} [CustomDrones] (CustomDrones-1.5.0-mc1.10.2.jar)
UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
UCHIJAAAA JEI{3.11.2.280} [Just Enough Items] (jei_1.10.2-3.11.2.280.jar)
UCHIJAAAA darkutils{1.1.4.86} [Dark Utilities] (DarkUtilities-1.10.2-1.1.4.86.jar)
UCHIJAAAA draconicevolution{2.0.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0.100-universal.jar)
UCHIJAAAA exnihiloomnia{1.1.2} [Ex Nihilo Omnia] (exnihiloomnia-1.1.2.jar)
UCHIJAAAA excompressum{2.0.40} [Ex Compressum] (ExCompressum_1.10.2-2.0.40.jar)
UCHIJAAAA ExtraBitManipulation{1.10.2-2.1.0} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.1.0.jar)
UCHIJAAAA FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.2.jar)
UCHIJAAAA FluxNetworks{1.0.7} [Flux Networks] (FluxNetworks-1.9.4-1.0.7.jar)
UCHIJAAAA grapplemod{1.10-v7} [Grappling hook mod] (grapplemod-1.10.2-v7.jar)
UCHIJAAAA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
UCHIJAAAA HardcoreQuesting{1.10.2-5.0.0beta4} [Hardcore Questing Mode] (HQM-New Heights-1.10.2-5.0.0beta4.jar)
UCHIJAAAA jeresources{0.5.1.56} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.1.56.jar)
UCHIJAAAA malisiscore{1.9.4-4.1.1} [MalisisCore] (malisiscore-1.9.4-4.1.1.jar)
UCHIJAAAA malisisblocks{1.9.4-4.0.1} [Malisis Blocks] (malisisblocks-1.9.4-4.0.1.jar)
UCHIJAAAA malisisswitches{1.9.4-3.0.0} [Malisis Switches] (malisisswitches-1.9.4-3.0.0.jar)
UCHIJAAAA Mekanism{9.2.0} [Mekanism] (Mekanism-1.10.2-9.2.0.292.jar)
UCHIJAAAA MekanismGenerators{9.2.0} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.0.292.jar)
UCHIJAAAA MekanismTools{9.2.0} [MekanismTools] (MekanismTools-1.10.2-9.2.0.292.jar)
UCHIJAAAA modularsystems{3.1.0} [Modular Systems] (ModularSystems-1.10.2-3.1.0.jar)
UCHIJAAAA Neat{1.3-12} [Neat] (Neat 1.3-12.jar)
UCHIJAAAA ping{1.2.2} [Ping] (Ping-1.10.X-1.2.2.B7-universal.jar)
UCHIJAAAA psionup{GRADLE:VERSION.GRADLE:BUILD} [PSIonic Upgrades] (PSIonicUpgrades-r1.14.jar)
UCHIJAAAA randomthings{3.7.6} [Random Things] (RandomThings-MC1.10.2-3.7.6.jar)
UCHIJAAAA rftools{5.24} [RFTools] (rftools-1.10-5.24.jar)
UCHIJAAAA rftoolscontrol{1.2.0} [RFTools Control] (rftoolsctrl-1.10-1.2.0.jar)
UCHIJAAAA rftoolsdim{4.40} [RFTools Dimensions] (rftoolsdim-1.10-4.40.jar)
UCHIJAAAA snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar)
UCHIJAAAA taiga{${version}} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.3.jar)
UCHIJAAAA TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
UCHIJAAAA Torcherino{4.2s} [Torcherino] (Torcherino-4.2s.jar)
UCHIJAAAA underphangables{1.0.2} [Underp Hangables] (underphangables-1.10.2-1.0.2.jar)
UCHIJAAAA waterstrainer{1.3.0} [Water Strainer] (WaterStrainer-1.9.4-1.3.0.jar)
UCHIJAAAA weaponcaseloot{4.0.1} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.1.jar)
UCHIJAAAA WIT{1.0.20} [WIT] (WIT-1.9.4-1.0.20-38.jar)
Loaded coremods (and transformers):
LoadingPlugin (Quark-r1.0-56.jar)
vazkii.quark.base.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
lumien.randomthings.asm.ClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.1.321.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
DepLoader (BrandonsCore-1.10.2-2.1.0.44-universal.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
MalisisSwitchesPlugin (malisisswitches-1.9.4-3.0.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
MalisisCorePlugin (malisiscore-1.9.4-4.1.1.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['<PROFILE NAME>'/436, l='Testing B', x=122.92, y=67.33, z=1505.08]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
[12:42:22] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Arlo\Desktop\MultiMC\instances\one point tech\minecraft\crash-reports\crash-2016-09-30_12.42.22-server.txt
[12:42:22] [Client thread/INFO]: Waiting for the server to terminate/save.
[12:42:22] [Netty Local Client IO #0/INFO]: Importing waterstrainer_loottables.cfg ...
[12:42:22] [Netty Local Client IO #0/INFO]: Finished importing!
[12:42:22] [Netty Local Client IO #0/WARN]: Found 27 errors while importing!
Please check /logs/waterstrainer_errors.log
[12:42:22] [Server thread/INFO]: Saving chunks for level 'Testing B'/Nether
[12:42:22] [Server thread/INFO]: Saving chunks for level 'Testing B'/The End
[12:42:22] [Server thread/INFO]: Saving chunks for level 'Testing B'/Overworld
[12:42:22] [Server thread/INFO]: Unloading WorldData for world 0!
[12:42:25] [Server thread/INFO]: Unloading WorldData for world -1!
[12:42:25] [Server thread/INFO]: Unloading WorldData for world 1!
[12:42:25] [Server thread/INFO]: Unloading WorldData for world -343800852!
[12:42:25] [Server thread/INFO]: Unloading dimension 0
[12:42:25] [Server thread/INFO]: Unloading dimension -1
[12:42:25] [Server thread/INFO]: Unloading dimension 1
[12:42:25] [Server thread/INFO]: Unloading dimension -343800852
[12:42:25] [Server thread/INFO]: Applying holder lookups
[12:42:25] [Server thread/INFO]: Holder lookups applied
[12:42:25] [Server thread/INFO]: RFTools: server is stopping. Shutting down gracefully
[12:42:25] [Server thread/INFO]: RFTools: server is stopping. Shutting down gracefully
[12:42:25] [Server thread/INFO]: Cleaning up RFTools dimensions
[12:42:25] [Server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[12:42:25] [Client thread/INFO]: Server terminated.
[12:42:25] [Client Shutdown Thread/INFO]: Stopping server
[12:42:25] [Client Shutdown Thread/INFO]: Saving players
AL lib: (EE) alc_cleanup: 1 device not closed
Process exited with code -1.
My Mods:
Fool's gold & other dumb things
Placebo Effect
Two others that I am pretending don't exist.
Also, Modding Theory.
Make a 1.7.10 version. Please.
I second this, it would be fun to see your drones become the new way I automate my farms.
Keep up the great work!