I don't know where you get your information from but http://yp.shoutcast.com/sbin/tunein-station.m3u?id=107656 is a link to deal with the correct m3u (it is generated before every download) on shoutcast.com. If you open this m3u on e.g. winamp you can copy out the direct stream-url from the radio station you wanna listen to. The provided link cant work't because the file is empty in the web-folder and the system isn't able to handle a download and extract the URL out of it.
Just tried this out . Yes I was able to download the tunein-station.m3u to the destop and open it in notepad and then copy the URL to the jukebox GUI . Thank You for your help , but young kids are not going to figure this out .
The information needs to be added to the instructions or simplified. I'm having to figure out how this mod works first and then explain to a 5 and 10 year old for them to use it , not a lot of parents are going to do this . If someone could add in a config file with 10 default radio URL's and then add in code to load the default jukebox radio stations from the config file ; also still allowing for the manual input of a radio URL (to be saved into the config file) , into the Jukebox GUI (make it a scroll box with up and down arrows ). The target audience of your mod , can be as young as 4 years old and it needs to be simplified as much as possible .
An adventure mode tutorial map , can be created to teach young players how to use all the items in the mod . Then post the sample map to opening page .
Just tried this out . Yes I was able to download the tunein-station.m3u to the destop and open it in notepad and then copy the URL to the jukebox GUI . Thank You for your help , but young kids are not going to figure this out .
The information needs to be added to the instructions or simplified. I'm having to figure out how this mod works first and then explain to a 5 and 10 year old for them to use it , not a lot of parents are going to do this . If someone could add in a config file with 10 default radio URL's and then add in code to load the default jukebox radio stations from the config file ; also still allowing for the manual input of a radio URL (to be saved into the config file) , into the Jukebox GUI (make it a scroll box with up and down arrows ). The target audience of your mod , can be as young as 4 years old and it needs to be simplified as much as possible .
An adventure mode tutorial map , can be created to teach young players how to use all the items in the mod . Then post the sample map to opening page .
To be quite honest most of your guides over complicate it in the first place.
Here's actual simple: (corrected by Nitroxydex)
1. go to a streaming service that gives .m3u or .pls stations, a good example is Radio Nintendo or radionomy.
2. right click the download link for the m3u or pls file and select "Copy Link Location"
3. Paste it into the jukebox cart.
4. Hit play.
To be quite honest most of your guides over complicate it in the first place.
Here's actual simple: (corrected by Nitroxydex)
1. go to a streaming service that gives .m3u or .pls stations, a good example is Radio Nintendo or radionomy.
2. right click the download link for the m3u or pls file and select "Copy Link Location"
3. Paste it into the jukebox cart.
4. Hit play.
Seriously, this isn't rocket science, we don't make it more complex than it actually is.
Thanks again I figured it out . I haven't written any computer code in many years , not my day job , but I have been able to follow whats going on in the source . I'm not trying to be condescending here , but kids 5 years old are going to be using the mod . Young Kids are not going to figure this out , then they will loose interest in playing with the trancraft mod . That's why I suggested the change in the GUIjukebox.java source .
https://minecraft.net/en/stats/ after searching around the net I got some statistics of age demographics , about 21 percent of those players are 11 years and younger . The release of the education version of minecraft will target Jr and Sr Kindergarten , grades 1 - 5 .
Thanks again I figured it out . I haven't written any computer code in many years , not my day job , but I have been able to follow whats going on in the source . I'm not trying to be condescending here , but kids 5 years old are going to be using the mod . Young Kids are not going to figure this out , then they will loose interest in playing with the trancraft mod . That's why I suggested the change in the GUIjukebox.java source .
https://minecraft.net/en/stats/ after searching around the net I got some statistics of age demographics , about 21 percent of those players are 11 years and younger . The release of the education version of minecraft will target Jr and Sr Kindergarten , grades 1 - 5 .
Well, not to be a jerk, but if they cant follow a simple procedure like this, they shouldn't be trying to use the feature. And there's more to the mod than the jukebox, heck at one point we even removed it because it was gonna be too much trouble to get working.
Not to mention children usually have the attention span of a week at best in the first place.
Changing the jukebox GUI to be more supportive of other links just isn't gonna happen because we'd have to make our own URL parsing code rather than relying off what java just does for us, its not gonna be as efficient, it will take a long while to implement, and we just plain have better things to do. Its really not worth that effort just to simplify an already easy process.
And adding preset URL's just isn't gonna happen because we don't have the rights to do it. I know people do this kinda stuff all the time but ignorance doesn't make it okay.
Thanks again I figured it out . I haven't written any computer code in many years , not my day job , but I have been able to follow whats going on in the source . I'm not trying to be condescending here , but kids 5 years old are going to be using the mod . Young Kids are not going to figure this out , then they will loose interest in playing with the trancraft mod . That's why I suggested the change in the GUIjukebox.java source .
https://minecraft.net/en/stats/ after searching around the net I got some statistics of age demographics , about 21 percent of those players are 11 years and younger . The release of the education version of minecraft will target Jr and Sr Kindergarten , grades 1 - 5 .
Do you really think those kids know how to install mods? And how do you even know those demographs are correct? It could just aswell be a "stoopid", (one that doesn't make sense) study thing... Or a survey filled in by lots of trolls...
Do you really think those kids know how to install mods? And how do you even know those demographs are correct? It could just aswell be a "stoopid", (one that doesn't make sense) study thing... Or a survey filled in by lots of trolls.
As a parent I just stated a fact that , my kids had to come to me for help . Yes my 10 year old can install a mod , the 5 year old no . Neither one could figure out how the jukebox car worked . After reading through the GUIjukebox.java source, I could see that the *.m3u was being parsed correctly . I could see that the ending on some web links was being ignored . None of this information is going to be understood by a child . The statistics of how many PC/Java games sold worldwide , is supplied by Mojang . Minecraft Education Version is targeted as a teaching medium for children and will be set up in schools by I.T.'s , mods and all ! . Common sense tells me , I'm more inclined to believe , that millions of children are going to be the ones playing with Traincraft , as the majority of teenagers and adults are preoccupied with more mature endeavors . Why you replied to to my post , I don't know , it did nothing to advance the discussion about an enhancement to simplify the Traincraft jukebox GUI . Sorry , it is what it is !
Well, not to be a jerk, but if they cant follow a simple procedure like this, they shouldn't be trying to use the feature. And there's more to the mod than the jukebox, heck at one point we even removed it because it was gonna be too much trouble to get working.
Not to mention children usually have the attention span of a week at best in the first place.
Changing the jukebox GUI to be more supportive of other links just isn't gonna happen because we'd have to make our own URL parsing code rather than relying off what java just does for us, its not gonna be as efficient, it will take a long while to implement, and we just plain have better things to do. Its really not worth that effort just to simplify an already easy process.
And adding preset URL's just isn't gonna happen because we don't have the rights to do it. I know people do this kinda stuff all the time but ignorance doesn't make it okay.
Thanks for your reply , what i was suggesting is not to support alternate parsing for all the music sites out there , but just add a default config file , read / write ability to the jukebox GUI window with scrolling up / down buttons .
I actually ment the "21% of the players" thing... Because the amount of games sold is from a solid source, but I seem to find it hard to believe that those 21% is under 11 is incorrect. And well, most kids have trouble with installing mods, maybe your kids don't, but I had to help my neighbors kid to install some mods and he's 10, he didn't understand how to install them and I'm sure most of those kids don't. So yeah... That's basically why I responded. Have a good day sir ^^
P.s. If you want the actual radio mod which is the origin of the jukebox card, search for dragons radio mod. It has buttons to scroll between channels Aswell as save specific channels to your radio.
i'm having issues with traincraft please help me fix it here's the crash report it happens when i place a train in the world p.s i'm using FTB Direwolf20 modpack with other mods i have to use those mods because of the structures i made p.s the crash report
---- Minecraf says server after the date for some reason t Crash Report ----
// Sorry
Time: 9/17/16 12:02 PM
Description: Ticking entity
java.lang.NoSuchMethodError: mods.railcraft.api.tracks.RailTools.isRailBlockAt(Lnet/minecraft/world/IBlockAccess;III)Z
at train.common.api.EntityRollingStock.func_70071_h_(EntityRollingStock.java:885)
at train.common.api.Locomotive.func_70071_h_(Locomotive.java:566)
at train.common.api.DieselTrain.func_70071_h_(DieselTrain.java:54)
at train.common.entity.rollingStock.EntityLocoDieselSD70.func_70071_h_(EntityLocoDieselSD70.java:118)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
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 train.common.api.EntityRollingStock.func_70071_h_(EntityRollingStock.java:885)
at train.common.api.Locomotive.func_70071_h_(Locomotive.java:566)
at train.common.api.DieselTrain.func_70071_h_(DieselTrain.java:54)
at train.common.entity.rollingStock.EntityLocoDieselSD70.func_70071_h_(EntityLocoDieselSD70.java:118)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
-- Entity being ticked --
Details:
Entity Type: tc.Loco Diesel SD70 (train.common.entity.rollingStock.EntityLocoDieselSD70)
Entity ID: 19864
Entity Name: locoDieselSD70
Entity's Exact location: 1110.50, 5.15, 66.50
Entity's Block location: World: (1110,5,66), Chunk: (at 6,0,2 in 69,4; contains blocks 1104,0,64 to 1119,255,79), Region: (2,0; contains chunks 64,0 to 95,31, blocks 1024,0,0 to 1535,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: meap backyp
All players: 1 total; [GCEntityPlayerMP['TommyMcGee2015'/19863, l='meap backyp', x=1107.10, y=4.00, z=65.11]]
Chunk stats: ServerChunkCache: 1621 Drop: 272
Level seed: -8626729986160704355
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-370,4,1245), Chunk: (at 14,0,13 in -24,77; contains blocks -384,0,1232 to -369,255,1247), Region: (-1,2; contains chunks -32,64 to -1,95, blocks -512,0,1024 to -1,255,1535)
Level time: 8163889 game time, 6491239 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 75418 (now: false), thunder time: 107990 (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:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
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 10 (amd64) version 10.0
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1558884792 bytes (1486 MB) / 3798142976 bytes (3622 MB) up to 6407585792 bytes (6110 MB)
JVM Flags: 7 total; -Xms256M -Xmx6144M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CICompilerCountPerCPU -XX:+TieredCompilation
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.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 219 mods loaded, 219 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA LanteaCraft-Core{1.0} [LanteaCraft Core] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA OpenComputers|Core{1.6.0.3-rc.1} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJAAAA tennox_bacteria{2.3.2} [Bacteria Mod] (BacteriaMod-1.7.10-2.3.2.jar)
UCHIJAAAA bdlib{1.9.3.107} [BD Lib] (bdlib-1.9.3.107-mc1.7.10.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA betterstorage{0.13.1.127} [BetterStorage] (BetterStorage-1.7.10-0.13.1.127.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA IC2{2.2.810-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.810-experimental.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCHIJAAAA Forestry{3.6.3.20} [Forestry for Minecraft] (forestry_1.7.10-3.6.3.20.jar)
UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA Billund{1.0.0} [CCMODNAME] (Billund-1.7.X-1.0.0.B6-universal.jar)
UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAAAA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
UCHIJAAAA CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHIJAAAA CopiousDogs{${mcversion}-${version}} [Copious Dogs] (copious-dogs-1.7.10-1.1.2.jar)
UCHIJAAAA BuildMod{v1.0} [Build Mod] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CoroPets{v1.0} [CoroPets] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CoroAI{v1.0} [CoroAI] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
UCHIJAAAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAAAA DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.31_beta.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.422_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.422_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJAAAA factorization.dimensionalSlice{0.8.88.8.8888g} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJAAAA factorization{0.8.88.8.8888g} [Factorization] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJAAAA factorization.misc{0.8.88.8.8888g} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
UCHIJAAAA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
UCHIJAAAA FoodPlus{3.2rS} [§bFood Plus] (FoodPlus-1.7.2-3.2rS.jar)
UCHIJAAAA FTBL{1.0.11.3} [FTBLib] (FTBLib-1.7.10-1.0.11.3.jar)
UCHIJAAAA FTBU{1.0.11.3} [FTBUtilities] (FTBUtilities-1.7.10-1.0.11.3.jar)
UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.460.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.460.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-508.jar)
UCHIJAAAA MagicBees{1.7.10-2.3.6} [Magic Bees] (magicbees-1.7.10-2.3.6.jar)
UCHIJAAAA gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCHIJAAAA Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar)
UCHIJAAAA Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0a (1).jar)
UCHIJAAAA Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar)
UCHIJAAAA Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCHIJAAAA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
UCHIJAAAA IC2NuclearControl{2.3.3a-Exist} [Nuclear Control 2] (IC2NuclearControl-2.3.3a-Exist.jar)
UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA ism{1.2.1a} [Instant Structures Mod (ISM)] (ism-1.2.1a.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA OpenComputers{1.6.0.3-rc.1} [OpenComputers] (OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar)
UCHIJAAAA LanteaCraft{1.0.0-70} [LanteaCraft] (LanteaCraft-1.7.10-70.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJAAAA MCA{1.7.10-5.1.1.0} [Minecraft Comes Alive] (MCA-1.7.10-5.1.1.0-universal.jar)
UCHIJAAAA Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UCHIJAAAA MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
UCHIJAAAA MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.265.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UCHIJAAAA MoarFood{V5.9.2} [MoarFood] (MoarFood-5.9.2.jar)
UCHIJAAAA numina{0.4.0.119} [Numina] (Numina-0.4.0.119.jar)
UCHIJAAAA powersuits{0.11.0.293} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.293.jar)
UCHIJAAAA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCHIJAAAA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCHIJAAAA Morpheus{1.7.10-1.6.20} [Morpheus] (Morpheus-1.7.10-1.6.20.jar)
UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UCHIJAAAA NEIAddons{1.12.11.36} [NEI Addons] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.11.36} [NEI Addons: Developer Tools] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.11.36} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.11.36} [NEI Addons: Botany] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.11.36} [NEI Addons: Forestry] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.11.36} [NEI Addons: Crafting Tables] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.11.36} [NEI Addons: Ex Nihilo] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.12} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.12.jar)
UCHIJAAAA NotEnoughCodecs{0.3} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.3-snapshot-11.jar)
UCHIJAAAA notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UCHIJAAAA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCHIJAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UCHIJAAAA OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.2.jar)
UCHIJAAAA OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.4.jar)
UCHIJAAAA OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.3.jar)
UCHIJAAAA PneumaticCraft{1.12.3-146} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.3-146-universal.jar)
UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
UCHIJAAAA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCHIJAAAA rftools{4.13} [RFTools] (rftools-4.13.jar)
UCHIJAAAA corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c (1).jar)
UCHIJAAAA punt{1.7.10-10.13.0-16.1} [Punt] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA whitehall{1.7.10-10.13.0-16.1} [Whitehall] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA hoy{1.7.10-10.13.0-16.1} [Hoy] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA smallboats{1.7.10-10.13.0-16.1} [SmallBoats (base)] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHIJAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
UCHIJAAAA Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJAAAA camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
UCHIJAAAA kitchen{1.3.18} [The Kitchen Mod] (TheKitchenMod-1.3.18-1.7.2-10 (1).jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
UCHIJAAAA tc{4.3.0_001} [Traincraft] (TrainCraft-4.3.0_001.jar)
UCHIJAAAA Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
UCHIJAAAA tropicraft{v6.0.5} [Tropicraft] (tropicraft-6.0.5.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA pm{1.0} [Pizza Mod] (WilderbeastsPizzaModv1.0(1.7.10) (1).jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA aobd{2.8.4} [Another One Bites The Dust] (AOBD-2.8.4.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
MineFactoryReloaded: -[1.7.10]2.8.0-104
RedstoneArsenal: -[1.7.10]1.1.1-89
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* API_NEK (1.2.0) from NotEnoughKeys-1.7.10-3.0.0b43-universal.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-508.jar
* Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.14.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.14.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.14.jar
* BuildCraftAPI|tools (1.0) from forestry_1.7.10-3.6.3.20.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.1.14.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.4.10.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.4.10.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.4.10.jar
* CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.31_beta.jar
* CoFHAPI|block (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|energy (1.7.10R1.0.2) from Flans Mod-1.7.10-4.10.0.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.422_beta.jar
* CoFHAPI|item (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.1.3.jar
* CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|slot (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world|feature (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* CSLib|API (1.0) from Decocraft-2.2.1_1.7.10.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* factorization notification system (1.0) from Factorization-1.7.10-0.8.88.8.8888g.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.460.jar
* gendustryAPI (2.1.0) from gendustry-1.5.2.107-mc1.7.10.jar
* GrowthcraftAPI|Bees (2.0) from growthcraft-bees-1.7.10-2.1.0.jar
* GrowthcraftAPI|Cellar (2.0) from growthcraft-cellar-1.7.10-2.1.0a (1).jar
* GrowthcraftAPI|Core (2.0) from growthcraft-fishtrap-1.7.10-2.1.0a.jar
* GrowthcraftAPI|FishTrap (2.0) from growthcraft-fishtrap-1.7.10-2.1.0a.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* IC2API (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* McJtyLib (1.8.0) from mcjtylib-1.8.0.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.01.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.3.3a-Exist.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenPeripheralApi (3.3.1) from OpenPeripheralCore-1.7.10-1.2.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.3-146-universal.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|carts (1.5.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|core (1.5.0) from TrainCraft-4.3.0_001.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|fuel (1.0.0) from TrainCraft-4.3.0_001.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|signals (1.3.4) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|tracks (2.3.0) from TrainCraft-4.3.0_001.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.8.0.0.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* The RF API that is being used (1.7.10R1.0.13 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from Flans Mod-1.7.10-4.10.0.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:ON
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [GCEntityPlayerMP['TommyMcGee2015'/19863, l='meap backyp', x=1107.10, y=4.00, z=65.11]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
I've noticed that this mod CTD's with Tinker's Construct in my 1.7.10 build.
Tried removing TiC and it's components, all good.
Removed TC and put back TiC, and all good, but if both TC and TiC are in, CTD on loading.
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 9/16/16 3:27 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoWeapon
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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)
Caused by: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoWeapon
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:42)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.AmmoWeapon
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 35 more
Caused by: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoItem
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.AmmoItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 41 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I've noticed that this mod CTD's with Tinker's Construct in my 1.7.10 build.
Tried removing TiC and it's components, all good.
Removed TC and put back TiC, and all good, but if both TC and TiC are in, CTD on loading.
---- Minecraft Crash Report ----
// I just don't know what went wrong
There is no where in that log that it mentions TC only something to do with TIC ammo maybe check your Ids and make sure there isn't a conflict otherwise you might be missing a TIC dependency.
i'm having issues with traincraft please help me fix it here's the crash report it happens when i place a train in the world p.s i'm using FTB Direwolf20 modpack with other mods i have to use those mods because of the structures i made p.s the crash report
--cut because too long--
please help me resolve this crash
This error was fixed in version 003, its also fixed from updating railcraft, update the mod (or get off the dev builds). Also, use spoilers or stick the issue on the github, this is MASSIVE for a forum. (I manually removed it in quote)
//EDIT: okay well curse/MCForum/whatever this place is, didn't load this page till after i replied, good to see you got it fixed.
I've noticed that this mod CTD's with Tinker's Construct in my 1.7.10 build.
Tried removing TiC and it's components, all good.
Removed TC and put back TiC, and all good, but if both TC and TiC are in, CTD on loading.
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 9/16/16 3:27 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoWeapon
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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)
Caused by: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoWeapon
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:42)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.AmmoWeapon
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 35 more
Caused by: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoItem
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.AmmoItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 41 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
This is a Tinker's construct error according to the log, not a TC one. It could be some form of ID conflict if you are on TC 002 or 001, we finished removing the ID's in 003+ so it wont happen there. But otherwise, there's nothing in this error log to note that TC has any relation to the error.
You can mostly tell the issue from the class not found error:
"Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.AmmoWeapon"
Theres nothing before it besides the loader either, so it's unlikely it's attempting to be called in by another mod.
As a side note I personally use Tinker's construct alongside TC with no errors.
Just tried this out . Yes I was able to download the tunein-station.m3u to the destop and open it in notepad and then copy the URL to the jukebox GUI . Thank You for your help , but young kids are not going to figure this out .
The information needs to be added to the instructions or simplified. I'm having to figure out how this mod works first and then explain to a 5 and 10 year old for them to use it , not a lot of parents are going to do this . If someone could add in a config file with 10 default radio URL's and then add in code to load the default jukebox radio stations from the config file ; also still allowing for the manual input of a radio URL (to be saved into the config file) , into the Jukebox GUI (make it a scroll box with up and down arrows ). The target audience of your mod , can be as young as 4 years old and it needs to be simplified as much as possible .
An adventure mode tutorial map , can be created to teach young players how to use all the items in the mod . Then post the sample map to opening page .
To be quite honest most of your guides over complicate it in the first place.
Here's actual simple: (corrected by Nitroxydex)
1. go to a streaming service that gives .m3u or .pls stations, a good example is Radio Nintendo or radionomy.
2. right click the download link for the m3u or pls file and select "Copy Link Location"
3. Paste it into the jukebox cart.
4. Hit play.
Streams that have a url with anything after .m3u/.pls will not work, in most cases an m3u file on your computer will work, but only in single player, it will fail, and probably cause errors in multiplayer.
Examples:
Good: "http://play.radionintendo.com/shinesparkers.m3u"
bad: "http://yp.shoutcast.com/sbin/tunein-station.m3u?id=898221"
Single Player ONLY: "file:///C:/Users/Derp/Desktop/Station.m3u"
Seriously, this isn't rocket science, we don't make it more complex than it actually is.
Traincraft and TiM official links:
Source code - Traincraft 1.7.10 port
Source code - My 1.7+ Traincraft rewrite & Trains In Motion
Public Traincraft discord chat (we're always hanging around here, text & voice, no download needed to join)
Traincraft official download via curse
Thanks again I figured it out . I haven't written any computer code in many years , not my day job , but I have been able to follow whats going on in the source . I'm not trying to be condescending here , but kids 5 years old are going to be using the mod . Young Kids are not going to figure this out , then they will loose interest in playing with the trancraft mod . That's why I suggested the change in the GUIjukebox.java source .
https://minecraft.net/en/stats/ after searching around the net I got some statistics of age demographics , about 21 percent of those players are 11 years and younger . The release of the education version of minecraft will target Jr and Sr Kindergarten , grades 1 - 5 .
Well, not to be a jerk, but if they cant follow a simple procedure like this, they shouldn't be trying to use the feature. And there's more to the mod than the jukebox, heck at one point we even removed it because it was gonna be too much trouble to get working.
Not to mention children usually have the attention span of a week at best in the first place.
Changing the jukebox GUI to be more supportive of other links just isn't gonna happen because we'd have to make our own URL parsing code rather than relying off what java just does for us, its not gonna be as efficient, it will take a long while to implement, and we just plain have better things to do. Its really not worth that effort just to simplify an already easy process.
And adding preset URL's just isn't gonna happen because we don't have the rights to do it. I know people do this kinda stuff all the time but ignorance doesn't make it okay.
Traincraft and TiM official links:
Source code - Traincraft 1.7.10 port
Source code - My 1.7+ Traincraft rewrite & Trains In Motion
Public Traincraft discord chat (we're always hanging around here, text & voice, no download needed to join)
Traincraft official download via curse
Do you really think those kids know how to install mods? And how do you even know those demographs are correct? It could just aswell be a "stoopid", (one that doesn't make sense) study thing... Or a survey filled in by lots of trolls...
Creative Department of the Zora no Densha train mod.
Follow me on twitter https://twitter.com/ThomasWaagenaar for the latest updates regarding modeling.
If you have any questions, feel free to send a message.
As a parent I just stated a fact that , my kids had to come to me for help . Yes my 10 year old can install a mod , the 5 year old no . Neither one could figure out how the jukebox car worked . After reading through the GUIjukebox.java source, I could see that the *.m3u was being parsed correctly . I could see that the ending on some web links was being ignored . None of this information is going to be understood by a child . The statistics of how many PC/Java games sold worldwide , is supplied by Mojang . Minecraft Education Version is targeted as a teaching medium for children and will be set up in schools by I.T.'s , mods and all ! . Common sense tells me , I'm more inclined to believe , that millions of children are going to be the ones playing with Traincraft , as the majority of teenagers and adults are preoccupied with more mature endeavors . Why you replied to to my post , I don't know , it did nothing to advance the discussion about an enhancement to simplify the Traincraft jukebox GUI . Sorry , it is what it is !
Thanks for your reply , what i was suggesting is not to support alternate parsing for all the music sites out there , but just add a default config file , read / write ability to the jukebox GUI window with scrolling up / down buttons .
That would be amazing, how would you host it, via cauldron or something?
"If you can't explain it simply, you don't understand it well enough." - Albert Einstein
If your talking about on a server then yes, but for everyone's sake never host it on a PC, get a host of some kind.
I actually ment the "21% of the players" thing... Because the amount of games sold is from a solid source, but I seem to find it hard to believe that those 21% is under 11 is incorrect. And well, most kids have trouble with installing mods, maybe your kids don't, but I had to help my neighbors kid to install some mods and he's 10, he didn't understand how to install them and I'm sure most of those kids don't. So yeah... That's basically why I responded. Have a good day sir ^^
P.s. If you want the actual radio mod which is the origin of the jukebox card, search for dragons radio mod. It has buttons to scroll between channels Aswell as save specific channels to your radio.
Creative Department of the Zora no Densha train mod.
Follow me on twitter https://twitter.com/ThomasWaagenaar for the latest updates regarding modeling.
If you have any questions, feel free to send a message.
// Sorry
Description: Ticking entity java.lang.NoSuchMethodError: mods.railcraft.api.tracks.RailTools.isRailBlockAt(Lnet/minecraft/world/IBlockAccess;III)Z
at train.common.api.EntityRollingStock.func_70071_h_(EntityRollingStock.java:885)
at train.common.api.Locomotive.func_70071_h_(Locomotive.java:566)
at train.common.api.DieselTrain.func_70071_h_(DieselTrain.java:54)
at train.common.entity.rollingStock.EntityLocoDieselSD70.func_70071_h_(EntityLocoDieselSD70.java:118)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
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 train.common.api.EntityRollingStock.func_70071_h_(EntityRollingStock.java:885)
at train.common.api.Locomotive.func_70071_h_(Locomotive.java:566)
at train.common.api.DieselTrain.func_70071_h_(DieselTrain.java:54)
at train.common.entity.rollingStock.EntityLocoDieselSD70.func_70071_h_(EntityLocoDieselSD70.java:118)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034) -- Entity being ticked --
Details:
Entity Type: tc.Loco Diesel SD70 (train.common.entity.rollingStock.EntityLocoDieselSD70)
Entity ID: 19864
Entity Name: locoDieselSD70
Entity's Exact location: 1110.50, 5.15, 66.50
Entity's Block location: World: (1110,5,66), Chunk: (at 6,0,2 in 69,4; contains blocks 1104,0,64 to 1119,255,79), Region: (2,0; contains chunks 64,0 to 95,31, blocks 1024,0,0 to 1535,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) -- Affected level --
Details:
Level name: meap backyp
All players: 1 total; [GCEntityPlayerMP['TommyMcGee2015'/19863, l='meap backyp', x=1107.10, y=4.00, z=65.11]]
Chunk stats: ServerChunkCache: 1621 Drop: 272
Level seed: -8626729986160704355
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-370,4,1245), Chunk: (at 14,0,13 in -24,77; contains blocks -384,0,1232 to -369,255,1247), Region: (-1,2; contains chunks -32,64 to -1,95, blocks -512,0,1024 to -1,255,1535)
Level time: 8163889 game time, 6491239 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 75418 (now: false), thunder time: 107990 (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:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
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 10 (amd64) version 10.0
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1558884792 bytes (1486 MB) / 3798142976 bytes (3622 MB) up to 6407585792 bytes (6110 MB)
JVM Flags: 7 total; -Xms256M -Xmx6144M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CICompilerCountPerCPU -XX:+TieredCompilation
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.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 219 mods loaded, 219 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA LanteaCraft-Core{1.0} [LanteaCraft Core] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAA OpenComputers|Core{1.6.0.3-rc.1} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJAAAA tennox_bacteria{2.3.2} [Bacteria Mod] (BacteriaMod-1.7.10-2.3.2.jar)
UCHIJAAAA bdlib{1.9.3.107} [BD Lib] (bdlib-1.9.3.107-mc1.7.10.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA betterstorage{0.13.1.127} [BetterStorage] (BetterStorage-1.7.10-0.13.1.127.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA IC2{2.2.810-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.810-experimental.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCHIJAAAA Forestry{3.6.3.20} [Forestry for Minecraft] (forestry_1.7.10-3.6.3.20.jar)
UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA Billund{1.0.0} [CCMODNAME] (Billund-1.7.X-1.0.0.B6-universal.jar)
UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAAAA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
UCHIJAAAA CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHIJAAAA CopiousDogs{${mcversion}-${version}} [Copious Dogs] (copious-dogs-1.7.10-1.1.2.jar)
UCHIJAAAA BuildMod{v1.0} [Build Mod] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CoroPets{v1.0} [CoroPets] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CoroAI{v1.0} [CoroAI] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
UCHIJAAAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAAAA DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.31_beta.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.422_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.422_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJAAAA factorization.dimensionalSlice{0.8.88.8.8888g} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJAAAA factorization{0.8.88.8.8888g} [Factorization] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJAAAA factorization.misc{0.8.88.8.8888g} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.88.8.8888g.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
UCHIJAAAA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)
UCHIJAAAA FoodPlus{3.2rS} [§bFood Plus] (FoodPlus-1.7.2-3.2rS.jar)
UCHIJAAAA FTBL{1.0.11.3} [FTBLib] (FTBLib-1.7.10-1.0.11.3.jar)
UCHIJAAAA FTBU{1.0.11.3} [FTBUtilities] (FTBUtilities-1.7.10-1.0.11.3.jar)
UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.460.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.460.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-508.jar)
UCHIJAAAA MagicBees{1.7.10-2.3.6} [Magic Bees] (magicbees-1.7.10-2.3.6.jar)
UCHIJAAAA gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCHIJAAAA Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar)
UCHIJAAAA Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0a (1).jar)
UCHIJAAAA Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar)
UCHIJAAAA Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCHIJAAAA HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar)
UCHIJAAAA IC2NuclearControl{2.3.3a-Exist} [Nuclear Control 2] (IC2NuclearControl-2.3.3a-Exist.jar)
UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA ism{1.2.1a} [Instant Structures Mod (ISM)] (ism-1.2.1a.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.1.0.31-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA OpenComputers{1.6.0.3-rc.1} [OpenComputers] (OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar)
UCHIJAAAA LanteaCraft{1.0.0-70} [LanteaCraft] (LanteaCraft-1.7.10-70.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJAAAA MCA{1.7.10-5.1.1.0} [Minecraft Comes Alive] (MCA-1.7.10-5.1.1.0-universal.jar)
UCHIJAAAA Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
UCHIJAAAA MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
UCHIJAAAA MekanismTools{8.1.9} [MekanismTools] (MekanismTools-1.7.10-8.1.9.265.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UCHIJAAAA MoarFood{V5.9.2} [MoarFood] (MoarFood-5.9.2.jar)
UCHIJAAAA numina{0.4.0.119} [Numina] (Numina-0.4.0.119.jar)
UCHIJAAAA powersuits{0.11.0.293} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.293.jar)
UCHIJAAAA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCHIJAAAA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCHIJAAAA Morpheus{1.7.10-1.6.20} [Morpheus] (Morpheus-1.7.10-1.6.20.jar)
UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UCHIJAAAA NEIAddons{1.12.11.36} [NEI Addons] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.11.36} [NEI Addons: Developer Tools] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.11.36} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.11.36} [NEI Addons: Botany] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.11.36} [NEI Addons: Forestry] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.11.36} [NEI Addons: Crafting Tables] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.11.36} [NEI Addons: Ex Nihilo] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.12} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.12.jar)
UCHIJAAAA NotEnoughCodecs{0.3} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.3-snapshot-11.jar)
UCHIJAAAA notenoughkeys{@[email protected]} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UCHIJAAAA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCHIJAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UCHIJAAAA OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.2.jar)
UCHIJAAAA OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.4.jar)
UCHIJAAAA OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.3.jar)
UCHIJAAAA PneumaticCraft{1.12.3-146} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.3-146-universal.jar)
UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
UCHIJAAAA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCHIJAAAA rftools{4.13} [RFTools] (rftools-4.13.jar)
UCHIJAAAA corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c (1).jar)
UCHIJAAAA punt{1.7.10-10.13.0-16.1} [Punt] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA whitehall{1.7.10-10.13.0-16.1} [Whitehall] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA hoy{1.7.10-10.13.0-16.1} [Hoy] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA smallboats{1.7.10-10.13.0-16.1} [SmallBoats (base)] (smallboats-1.7.10-10.13.0-16.1.jar)
UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHIJAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
UCHIJAAAA Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJAAAA camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
UCHIJAAAA kitchen{1.3.18} [The Kitchen Mod] (TheKitchenMod-1.3.18-1.7.2-10 (1).jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar)
UCHIJAAAA tc{4.3.0_001} [Traincraft] (TrainCraft-4.3.0_001.jar)
UCHIJAAAA Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
UCHIJAAAA tropicraft{v6.0.5} [Tropicraft] (tropicraft-6.0.5.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA pm{1.0} [Pizza Mod] (WilderbeastsPizzaModv1.0(1.7.10) (1).jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA aobd{2.8.4} [Another One Bites The Dust] (AOBD-2.8.4.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
MineFactoryReloaded: -[1.7.10]2.8.0-104
RedstoneArsenal: -[1.7.10]1.1.1-89
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* API_NEK (1.2.0) from NotEnoughKeys-1.7.10-3.0.0b43-universal.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-508.jar
* Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.14.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.14.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.14.jar
* BuildCraftAPI|tools (1.0) from forestry_1.7.10-3.6.3.20.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.1.14.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.4.10.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.4.10.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.4.10.jar
* CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.31_beta.jar
* CoFHAPI|block (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|energy (1.7.10R1.0.2) from Flans Mod-1.7.10-4.10.0.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.422_beta.jar
* CoFHAPI|item (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.1.3.jar
* CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|slot (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world|feature (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* CSLib|API (1.0) from Decocraft-2.2.1_1.7.10.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.422_beta.jar
* factorization notification system (1.0) from Factorization-1.7.10-0.8.88.8.8888g.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.460.jar
* gendustryAPI (2.1.0) from gendustry-1.5.2.107-mc1.7.10.jar
* GrowthcraftAPI|Bees (2.0) from growthcraft-bees-1.7.10-2.1.0.jar
* GrowthcraftAPI|Cellar (2.0) from growthcraft-cellar-1.7.10-2.1.0a (1).jar
* GrowthcraftAPI|Core (2.0) from growthcraft-fishtrap-1.7.10-2.1.0a.jar
* GrowthcraftAPI|FishTrap (2.0) from growthcraft-fishtrap-1.7.10-2.1.0a.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* IC2API (1.0) from Railcraft_1.7.10-9.8.0.0.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* McJtyLib (1.8.0) from mcjtylib-1.8.0.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.9.265.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.01.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.3.3a-Exist.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.3-rc.1-universal.jar
* OpenPeripheralApi (3.3.1) from OpenPeripheralCore-1.7.10-1.2.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.3-146-universal.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|carts (1.5.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|core (1.5.0) from TrainCraft-4.3.0_001.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|fuel (1.0.0) from TrainCraft-4.3.0_001.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|signals (1.3.4) from Railcraft_1.7.10-9.8.0.0.jar
* RailcraftAPI|tracks (2.3.0) from TrainCraft-4.3.0_001.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.8.0.0.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* The RF API that is being used (1.7.10R1.0.13 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from Flans Mod-1.7.10-4.10.0.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:ON
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [GCEntityPlayerMP['TommyMcGee2015'/19863, l='meap backyp', x=1107.10, y=4.00, z=65.11]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
please help me resolve this crash
By the looks of it its something between the SD70 and railcraft track if you aren't on the latest version please update
HOLY CRAP, IT'S BACK!!
*Instantly throws TC into Immersive Engineering pack*
This issue has been reported before, just update railcraft.
Creator of Metroid Cubed 3, a Metroid-themed mod! Become a donator today!
Tried removing TiC and it's components, all good.
Removed TC and put back TiC, and all good, but if both TC and TiC are in, CTD on loading.
// I just don't know what went wrong
Time: 9/16/16 3:27 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoWeapon
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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)
Caused by: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoWeapon
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:42)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.AmmoWeapon
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 35 more
Caused by: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/AmmoItem
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.AmmoItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 41 more
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 568177216 bytes (541 MB) / 1350565888 bytes (1288 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4g
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.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 88 mods loaded, 88 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UC Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UC AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UC PlayerAPI{1.4} [Player API] (minecraft.jar)
UC SmartCore{1.0.3} [Smart Core] (minecraft.jar)
UC OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UC AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UC arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UC movillages{1.4.2} [Mo' Villages] ([1.7.10]MoVillages-1.4.2.jar)
UC bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UC Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UC AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UC AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UC AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UC AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UC AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
UC antiqueatlas{1.7.10-4.2.10} [Antique Atlas] (antiqueatlas-1.7.10-4.2.10.jar)
UC Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UC bdlib{1.9.1.97} [BD Lib] (bdlib-1.9.1.97-mc1.7.10.jar)
UC BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UC Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UC Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UC BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1237-universal.jar)
UC BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UC BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UC bigtrees{1.7.2b} [The BigTrees Mod] (BigTrees-172b-forge1060.jar)
UC CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenters Blocks v3.3.6 - MC 1.7.10.jar)
UC ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UC Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UC Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UC ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UC chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UC chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UC DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UC DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UC DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UC DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UC DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UC DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UC DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UC DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UC DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UC DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UC MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UE TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UC Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
UC harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UE ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UC farseek{1.0.11} [farseek] (Farseek-1.0.11.jar)
UC FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UC Growthcraft{1.7.10-2.6.2} [Growthcraft] (growthcraft-1.7.10-2.6.2-complete.jar)
UC Growthcraft|Cellar{1.7.10-2.6.2} [Growthcraft Cellar] (growthcraft-1.7.10-2.6.2-complete.jar)
UC Growthcraft|Apples{1.7.10-2.6.2} [Growthcraft Apples] (growthcraft-1.7.10-2.6.2-complete.jar)
UC Growthcraft|Bamboo{1.7.10-2.6.2} [Growthcraft Bamboo] (growthcraft-1.7.10-2.6.2-complete.jar)
UC Growthcraft|Bees{1.7.10-2.6.2} [Growthcraft Bees] (growthcraft-1.7.10-2.6.2-complete.jar)
UC Growthcraft|Fishtrap{1.7.10-2.6.2} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.6.2-complete.jar)
UC Growthcraft|Grapes{1.7.10-2.6.2} [Growthcraft Grapes] (growthcraft-1.7.10-2.6.2-complete.jar)
UC Growthcraft|Hops{1.7.10-2.6.2} [Growthcraft Hops] (growthcraft-1.7.10-2.6.2-complete.jar)
UC Growthcraft|Milk{1.7.10-2.6.2} [Growthcraft Milk] (growthcraft-1.7.10-2.6.2-complete.jar)
UC Growthcraft|Rice{1.7.10-2.6.2} [Growthcraft Rice] (growthcraft-1.7.10-2.6.2-complete.jar)
UC InfernalMobs{1.6.6} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UC inventorytweaks{1.59-dev-156-af3bc68} [Inventory Tweaks] (InventoryTweaks-1.59-dev-156.jar)
UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UC MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
UC modtweaker2{0.8} [Mod Tweaker 2] (ModTweaker 2-0.8.0.jar)
UC Mystcraft{0.12.3.03} [Mystcraft] (mystcraft-1.7.10-0.12.3.03.jar)
UC numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UC OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UC OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UC Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar)
UC RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar)
UC AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UC SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UC SmartMoving{15.6} [Smart Moving] (SmartMoving-1.7.10-15.6.jar)
UC SmartRender{2.1} [Smart Render] (SmartRender-1.7.10-2.1.jar)
UC streams{0.2} [streams] (Streams-0.2.jar)
UC tc{4.3.0_003} [Traincraft] (Traincraft-4.3.0_003.jar)
UC ttCore{MC1.7.10-0.1.1-76} [ttCore] (TTCORE-MC1.7.10-0.1.1-76.jar)
UC WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UC wailaplugins{MC1.7.10-0.0.1-15} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.0.1-15.jar)
UC wawla{1.2.1} [What Are We Looking At] (Wawla-1.2.1_1.7.10.jar)
UC McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
UC ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.54' Renderer: 'GeForce GTX 960M/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED]
Class transformer null safety: all safe
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
ok guys i got it working i had to update railcraft
There is no where in that log that it mentions TC only something to do with TIC ammo maybe check your Ids and make sure there isn't a conflict otherwise you might be missing a TIC dependency.
Well I assure you, the minute I removed TC, it worked. As soon as TC is back in, it crashes.
This error was fixed in version 003, its also fixed from updating railcraft, update the mod (or get off the dev builds). Also, use spoilers or stick the issue on the github, this is MASSIVE for a forum. (I manually removed it in quote)
//EDIT: okay well curse/MCForum/whatever this place is, didn't load this page till after i replied, good to see you got it fixed.
Traincraft and TiM official links:
Source code - Traincraft 1.7.10 port
Source code - My 1.7+ Traincraft rewrite & Trains In Motion
Public Traincraft discord chat (we're always hanging around here, text & voice, no download needed to join)
Traincraft official download via curse
This is a Tinker's construct error according to the log, not a TC one. It could be some form of ID conflict if you are on TC 002 or 001, we finished removing the ID's in 003+ so it wont happen there. But otherwise, there's nothing in this error log to note that TC has any relation to the error.
You can mostly tell the issue from the class not found error:
"Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.AmmoWeapon"
Theres nothing before it besides the loader either, so it's unlikely it's attempting to be called in by another mod.
As a side note I personally use Tinker's construct alongside TC with no errors.
Traincraft and TiM official links:
Source code - Traincraft 1.7.10 port
Source code - My 1.7+ Traincraft rewrite & Trains In Motion
Public Traincraft discord chat (we're always hanging around here, text & voice, no download needed to join)
Traincraft official download via curse