Spoilers. Now read the first few lines. See anything about a duplicate enchantment ID? I do, so you have a conflict. Number 170, used by TT and Better Storage. Really, read your logs next time. It'll be quite clear about 70% of the time.
Rollback Post to RevisionRollBack
If I'm rude to you, just tell me. Don't take it too personally. Well, unless you were being stupid. If you were, DO take it personally.
Hey, I tried to look around the thread a bit but couldn't find what I was looking for, if this was answered earlier somewhere I'm sorry for missing it.
Is there a way to disable/put out the imbued flames with some command or such. Perditio imbued fire takes too long to spread enough to fix the huge lag I have on my server due to Aqua fire in the nether...
I'd like to ask about this as well. Recently, our server had to delete the Nether entirely and create a new one, due to horrible Aqua fire spread. Also, it seems that even with doFireTick set to False, the flames still spread slowly.
If nothing else, what are the names of the fire tiles? If I had that, I could just use WorldEdit's /removenear command. But nothing I've tried works.
Also, why are the flame researches a pre-requisite to the seeds and such? Doesn't make much sense.
Rollback Post to RevisionRollBack
~~~~~~~~
Fall into the hands of sorrow
Drawn by the darkest bay
Walk into the pit of silence
I am the one calling your name
~~~~~~~~
Thank you, but is there a way to easily remove vast quantities of the flames, though? That's the main problem. It rapidly makes worlds uninhabitable. Perhaps there can only be a set number of elemental flames present in the world at one time? Either for each element, or total. Configurable, of course.
Rollback Post to RevisionRollBack
~~~~~~~~
Fall into the hands of sorrow
Drawn by the darkest bay
Walk into the pit of silence
I am the one calling your name
~~~~~~~~
I used the search function for both but didn't find any comments from modders regarding these issues other than a comment from Vaz about adding a config option way back in 2013:
Is there any chance that config options to disable the osmotic enchanter and the thaumic repairer will be added at all? It seems like such an easy thing to do, and really would go a looooooooong way towards helping server admins trying to keep servers challenging and balanced across the board. Those two blocks, while awesome and fun in their own right, can completely break server balance.
Just my humble opinion that a config option to disable those two things while keeping all the other neat little toys would be preferable to eliminating TT from a modset entirely.
Many thanks for updating and maintaining a heck of a mod!
This is something I am thinking about, I may in the upcoming bugfix make an admin command that just makes all the fire disapear, though it is suprisngly complicated if I dont want to have to load chunks to catch fire in unloaded chunks etc.
Just for anyone else needing help with this, MCEditcould be used to remove the fire, but that requires shutting down the server, loading up the dimension in MCEdit, deleting the fire, saving the file, and re-uploading it to the server.
I love the effect of the Aqua fire, it's just so aggressive :3 Perhaps change them so they don't act like regular fire, and only spread to adjacent blocks?
Rollback Post to RevisionRollBack
~~~~~~~~
Fall into the hands of sorrow
Drawn by the darkest bay
Walk into the pit of silence
I am the one calling your name
~~~~~~~~
So, should I be using Jenkins to get the latest official release of this mod? I'm really not clear on this. You've got a CurseForge page, but it doesn't seem to have been updated since December...
Rollback Post to RevisionRollBack
[Scott]: Things I have managed to get in the last five minutes, in order of ascending importance: cobblestone, planks, lapis lazuli, redstone, gold, coal, diamond. VERY LOST.
Hello I resently tried up loading the thaumic horizans mod but after it was added I used the osmatic enchanter and got this error.
---- Minecraft Crash Report ----
// I feel sad now
Time: 3/8/15 11:51 AM
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at thaumcraft.common.items.wands.ItemWandCasting.consumeAllVis(ItemWandCasting.java:322)
at thaumcraft.common.items.wands.ItemWandCasting.consumeAllVisCrafting(ItemWandCasting.java:305)
at thaumic.tinkerer.common.block.tile.TileEnchanter.func_145845_h(TileEnchanter.java:159)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1994)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at thaumcraft.common.items.wands.ItemWandCasting.consumeAllVis(ItemWandCasting.java:322)
at thaumcraft.common.items.wands.ItemWandCasting.consumeAllVisCrafting(ItemWandCasting.java:305)
at thaumic.tinkerer.common.block.tile.TileEnchanter.func_145845_h(TileEnchanter.java:159)
-- Block entity being ticked --
Details:
Name: ttinkerer:enchanter // thaumic.tinkerer.common.block.tile.TileEnchanter
Block type: ID #718 (tile.enchanter // thaumic.tinkerer.common.block.BlockEnchanter)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-142,68,346), Chunk: (at 2,4,10 in -9,21; contains blocks -144,0,336 to -129,255,351), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #718 (tile.enchanter // thaumic.tinkerer.common.block.BlockEnchanter)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
I don't know about minecraft modding, so I'm not sure about performance impacts and such or accesible fields, etc....
But from the top of my head I would fix the elemental fire like this:
When an elemental fire bottle is thrown, a timer with a certain ID is created and starts ticking down. The resulting fire will have a sourceID property which will correspond to the timer ID. When the fire spreads, all the fires inherit the sourceID value. That way, when the timer reaches zero, all the fires that correspond to it's ID are extinguished.
This will let the fire work as usual but never get out of hand, as it will vanish eventually. It also helps with balancing it's power / cost.
About how much time would you let the fire screw around? I don't know which are typical uses of the thing. Maybe 3-5 minutes?
If I'm rude to you, just tell me. Don't take it too personally. Well, unless you were being stupid. If you were, DO take it personally.
I'd like to ask about this as well. Recently, our server had to delete the Nether entirely and create a new one, due to horrible Aqua fire spread. Also, it seems that even with doFireTick set to False, the flames still spread slowly.
If nothing else, what are the names of the fire tiles? If I had that, I could just use WorldEdit's /removenear command. But nothing I've tried works.
Also, why are the flame researches a pre-requisite to the seeds and such? Doesn't make much sense.
~~~~~~~~
Fall into the hands of sorrow
Drawn by the darkest bay
Walk into the pit of silence
I am the one calling your name
~~~~~~~~
~~~~~~~~
Fall into the hands of sorrow
Drawn by the darkest bay
Walk into the pit of silence
I am the one calling your name
~~~~~~~~
Is there any chance that config options to disable the osmotic enchanter and the thaumic repairer will be added at all? It seems like such an easy thing to do, and really would go a looooooooong way towards helping server admins trying to keep servers challenging and balanced across the board. Those two blocks, while awesome and fun in their own right, can completely break server balance.
Just my humble opinion that a config option to disable those two things while keeping all the other neat little toys would be preferable to eliminating TT from a modset entirely.
Many thanks for updating and maintaining a heck of a mod!
I love the effect of the Aqua fire, it's just so aggressive :3 Perhaps change them so they don't act like regular fire, and only spread to adjacent blocks?
~~~~~~~~
Fall into the hands of sorrow
Drawn by the darkest bay
Walk into the pit of silence
I am the one calling your name
~~~~~~~~
http://jenkins.nekokittygames.com:8080/job/Thaumic Tinkerer/439/
How can I find which version of TC it needs? It doesn't list dependencies.
// I feel sad now
Time: 3/8/15 11:51 AM
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at thaumcraft.common.items.wands.ItemWandCasting.consumeAllVis(ItemWandCasting.java:322)
at thaumcraft.common.items.wands.ItemWandCasting.consumeAllVisCrafting(ItemWandCasting.java:305)
at thaumic.tinkerer.common.block.tile.TileEnchanter.func_145845_h(TileEnchanter.java:159)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1994)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at thaumcraft.common.items.wands.ItemWandCasting.consumeAllVis(ItemWandCasting.java:322)
at thaumcraft.common.items.wands.ItemWandCasting.consumeAllVisCrafting(ItemWandCasting.java:305)
at thaumic.tinkerer.common.block.tile.TileEnchanter.func_145845_h(TileEnchanter.java:159)
-- Block entity being ticked --
Details:
Name: ttinkerer:enchanter // thaumic.tinkerer.common.block.tile.TileEnchanter
Block type: ID #718 (tile.enchanter // thaumic.tinkerer.common.block.BlockEnchanter)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-142,68,346), Chunk: (at 2,4,10 in -9,21; contains blocks -144,0,336 to -129,255,351), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #718 (tile.enchanter // thaumic.tinkerer.common.block.BlockEnchanter)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['GordontheNiffler'/297, l='MpServer', x=-142.85, y=69.62, z=346.79]]
Chunk stats: MultiplayerChunkCache: 215, 224
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-232,64,240), Chunk: (at 8,4,0 in -15,15; contains blocks -240,0,240 to -225,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 7745 game time, 7745 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: 76 total; [EntitySheep['Sheep'/5195, l='MpServer', x=-142.19, y=64.00, z=416.09], EntitySheep['Sheep'/5196, l='MpServer', x=-142.06, y=64.00, z=419.16], EntitySheep['Sheep'/5197, l='MpServer', x=-149.13, y=64.00, z=409.16], EntitySheep['Sheep'/5198, l='MpServer', x=-142.50, y=66.00, z=422.50], EntityChicken['Chicken'/152, l='MpServer', x=-208.50, y=67.00, z=277.50], EntityChicken['Chicken'/153, l='MpServer', x=-208.75, y=67.00, z=276.84], EntityChicken['Chicken'/154, l='MpServer', x=-204.50, y=67.00, z=275.50], EntityChicken['Chicken'/155, l='MpServer', x=-208.50, y=67.00, z=277.50], EntityChicken['Chicken'/5279, l='MpServer', x=-66.50, y=67.00, z=334.50], EntityCow['Cow'/159, l='MpServer', x=-215.50, y=68.00, z=369.50], EntityCow['Cow'/160, l='MpServer', x=-212.22, y=65.00, z=371.50], EntityChicken['Chicken'/5280, l='MpServer', x=-66.63, y=67.39, z=335.41], EntityCow['Cow'/161, l='MpServer', x=-213.53, y=66.00, z=371.22], EntityCow['Cow'/162, l='MpServer', x=-213.50, y=67.00, z=372.81], EntityChicken['Chicken'/164, l='MpServer', x=-221.50, y=70.00, z=375.50], EntityChicken['Chicken'/166, l='MpServer', x=-221.47, y=70.00, z=373.56], EntityChicken['Chicken'/167, l='MpServer', x=-221.53, y=70.00, z=373.13], EntityCow['Cow'/5290, l='MpServer', x=-67.50, y=68.00, z=361.50], EntityCow['Cow'/5291, l='MpServer', x=-64.50, y=65.00, z=364.78], EntityCow['Cow'/5292, l='MpServer', x=-64.50, y=65.00, z=363.19], EntityCow['Cow'/176, l='MpServer', x=-160.22, y=66.00, z=357.31], EntityCow['Cow'/177, l='MpServer', x=-164.53, y=67.00, z=314.31], EntityCow['Cow'/178, l='MpServer', x=-157.91, y=67.00, z=310.06], EntityCow['Cow'/179, l='MpServer', x=-180.66, y=64.00, z=342.75], EntityChicken['Chicken'/180, l='MpServer', x=-213.50, y=69.00, z=305.50], EntityChicken['Chicken'/182, l='MpServer', x=-212.47, y=74.00, z=305.63], EntityChicken['Chicken'/183, l='MpServer', x=-209.50, y=69.00, z=305.50], EntityChicken['Chicken'/188, l='MpServer', x=-180.50, y=75.00, z=271.50], EntityChicken['Chicken'/189, l='MpServer', x=-179.50, y=74.00, z=272.50], EntityChicken['Chicken'/190, l='MpServer', x=-177.50, y=75.00, z=270.50], EntityZombie['Zombie'/22718, l='MpServer', x=-163.03, y=21.00, z=368.50], EntityChicken['Chicken'/191, l='MpServer', x=-178.50, y=75.00, z=271.50], EntityChicken['Chicken'/205, l='MpServer', x=-147.50, y=70.00, z=293.50], EntityChicken['Chicken'/206, l='MpServer', x=-145.50, y=70.00, z=295.50], EntityChicken['Chicken'/207, l='MpServer', x=-150.44, y=71.00, z=294.44], EntityChicken['Chicken'/208, l='MpServer', x=-148.50, y=71.00, z=291.50], EntityCow['Cow'/209, l='MpServer', x=-136.03, y=64.00, z=380.03], EntityCow['Cow'/210, l='MpServer', x=-145.09, y=66.00, z=369.88], EntityCow['Cow'/211, l='MpServer', x=-138.50, y=65.00, z=380.03], EntityCow['Cow'/212, l='MpServer', x=-134.94, y=64.00, z=383.88], EntitySheep['Sheep'/229, l='MpServer', x=-114.50, y=67.00, z=274.53], EntitySheep['Sheep'/230, l='MpServer', x=-114.50, y=67.00, z=274.53], EntitySheep['Sheep'/231, l='MpServer', x=-114.50, y=66.00, z=273.16], EntitySheep['Sheep'/232, l='MpServer', x=-117.50, y=67.00, z=274.50], EntitySheep['Sheep'/234, l='MpServer', x=-116.88, y=68.00, z=349.25], EntitySheep['Sheep'/235, l='MpServer', x=-100.22, y=65.00, z=357.53], EntitySheep['Sheep'/236, l='MpServer', x=-103.22, y=67.00, z=344.31], EntitySheep['Sheep'/237, l='MpServer', x=-104.13, y=68.00, z=336.06], EntityTrail['unknown'/3315, l='MpServer', x=-142.85, y=69.62, z=346.79], EntitySheep['Sheep'/5372, l='MpServer', x=-63.50, y=67.00, z=269.50], EntitySheep['Sheep'/5375, l='MpServer', x=-63.50, y=68.00, z=266.50], EntitySkeleton['Skeleton'/28970, l='MpServer', x=-71.41, y=18.00, z=405.28], EntityClientPlayerMP['GordontheNiffler'/297, l='MpServer', x=-142.85, y=69.62, z=346.79], EntitySkeleton['Skeleton'/28972, l='MpServer', x=-73.50, y=17.00, z=404.50], EntityCreeper['Creeper'/28973, l='MpServer', x=-72.59, y=17.00, z=406.00], EntityZombie['Zombie'/28976, l='MpServer', x=-217.00, y=20.00, z=387.56], EntityChicken['Chicken'/5443, l='MpServer', x=-62.50, y=68.00, z=329.50], EntitySkeleton['Skeleton'/29007, l='MpServer', x=-208.50, y=23.00, z=274.50], EntityCreeper['Creeper'/29023, l='MpServer', x=-214.50, y=23.00, z=277.50], EntityCreeper['Creeper'/24028, l='MpServer', x=-93.50, y=25.00, z=383.50], EntityZombie['Zombie'/28217, l='MpServer', x=-70.25, y=48.00, z=396.91], EntityBat['Bat'/30296, l='MpServer', x=-85.88, y=40.00, z=362.00], EntitySkeleton['Skeleton'/30411, l='MpServer', x=-83.50, y=43.00, z=425.50], EntityZombie['Zombie'/30413, l='MpServer', x=-77.50, y=33.00, z=419.50], EntityCreeper['Creeper'/30414, l='MpServer', x=-76.50, y=33.00, z=416.50], EntityBat['Bat'/29429, l='MpServer', x=-203.41, y=37.00, z=327.97], EntityWaypointContainer['unknown'/2870, l='MpServer', x=0.00, y=0.00, z=0.00], EntitySkeleton['Skeleton'/29502, l='MpServer', x=-165.88, y=52.00, z=395.50], EntityBat['Bat'/28514, l='MpServer', x=-131.22, y=19.70, z=403.69], EntityCreeper['Creeper'/29563, l='MpServer', x=-82.97, y=20.00, z=298.56], EntitySkeleton['Skeleton'/28612, l='MpServer', x=-154.34, y=33.00, z=366.50], EntityCreeper['Creeper'/28616, l='MpServer', x=-207.50, y=20.00, z=303.50], EntityCreeper['Creeper'/28625, l='MpServer', x=-180.50, y=54.00, z=392.50], EntitySkeleton['Skeleton'/30676, l='MpServer', x=-81.25, y=43.00, z=426.28], EntityCreeper['Creeper'/30677, l='MpServer', x=-78.50, y=33.00, z=415.50], EntityBat['Bat'/29688, l='MpServer', x=-206.44, y=19.00, z=384.75]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:909)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 340172904 bytes (324 MB) / 825823232 bytes (787 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: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 Optifine OptiFine_1.7.10_HD_B4 85 mods loaded, 85 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bcmod{2.6.3} [BCMod (Brad16840 Core Mod)] (BCMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.62} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.62-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.2.3.4} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
arsmagica2{1.4.0.005} [Ars Magica 2] (1.7.10_AM2_1.4.0.005.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChickenShed{1.1.3} [Chicken Shed] ([1.7.2] ChickenShed (v1.1.3).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
adventurebackpack{0.1} [Adventure Backpack] (adventurebackpack-1.7.10-0.7.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AncientWarfare{2.2.58-beta-MC1.7.10} [Ancient Warfare Core] (Ancient-Warfare-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AncientWarfareAutomation{2.2.58-beta-MC1.7.10} [Ancient Warfare Automation] (Ancient-Warfare-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AncientWarfareModeler{2.2.58-beta-MC1.7.10} [Ancient Warfare Model Editor] (Ancient-Warfare-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AncientWarfareNEIPlugin{2.2.58-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (Ancient-Warfare-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AncientWarfareNpc{2.2.58-beta-MC1.7.10} [Ancient Warfare NPCs] (Ancient-Warfare-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AncientWarfareStructure{2.2.58-beta-MC1.7.10} [Ancient Warfare Structures] (Ancient-Warfare-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AncientWarfareVehicle{2.2.58-beta-MC1.7.10} [Ancient Warfare Vehicles] (Ancient-Warfare-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
antiqueatlas{4.0.1a-1.7.10} [Antique Atlas] (Antique-Atlas-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
attainedDrops{1.3} [Attained Drops] (AttainedDrops-1.7.10-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Automagy{0.12} [Automagy] (Automagy-1.7.10-0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
backpacks16840{2.6.1} [Backpacks!] (Backpacks-Mod-by-Brad16840-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BetterAnvil{4.0.0.0} [Better Anvil] (Better-Anvils-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry] (Blood Magic-v1.1.0(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Botania{r1.3-141} [Botania] (Botania r1.3-141.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bucketcraft{V0.1 - 1.7.10} [Bucket Craft] (Bucket-Craft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CharcoalBlock{1.7.10-1.0} [Charcoal Block] (CharcoalBlock-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChestTransporter{1.1.10} [Chest Transporter] (ChestTransporter-1.1.10-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{1.5.6b} [Chisel] (Chisel-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildMod{v1.0} [Build Mod] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoroAI{v1.0} [CoroAI] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisCore{59.0.5} [Immibis Core] (immibis-core-59.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DimensionalAnchors{59.0.2} [Dimensional Anchors] (dimensional-anchor-59.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
enchvil{1.0} [Enchvil Mod] (Enchvil-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.5.24} [EnderStorage] (Ender-Storage-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnndsCore{2.1.1.109-b} [Ennds] (EnndsCore-2.1.1.109-b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
extraachievements{2.1.1} [Extra Achievements] (Extra-Achievements-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-162.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForbiddenMagic{1.7.10-0.55} [Forbidden Magic] (Forbidden Magic-1.7.10-0.55.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ganysnether{1.7.5} [Gany's Nether] (Ganys Nether-1.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
glowstoneseeds{V0.1 - 1.7.10} [Glowstone Seeds] (Glowstone-Seeds-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GollumCoreLib{2.0.0} [Gollum Core Lib] (Gollum-Core-Lib-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_Invasion{1.1.2} [Invasion] (Invasion-1.1.2-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.41.729} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MagiaNaturalis{0.1.1} [§2Magia Naturalis] (MagiaNaturalis-1.7.10-0.1.2c.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
wuppy29_magicalexperience{1.1.4.4} [Magical Experience] (Magical-Experience-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Metallurgy{4.0.5} [Metallurgy 4] (Metallurgy-1.7.10-4.0.5.75.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MorePistons{2.0.0 Beta 1.0} [More Pistons] (More-Pistons-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoreFurnaces{1.3.9} [More Furnaces] (MoreFurnaces-1.3.9-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MultiPageChest{1.3.2} [Multi Page Chest] (MultiPageChest-1.3.2-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NodalMechanics{1.7.10R1.0} [NodalMechanics] (Nodal-Mechanics-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
oreganic{R1.2} [Oreganics] (Oreganics-MC1.7.10 - R1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pplus{1.7.10} [Peaceful+] (Peaceful Plus [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PetBat{1.3.6} [Pet Bat] (Pet-Bat-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
runicdungeons{0.9} [Runic Dungeons] (Runic-Dungeons-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Sync{4.0.0} [Sync] (Sync-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Talismans 2{1.0.0} [Talismans 2] (Talismans2-1.7.10-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
thaumcraftneiplugin{1.7.10-1.6a} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.6a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicMachina{1.7.10-0.1.0 (Open-Beta)} [Thaumic Machina] (Thaumic-Machina-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TU{1.0} [Thaumic Upholstry] (Thaumic_Upholstry-1.1_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThaumicHorizons{1.0} [Thaumic Horizons] (thaumichorizons-1.7.10-1.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
trevelations{1.0} [Thaumic Revelations] (ThaumicRevelations-1.7.10-v0.1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
wuppy29_peacefulpack{1.1.8.2} [Peacefulpack] (The-Peacefulpack-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
UsefulFood{1.5.0} [UsefulFood] (UsefulFood-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ggutils{0.1.1.1} [Gnom Gnom's Utils] (Utils-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
VanillaPlus{1.4.1} [VanillaPlus] (Vanilla-Plus-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
warpbook{1.1.42} [Warp Book] (Warp-Book-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WarpTheory{1.7.10R1.0} [WarpTheory] (WarpTheory-1.7-1.0-24.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
witchery{0.20.6} [Witchery] (witchery-1.7.10-0.20.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ZAMod{v1.9.5} [Zombie Awareness] (ZombieAwareness-1.9.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.2.1291
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 8650G GL version 4.2.12198 Compatibility Profile Context 12.102.1.8000, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
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: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Just checked. it's back up.
But from the top of my head I would fix the elemental fire like this:
When an elemental fire bottle is thrown, a timer with a certain ID is created and starts ticking down. The resulting fire will have a sourceID property which will correspond to the timer ID. When the fire spreads, all the fires inherit the sourceID value. That way, when the timer reaches zero, all the fires that correspond to it's ID are extinguished.
This will let the fire work as usual but never get out of hand, as it will vanish eventually. It also helps with balancing it's power / cost.
About how much time would you let the fire screw around? I don't know which are typical uses of the thing. Maybe 3-5 minutes?
can any one help ..?!!!
Lest's do it