GithubHelp home page GithubHelp logo

donbruce64 / minecrafttransportsimulator Goto Github PK

View Code? Open in Web Editor NEW
106.0 7.0 57.0 57.12 MB

A Minecraft mod that adds planes and automobiles with realistic physics!

License: Other

Java 99.48% HTML 0.52%

minecrafttransportsimulator's Introduction

image

Stars Forks Open Issues

Discord

Immersive Vehicles (Formerly Transport Simulator)

From the folks that brought you Minecraft Flight Simulator comes the all-new Immersive Vehicles mod!
This mod is the result of over a year's worth of work and is the continuation and future of Minecraft Flight Simulator.

Building From Source

These instructions assume you are using Windows. If you are using a flavor of Linux, you should be able to tell where your instructions differ and how to handle such differences.

Requirements

  • Git Bash

  • A JDK (Java Development Kit) of 8 or 17, such as Oracle's JDK 8/JDK 17 or Eclipse Temurin's OpenJDK. This is NOT the same as the JRE (Java Runtime Environment) you likely already have installed.

    Note: A 17 JDK will eventually be required when the Gradle version the mod uses is updated

  • The JAVA_HOME environment variable should be set to your JDK make the entire process easier. If you don't know what that is or how to change it, see steps one through three here.

    You should replace the JAVA_HOME variable with the path to your previously/newly installed JDK if it isn't already the same. If it doesn't exit, use the "New" button and make it. JAVA_HOME should be set to C:\Program Files\Java\someJDKVersion\ if you have an Oracle JDK or C:\Program Files\Eclipse Adoptium\someJDKVersion\ if you have a Temurin JDK.

Getting it on Your Machine

Now that you have a JDK and Git Bash setup, you can clone the repository for the mod.

  1. Open the folder that you want this repository's folder to be in

  2. Right click anywhere in the folder in File Explorer (not on a file or any of the toolbars)

  3. Click "Git Bash Here", copy git clone https://github.com/DonBruce64/MinecraftTransportSimulator.git then paste it into the git bash terminal using Left Shift + Insert to paste, then hit enter. When it is finished, set up the development environment according to the instructions for your IDE.

    • CONTRIBUTORS, READ ME!

      If you plan on contributing, make a fork using the fork button in the top right on https://github.com/DonBruce64/MinecraftTransportSimulator, then clone the forked repository you are redirected to in the form of https://github.com/<yourGitHubUsername>/MinecraftTransportSimulator instead of the main repository. You will not be able to push changes to the main repository and will need to make a pull request with changes from your fork.

IDEs

Eclipse

  1. Using the same Git Bash terminal from before, run cd ./MinecraftTransportSimulator to get into the folder that was created, ./gradlew eclipse and ./gradlew genEclipseRuns\

    Note: May need updating, not sure if this is still accurate

  2. Make a folder called eclipse in the cloned folder and open Eclipse. When it asks you for a "Workspace Location", select the eclipse folder that you just created.

  3. Go to the menu and click "Import Gradle Project". Choose the folder that was created after you ran git clone before, it should be called "MinecraftTransportSimulator".

  4. To test changes you make to the code, you can click the little bug icon and then go to Debug Configurations -> Java Application-runClient. Select this, go to the Environment tab, and set the MC_VERSION entry to the game version.

  5. When you're ready to build the mod, run ./gradlew buildForge1122 or ./gradlew buildForge1165 for 1.12.2 and 1.16.5 respectively.

IntelliJ IDEA

  1. Right-click the folder that was created when you ran git clone and click "Open Folder as IntelliJ yourEdition Edition IDEA Project". If you don't have the option, start IDEA and click File -> Open then navigate to the directory and choose the folder.

  2. Wait for IDEA to finish setting up the Gradle script then use the "Gradle" tab on the right side of your screen to run Gradle tasks. Run genIntelliJRuns in the project for the Forge version and game version you want, e.g. mcinterfaceforge1122 for Forge for 1.12.2.

  3. When you want to test your changes on the client or server, use the runClient or runServer configurations. Click the dropdown then "Edit Configurations..." and change the MC_VERSION environment variable to the game version. If the run configuration has a red x, change the project module to Immersive_Vehicles.forgeInterfaceVersion.main in the same menu.

  4. When you're ready to build the mod, run ./gradlew buildForge1122 or ./gradlew buildForge1165 (buildForge1122 and buildForge1165 in the Gradle tab) for 1.12.2 and 1.16.5 respectively.

Need more help with IDEA? Ask Elephant_1214#3698 in the Discord server.

VSCode

  1. Right-click the folder that was created by git clone and click "Open with Code". If you prefer using a terminal/powershell/command prompt, run

       # if the shell was opened in the parent folder
       code ./<foldername>
    
       # if the shell was opened inside the project folder
       code .
  2. Once VS Code opens, you will need to install the Java Development Extension Pack. This is a required step for Java Development on VS Code, the extension pack includes the follow extensions:

    • Language Support for Java™ by Red Hat
    • Debugger for Java
    • Test Runner for Java
    • Maven for Java
    • Project Manager for Java
    • Visual Studio IntelliCode

    You can also install the Gradle for Java extension to run gradle tasks from the sidebar.

  3. Restart the IDE to have VS Code load the Java project. Once thats done, you should see this under the Gradle tab on the sidebar.

    Grade Tab

    If you see the above, go into "Immersive Vehicles" > "Tasks" > "forgegradle runs" and click on genVSCodeRuns.

  4. If you want to test your changes on the client or the server, in the Gradle tab go to mcinterfaceforge1122 (1.12.2) or mcinterfaceforge1165 (1.16.5) > "Tasks" > "forgegradle runs" and click on runClient or runServer

  5. When you're ready to build the mod, in the Gradle tab go to mcinterfaceforge1122 (1.12.2) or mcinterfaceforge1165 (1.16.5) > "Tasks" > "build" and click on build

Other

You're on your own unless someone else in the Discord server uses it. Keep in mind that Notepad, Notepad++, vi, vim, nano, etc, are not meant for Java development, and you will not receive help with issues unrelated to the mod that arise while using them.

Contributing

Once you have made the changes you want to commit, open Git Bash in the project folder (the one named MinecraftTransportSimulator) and run git add -u then git commit -m "Your commit message here". Finally, run git push to push the changes to your fork on GitHub which you should see your commit added to within a few seconds. After that, all you need to do is make a pull request to get your changes reviewed and added to the mod!

minecrafttransportsimulator's People

Contributors

blazewolf1122 avatar blulitron avatar boot2big avatar bunting-chj avatar chj990707 avatar compilergeek avatar conman180 avatar donbruce64 avatar drprofluigi avatar elephant1214 avatar fexcraft avatar fsendventd avatar gyrohero avatar hashimisapotato avatar hydrogenc avatar ilya-torshov avatar ktokto313 avatar lauradarkez avatar liray-dev avatar niknikovsky avatar ooferine avatar oskiinus avatar recolic avatar rishimenon2004 avatar snailperson avatar startercraft avatar stevetheengineer avatar strubium avatar xviktorwoodx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

minecrafttransportsimulator's Issues

Lag when attaching parts

I have noticed, when using MTS, the models do not lag at all. But once you add parts (even OCP ones), the FPS drops significantly. For example, with my Eclipse 500 model I've been working on, I can place tens of them with no visible FPS drop. But when I add the parts, any more than three fully equipped aircraft will cause each frame to be visible.

Support for more than 4 engines

Currently, the MAG and START buttons for aircraft engines go off the panel when more than 4 engines are added, so you cannot access any more than 4 of the engines. Can this be changed?

Modded Blocks Replaced With Other Modded Blocks When I Load In {BUG}

crash-2018-10-19_09.29.45-client.txt
When I add MTS, UNU Parts Pack, and Moonspire Metropolis Motor Pack to my current modpack I'm playing, and load into my world, I get a warning while loading (from Vanilla Fix mod) saying that my game is using a backup of the level data file, when I finally load in, random blocks are completely changed to other blocks, or just completely removed from buildings, as if the item id has changed, for example, bricks from chisel mod get changed to ME Controllers from AE2, or any other block in the game. And it eventually crashes. Is it possible to fix this issue? It also may be important to note that this issue only happens to previously generated worlds, when I make a new world there are no issues.

rotatableModelObjects in parts

The ability to have rotatableModelObjects on parts would be nice. This would work great for contra-props, as well as for pulleys and fans on engines, and my axle part.

Damage model for car bodies

As opposed to vehicles exploding instantly upon being damaged enough or striking something, some of us were talking about having crumpled/dented models for severe damage. So if you head-on hit a mountain, your car turns into a crumpled mess, but doesn't explode... until the fire hits the fuel tank ;)

Crash on clients while holding parts.

Transferred from Discord:

GrrpapaToday at 9:11 AM
I am having rendering crashes this morning since downloading MTS V12.1, Blackthorne V5.0, and UNU V5.0. Before these downloads, MTS was working great.The game crashed whilst unexpected error
Error: java.lang.NullPointerException: Unexpected error
crash-2018-11-17_08.33.43-client.txt

Request: other than rotating mouvable parts

Hi, I would highly appreciate if we had the possibility to make mouvable parts other than rotating, more like « closed » and « open » coordinates, that would be great for stuff like sliding doors, opening and closing windows, to fold roofs on open roof cars…
-the oddly seagull-

Plane Crashes Are Wonky

Or rather, the lack thereof. Being able to drive a plane on one wing and a pontoon with no consequences is just wrong.

Video on YouTube now! https://youtu.be/GD4d1pFcQvY

(Basically, the mod needs crash physics/fuselage damage in order to behave properly.)

Vehicles move very slowly despite not doing so before

This happens with every vehicle, but when I accelerate, the wheels turn quickly as before but the vehicle moves like a snail. I am using Official Pack V8 and Minecraft Transport Simulator-1.12.2-12.2.0.jar, and this happened just after I installed these newer versions today.

Request: Tailsitters

Some aircraft (like the Lockheed XFV and Convair XFY) take off and land pointing straight up, and transition to level flight in the air. How hard would this be to add?

Crash

MC 1.12.2 Crashed when parts in hand
Crash report:
---- Minecraft Crash Report ----
// Why is it breaking :(

Time: 2018-11-18 13:24:41 JST
Description: Rendering entity in world

java.lang.NullPointerException
at minecrafttransportsimulator.items.parts.AItemPart.isPartValidForPackDef(AItemPart.java:21)
at minecrafttransportsimulator.rendering.RenderMultipart.renderPartBoxes(RenderMultipart.java:807)
at minecrafttransportsimulator.rendering.RenderMultipart.render(RenderMultipart.java:249)
at minecrafttransportsimulator.rendering.RenderMultipart.doRender(RenderMultipart.java:138)
at minecrafttransportsimulator.rendering.RenderMultipart.doRender(RenderMultipart.java:58)
at net.minecraft.client.renderer.entity.RenderManager.renderEntity(RenderManager.java:384)
at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:368)
at net.minecraft.client.renderer.RenderGlobal.redirect$renderEntityStatic$zbg000(RenderGlobal.java:2637)
at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:628)
at net.minecraft.client.renderer.EntityRenderer.renderWorldPass(EntityRenderer.java:1413)
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1259)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1062)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1118)
at net.minecraft.client.Minecraft.run(Minecraft.java:3941)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Entity being rendered --
Entity Type: mts:multipartf_car (minecrafttransportsimulator.multipart.main.EntityMultipartF_Car)
Entity ID: 388990
Entity Name: entity.multipartcar.name
Entity's Exact location: -2240.00, 62.50, -208.00
Entity's Block location: World: (-2240,62,-208), Chunk: (at 0,3,0 in -140,-13; contains blocks -2240,0,-208 to -2225,255,-193), Region: (-5,-1; contains chunks -160,-32 to -129,-1, blocks -2560,0,-512 to -2049,255,-1)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Entity NBT: {throttle:0b,serverDeltaRoll:47.500004f,ForgeData:{},fuel:0.0d,multipartName:"blackthorne:btmilitary_vehicle_unu_nr490ltg_2080_desert",Invulnerable:0b,rotationRoll:0.013389583f,PortalCooldown:0,FallDistance:0.0f,ownerName:"",Parts:[{offsetX:0.9375d,isFlat:0b,offsetZ:0.0d,offsetY:0.0d,partName:"unuparts:unuparts_part_unu_wheel_4d17"},{offsetX:0.9375d,isFlat:0b,offsetZ:2.5d,offsetY:0.0d,partName:"unuparts:unuparts_part_unu_wheel_4d17"},{offsetX:-0.9375d,isFlat:0b,offsetZ:2.5d,offsetY:0.0d,partName:"unuparts:unuparts_part_unu_wheel_4d17"},{offsetX:-0.9375d,isFlat:0b,offsetZ:0.0d,offsetY:0.0d,partName:"unuparts:unuparts_part_unu_wheel_4d17"},{offsetX:-0.5d,offsetZ:0.75d,offsetY:0.5625d,partName:"unuparts:unuparts_part_unu_seat_p3"},{offsetX:0.5d,offsetZ:0.75d,offsetY:0.5625d,partName:"unuparts:unuparts_part_unu_seat_p3"}],locked:0b,brakeOn:0b,Motion:[0.0d,0.0d,0.0d],displayText:"BT-0000",UUIDLeast:-8572279856163671887L,brokenWindows:0b,VFAABB:[-2243.5d,61.347276704191984d,-211.5d,-2236.5d,63.659776704191984d,-204.5d],Air:300s,OnGround:0b,Dimension:0,serverDeltaPitch:-0.6172699f,Rotation:[-176.44846f,-0.6217317f],UpdateBlocked:0b,electricPower:12.0d,serverDeltaX:0.0d,UUIDMost:-7556372541646355039L,serverDeltaY:-4.806395264362741d,Pos:[-2240.0d,62.50352697004183d,-208.0d],serverDeltaZ:0.0d,Fire:0s,serverDeltaYaw:0.0f,steeringAngle:0s,lightsOn:"",parkingBrakeOn:0b}

-- Renderer details --
Assigned renderer: minecrafttransportsimulator.rendering.RenderMultipart@6ef16d76
Location: 0.48,-2.40,0.94 - World: (0,-3,0), Chunk: (at 0,-1,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: -176.44846
Delta: 0.06007099

-- Affected level --
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['ym1025'/388953, l='MpServer', x=-2240.48, y=64.91, z=-208.94]]
Chunk stats: MultiplayerChunkCache: 625, 625
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-2276,4,-324), Chunk: (at 12,0,12 in -143,-21; contains blocks -2288,0,-336 to -2273,255,-321), Region: (-5,-1; contains chunks -160,-32 to -129,-1, blocks -2560,0,-512 to -2049,255,-1)
Level time: 108745 game time, 126842 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 62 total; [LocomotiveDiesel['UNU IR-113-LPR'/388997, l='MpServer', x=-2216.50, y=62.35, z=-205.46], CarPassenger['D&RGW Open Vestibule Passenger Car'/388996, l='MpServer', x=-2220.50, y=62.22, z=-198.69], CarPassenger['D&RGW Office Passenger Outfit'/388999, l='MpServer', x=-2220.50, y=62.22, z=-174.43], CarPassenger['D&RGW Short RPO'/388998, l='MpServer', x=-2220.50, y=62.22, z=-187.04], LocomotiveDiesel['GE 40-Ton Diesel-Electric Boxcab'/388993, l='MpServer', x=-2220.50, y=62.22, z=-219.45], LocomotiveDiesel['UNU NY-212-MPR'/388992, l='MpServer', x=-2216.50, y=62.35, z=-235.58], CarPassenger['UNU NY-212-MPR'/388995, l='MpServer', x=-2216.50, y=62.35, z=-222.83], CarPassenger['D&RGW Open Vestibule Passenger Car'/388994, l='MpServer', x=-2220.50, y=62.22, z=-210.34], CarFreight['D&RGW Short Caboose'/389001, l='MpServer', x=-2220.50, y=62.22, z=-153.31], CarPassenger['D&RGW Kitchen/Sleeper Passenger Outfit'/389000, l='MpServer', x=-2220.50, y=62.22, z=-162.78], EntitySquid['イカ'/389003, l='MpServer', x=-2197.40, y=61.38, z=-270.46], EntityItem['item.item.egg'/411159, l='MpServer', x=-2273.92, y=62.00, z=-191.93], EntityVillager['村人'/389023, l='MpServer', x=-2313.72, y=63.00, z=-158.47], EntitySquid['イカ'/389028, l='MpServer', x=-2200.55, y=61.11, z=-270.07], EntityVillager['村人'/389031, l='MpServer', x=-2279.55, y=62.00, z=-130.58], EntitySquid['イカ'/389027, l='MpServer', x=-2198.82, y=60.00, z=-270.80], EntityVillager['村人'/389036, l='MpServer', x=-2262.53, y=61.94, z=-139.43], EntityVillager['村人'/389039, l='MpServer', x=-2271.70, y=61.94, z=-130.57], EntityVillager['村人'/389038, l='MpServer', x=-2270.98, y=61.94, z=-130.40], EntityVillager['村人'/389033, l='MpServer', x=-2283.96, y=63.00, z=-142.49], EntityVillager['村人'/389032, l='MpServer', x=-2286.70, y=63.00, z=-137.40], EntityBat['コウモリ'/389045, l='MpServer', x=-2232.25, y=19.10, z=-133.29], EntityBat['コウモリ'/389047, l='MpServer', x=-2230.30, y=18.14, z=-132.52], EntityBat['コウモリ'/389046, l='MpServer', x=-2231.01, y=18.72, z=-130.33], EntityVillager['村人'/389041, l='MpServer', x=-2269.51, y=63.00, z=-140.55], EntityVillager['村人'/389040, l='MpServer', x=-2259.42, y=63.00, z=-130.67], MagicEntity['不明'/-31415, l='MpServer', x=-2240.37, y=64.67, z=-208.21], GCEntityClientPlayerMP['ym1025'/388953, l='MpServer', x=-2240.48, y=64.91, z=-208.94], EntityBat['コウモリ'/399433, l='MpServer', x=-2242.91, y=20.97, z=-177.36], EntityVillager['村人'/388959, l='MpServer', x=-2316.95, y=61.94, z=-169.58], EntityDeer['Deer'/388955, l='MpServer', x=-2302.84, y=62.00, z=-224.12], EntityLatchedRenderer['不明'/389082, l='MpServer', x=-2240.48, y=64.91, z=-208.94], EntityItem['item.item.feather'/388964, l='MpServer', x=-2295.58, y=62.00, z=-215.47], EntityVillager['村人'/388967, l='MpServer', x=-2296.46, y=61.94, z=-169.63], EntityVillager['村人'/388966, l='MpServer', x=-2290.50, y=63.06, z=-179.30], EntityVillager['村人'/388961, l='MpServer', x=-2306.30, y=61.94, z=-153.50], EntityVillager['村人'/388960, l='MpServer', x=-2315.50, y=63.00, z=-150.31], EntityChicken['ニワトリ'/388963, l='MpServer', x=-2295.16, y=62.00, z=-215.12], EntityVillager['村人'/388962, l='MpServer', x=-2305.85, y=63.00, z=-150.58], EntityItem['item.item.egg'/388973, l='MpServer', x=-2273.47, y=62.00, z=-184.85], EntityVillager['村人'/388972, l='MpServer', x=-2284.29, y=61.94, z=-176.40], EntityVillager['村人'/388975, l='MpServer', x=-2281.26, y=62.00, z=-171.35], EntityIronGolem['アイアンゴーレム'/388974, l='MpServer', x=-2282.35, y=62.00, z=-172.07], EntityChicken['ニワトリ'/388969, l='MpServer', x=-2274.11, y=62.00, z=-194.36], EntityItemFrame['entity.ItemFrame.name'/388968, l='MpServer', x=-2288.50, y=65.50, z=-171.03], EntityChicken['ニワトリ'/388971, l='MpServer', x=-2272.54, y=62.00, z=-194.19], EntityChicken['ニワトリ'/388970, l='MpServer', x=-2273.37, y=62.00, z=-192.02], EntityItem['item.item.actuallyadditions.item_rice_seed'/388981, l='MpServer', x=-2276.44, y=63.00, z=-167.14], EntityItem['item.item.actuallyadditions.item_food_rice'/388980, l='MpServer', x=-2275.42, y=62.94, z=-165.38], EntityItem['item.item.hops'/388983, l='MpServer', x=-2284.67, y=62.94, z=-148.49], EntityItem['item.item.actuallyadditions.item_rice_seed'/388982, l='MpServer', x=-2275.16, y=63.00, z=-167.10], EntityVillager['村人'/388977, l='MpServer', x=-2275.04, y=62.94, z=-165.38], EntityVillager['村人'/388976, l='MpServer', x=-2275.54, y=63.00, z=-167.11], EntityVillager['村人'/388979, l='MpServer', x=-2280.49, y=62.00, z=-164.61], EntityBat['コウモリ'/388989, l='MpServer', x=-2245.58, y=19.10, z=-178.39], EntityIronGolem['アイアンゴーレム'/388988, l='MpServer', x=-2267.81, y=61.94, z=-149.70], LocomotiveDiesel['UNU SC-126-HCR'/388991, l='MpServer', x=-2212.50, y=62.35, z=-242.72], EntityMultipartF_Car['entity.multipartcar.name'/388990, l='MpServer', x=-2240.00, y=62.50, z=-208.00], EntityVillager['村人'/388985, l='MpServer', x=-2263.53, y=62.00, z=-163.56], EntityItem['item.item.hops'/388984, l='MpServer', x=-2285.17, y=62.94, z=-146.40], EntityVillager['村人'/388987, l='MpServer', x=-2260.38, y=63.00, z=-155.51], EntityVillager['村人'/388986, l='MpServer', x=-2271.57, y=62.94, z=-172.52]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server

-- System Details --
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2505295592 bytes (2389 MB) / 11182014464 bytes (10664 MB) up to 11453595648 bytes (10923 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2772 288 mods loaded, 288 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

   | State                    | ID                                | Version                  | Source                                                               | Signature                                |
   |:------------------------ |:--------------------------------- |:------------------------ |:-------------------------------------------------------------------- |:---------------------------------------- |
   | UCHIJAAAAAAAAAAAAAAAAAAA | minecraft                         | 1.12.2                   | minecraft.jar                                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mcp                               | 9.42                     | minecraft.jar                                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2772.jar                                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | forge                             | 14.23.5.2772             | forge-1.12.2-14.23.5.2772.jar                                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | dcs_asm                           | 2.0.1                    | minecraft.jar                                                        | 4cd12b92959105443b7b694fffe0cea9ed004886 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | micdoodlecore                     |                          | minecraft.jar                                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | openmodscore                      | 0.12.1                   | minecraft.jar                                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | foamfixcore                       | 7.7.4                    | minecraft.jar                                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | opencomputers|core                | 1.7.3.146                | minecraft.jar                                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | srm-hooks                         | 1.12.2-1.0.0             | minecraft.jar                                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | securitycraft                     | v1.8.9                   | [1.12.2] SecurityCraft v1.8.9.jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | jei                               | 4.13.1.222               | jei_1.12.2-4.13.1.222.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | abyssalcraft                      | 1.9.4.14                 | AbyssalCraft-1.12.2-1.9.4.14.jar                                     | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ctm                               | MC1.12.2-0.3.2.20        | CTM-MC1.12.2-0.3.2.20.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | chisel                            | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | endercore                         | 1.12.2-0.5.43            | EnderCore-1.12.2-0.5.43.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thaumcraft                        | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | codechickenlib                    | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar                        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar                              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAAAAAAAAAAAAAAAAA | cofhcore                          | 4.6.1                    | CoFHCore-1.12.2-4.6.1.22-universal.jar                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | brandonscore                      | 2.4.7                    | BrandonsCore-1.12.2-2.4.7.189-universal.jar                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | cofhworld                         | 1.3.0                    | CoFHWorld-1.12.2-1.3.0.6-universal.jar                               | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thermalfoundation                 | 2.6.1                    | ThermalFoundation-1.12.2-2.6.1.22-universal.jar                      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAAAAAAAAAAAAAAAAA | draconicevolution                 | 2.3.17                   | Draconic-Evolution-1.12.2-2.3.17.321-universal.jar                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thermalexpansion                  | 5.5.2                    | ThermalExpansion-1.12.2-5.5.2.39-universal.jar                       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderio                           | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderiointegrationtic             | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mantle                            | 1.12-1.3.3.39            | Mantle-1.12-1.3.3.39.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | twilightforest                    | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal.jar                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | tconstruct                        | 1.12.2-2.11.0.106        | TConstruct-1.12.2-2.11.0.106.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | acintegration                     | 1.6.6                    | AbyssalCraft Integration-1.12.2-1.6.6.jar                            | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | fastbench                         | 1.6.0                    | FastWorkbench-1.12.2-1.6.0.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | actuallyadditions                 | 1.12.2-r143              | ActuallyAdditions-1.12.2-r143.jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | actuallybaubles                   | 1.1                      | ActuallyBaubles-1.12-1.1.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | opencomputers                     | 1.7.3.146                | OpenComputers-MC1.12.2-1.7.3.146.jar                                 | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | actuallycomputers                 | 2.1.0                    | actuallycomputers-2.1.0.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | appliedenergistics2               | rv6-stable-4             | appliedenergistics2-rv6-stable-4.jar                                 | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | theoneprobe                       | 1.4.25                   | theoneprobe-1.12-1.4.25.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | immersiveengineering              | 0.12-86                  | ImmersiveEngineering-0.12-86.jar                                     | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | alternatingflux                   | 0.12.2-1                 | alternatingflux-0.12.2-1.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | architecturecraft                 | @VERSION@                | architecturecraft-1.12-3.80.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | guideapi                          | 1.12-2.1.6-61            | Guide-API-1.12-2.1.6-61.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | bloodmagic                        | 1.12.2-2.3.3-101         | BloodMagic-1.12.2-2.3.3-101.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | bloodarsenal                      | 1.12.2-2.1.0-25          | BloodArsenal-1.12.2-2.1.0-26.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | botania                           | r1.10-357                | Botania r1.10-357.jar                                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | conarm                            | 1.2.0.1                  | conarm-1.12.2-1.2.0.1.jar                                            | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | UCHIJAAAAAAAAAAAAAAAAAAA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.8.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | cyclopscore                       | 0.11.11                  | CyclopsCore-1.12.2-0.11.11.jar                                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | evilcraft                         | 0.10.64                  | EvilCraft-1.12.2-0.10.64.jar                                         | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | buildcraftlib                     | 7.99.19                  | buildcraft-7.99.19.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | buildcraftcore                    | 7.99.19                  | buildcraft-7.99.19.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | buildcraftenergy                  | 7.99.19                  | buildcraft-7.99.19.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ic2                               | 2.8.103-ex112            | industrialcraft-2-2.8.103-ex112.jar                                  | de041f9f6187debbc77034a344134053277aa3b0 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | natura                            | 1.12.2-4.3.2.62          | natura-1.12.2-4.3.2.62.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | forestry                          | 5.8.1.322                | forestry_1.12.2-5.8.1.322.jar                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | immersivepetroleum                | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | forgelin                          | 1.8.0                    | Forgelin-1.8.0.jar                                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | computercraft                     | 1.80pr1                  | ComputerCraft1.80pr1.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | dcs_lib                           | 2.7.2                    | HeatAndClimateLib_1.12.2-2.7.2.jar                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mcmultipart                       | 2.5.3                    | MCMultiPart-2.5.3.jar                                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mekanism                          | 1.12.2-9.4.13.349        | Mekanism-1.12.2-9.4.13.349.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                                     | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.11.6-216.jar                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | matteroverdrive                   | 0.6.2.0                  | MatterOverdrive-1.12.2-0.6.2.0-universal.jar                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | cucumber                          | 1.1.1                    | Cucumber-1.12.2-1.1.1.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mysticalagriculture               | 1.6.13                   | MysticalAgriculture-1.12-1.6.13.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mysticalagradditions              | 1.2.8                    | mysticalagradditions-1.12-1.2.8.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | harvestcraft                      | 1.12.2z                  | Pam's HarvestCraft 1.12.2za.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mcjtylib_ng                       | 3.0.7                    | mcjtylib-1.12-3.0.7.jar                                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | rftools                           | 7.58                     | rftools-1.12-7.58.jar                                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | rustic                            | 1.0.12                   | rustic-1.0.12.jar                                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | integrationforegoing              | 1.12.2-1.7.4             | IntegrationForegoing-1.12.2-1.7.4.jar                                | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
   | UCHIJAAAAAAAAAAAAAAAAAAA | valkyrielib                       | 1.12.2-2.0.18.3          | valkyrielib-1.12.2-2.0.18.3.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | environmentaltech                 | 1.12.2-2.0.18.2          | environmentaltech-1.12.2-2.0.18.2.jar                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | galacticraftcore                  | 4.0.1.181                | GalacticraftCore-1.12.2-4.0.1.181.jar                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | galacticraftplanets               | 4.0.1.181                | Galacticraft-Planets-1.12.2-4.0.1.181.jar                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | forgemultipartcbe                 | 2.6.0.79                 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar                         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mrtjpcore                         | 2.1.3.35                 | MrTJPCore-1.12.2-2.1.3.35-universal.jar                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-core                   | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-Base.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-exploration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-world.jar                                 | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | psi                               | r1.1-59                  | Psi-r1.1-59.jar                                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | plustic                           | 6.5.4.0                  | plustic-6.5.4.0.jar                                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | armoryexpansion                   | 0.2.0                    | armoryexpansion-0.2.0.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | aroma1997core                     | 2.0.0.0.b161             | Aroma1997Core-1.12.2-2.0.0.0.b161.jar                                | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | aroma1997sdimension               | 1.3.0.0.b37              | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | astralsorcery                     | 1.10.3                   | astralsorcery-1.12.2-1.10.3.jar                                      | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | quark                             | r1.5-130                 | Quark-r1.5-130.jar                                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | autoreglib                        | 1.3-20                   | AutoRegLib-1.3-20.jar                                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | badwithernocookiereloaded         | 1.12.2-3.1.14            | badwithernocookiereloaded-1.12.2-3.1.14.jar                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | base                              | 3.10.0                   | base-1.12.2-3.10.0.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | betteradvancements                | 0.0.5.17                 | BetterAdvancements-1.12.2-0.0.5.17.jar                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | betterbuilderswands               | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | binniecore                        | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | binniedesign                      | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | genetics                          | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | botany                            | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | extrabees                         | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | extratrees                        | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mts                               | 12.1.0                   | Minecraft Transport Simulator-1.12.2-12.1.0.jar                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | unuparts                          | 1.5.0                    | UNU Parts Pack [MTS] 1.10.2-11.2.0-1.5.0.jar                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | blackthorne                       | 1.5.0                    | BlackThorne Empire Vehicles [MTS] [IR] 1.10.2-12.0.0-1.4.1-1.5.0.jar | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | blockcraftery                     | 1.12.2-1.1.0             | blockcraftery-1.12.2-1.1.0.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | blockdrops                        | 1.4.0                    | blockdrops-1.12.2-1.4.0.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | bookshelf                         | 2.3.568                  | Bookshelf-1.12.2-2.3.568.jar                                         | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | buildcraftbuilders                | 7.99.19                  | buildcraft-7.99.19.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | buildcraftfactory                 | 7.99.19                  | buildcraft-7.99.19.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | buildcraftrobotics                | 7.99.19                  | buildcraft-7.99.19.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | buildcrafttransport               | 7.99.19                  | buildcraft-7.99.19.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | buildcraftsilicon                 | 7.99.19                  | buildcraft-7.99.19.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | sonarcore                         | 5.0.16                   | sonarcore-1.12.2-5.0.16-16.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | calculator                        | 5.0.9                    | calculator-1.12.2-5.0.9-9.jar                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | careerbees                        | 1.0                      | careerbees-0.4.0.jar                                                 | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | catwalks                          | 1.12.2-4.0.44            | catwalks-1.12.2-4.0.44.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | chickenchunks                     | 2.4.1.73                 | ChickenChunks-1.12.2-2.4.1.73-universal.jar                          | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | chinjufumod                       | 3.1.4.1                  | ChinjufuMod[1.12.2]3.1.4.1.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | chiselsandbits                    | 14.27                    | chiselsandbits-14.27.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | clumps                            | 3.1.1                    | Clumps-3.1.1.jar                                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | compactmachines3                  | 3.0.12                   | compactmachines3-1.12.2-3.0.12-b215.jar                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | controlling                       | 3.0.6                    | Controlling-3.0.6.jar                                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | cookingforblockheads              | 6.4.65                   | CookingForBlockheads_1.12.2-6.4.65.jar                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | corail_pillar_extension_chisel    | 4.0.0                    | corail_pillar_extension_chisel-4.0.0-1.12.jar                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | corail_pillar_extension_forestry  | 4.0.0                    | corail_pillar_extension_forestry-4.0.0-1.12.jar                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | corail_pillar_extension_quark     | 4.0.0                    | corail_pillar_extension_quark-4.0.0-1.12.jar                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | darkutils                         | 1.8.217                  | DarkUtils-1.12.2-1.8.217.jar                                         | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | eleccore                          | 1.8.434                  | ElecCore-1.12.2-1.8.434.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | deepresonance                     | 1.7.3                    | deepresonance-1.12-1.7.3.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | journeymap                        | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | defaultoptions                    | 9.2.8                    | DefaultOptions_1.12.2-9.2.8.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | diethopper                        | 1.1                      | diethopper-1.1.jar                                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | dirt2path                         | 1.7.1                    | dirt2path-1.8.0.jar                                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | embers                            | 1.9hotfix4               | EmbersRekindled-1.9hotfix4.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderiobase                       | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderioconduits                   | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderioconduitsappliedenergistics | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderioconduitsopencomputers      | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderioconduitsrefinedstorage     | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderiointegrationforestry        | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderiointegrationticlate         | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ftblib                            | 5.3.1.57                 | FTBLib-5.3.1.57.jar                                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderiomachines                   | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderiopowertools                 | 5.0.37                   | EnderIO-1.12.2-5.0.37.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | enderstorage                      | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar                          | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | engineersdoors                    | 0.8.0                    | engineers_doors-1.12.2-0.8.0.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | environmentalmaterials            | @EM_VERSION@             | environmentalmaterials-1.12.2-1.0.18.1.jar                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | etlunar                           | 1.12.2-2.0.18.1          | etlunar-1.12.2-2.0.18.1.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | evilcraftcompat                   | 1.0.0                    | EvilCraft-1.12.2-0.10.64.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | exchangers                        | 1.12.2-2.8               | Exchangers-1.12.2-2.8.jar                                            | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
   | UCHIJAAAAAAAAAAAAAAAAAAA | extrabitmanipulation              | 1.12.2-3.4.1             | ExtraBitManipulation-1.12.2-3.4.1.jar                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | extracells                        | 2.6.1                    | ExtraCells-1.12.2-2.6.1a.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mjrlegendslib                     | 1.12.2-1.1.6             | MJRLegendsLib-1.12.2-1.1.6.jar                                       | b02331787272ec3515ebe63ecdeea0d746653468 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | extraplanets                      | 1.12.2-0.4.5             | ExtraPlanets-1.12.2-0.4.5.jar                                        | b02331787272ec3515ebe63ecdeea0d746653468 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | shadowmc                          | 3.8.0                    | ShadowMC-1.12-3.8.0.jar                                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | extrarails                        | 1.3.0                    | ExtraRails-1.12-1.3.0.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | zerocore                          | 1.12-0.1.2.2             | zerocore-1.12-0.1.2.2.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | bigreactors                       | 1.12.2-0.4.5.49          | ExtremeReactors-1.12.2-0.4.5.49.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | farmingforblockheads              | 3.1.26                   | FarmingForBlockheads_1.12.2-3.1.26.jar                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | fencejumper                       | 1.0.5                    | fencejumper-1.12-1.0.5.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | flatcoloredblocks                 | mc1.12-6.6               | flatcoloredblocks-mc1.12-6.6.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | foamfix                           | 0.10.3-1.12.2            | foamfix-0.10.3-1.12.2.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | microblockcbe                     | 2.6.0.79                 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | minecraftmultipartcbe             | 2.6.0.79                 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ftbguides                         | 1.0.2.24                 | FTBGuides-1.0.2.24.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ftbutilities                      | 5.3.0.53                 | FTBUtilities-5.3.0.53.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | funkylocomotion                   | 1.0                      | funky-locomotion-1.12.2-1.1.2.jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | cfm                               | 5.16.0                   | furniture-5.16.0-1.12.2.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | gadgetrymachines                  | 1.12.2-1.0.1             | gadgetrymachines-1.12.2-1.0.1.jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | gadgetrytransmission              | 1.12.2-1.0.0             | gadgetrytransmission-1.12.2-1.0.0.jar                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | gadgetrycore                      | 1.0.0                    | gadgetrycore-1.12.2-1.0.0.jar                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | gendustryjei                      | 1.0.2                    | gendustryjei-1.0.2.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | geneticsreborn                    | 1.09                     | geneticsreborn-1.12-1.09.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | hammercore                        | 2.0.4.0                  | HammerCore-1.12.2-2.0.4.0.jar                                        | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | harvest                           | 1.12-1.2.6-18            | Harvest-1.12-1.2.6-18.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | dcs_climate                       | 2.7.3                    | HeatAndClimateMod_1.12.2-2.7.3.jar                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | icbmclassic                       | 1.12.2-3.0.0.29          | ICBM-classic-1.12.2-3.0.0b29.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ichunutil                         | 7.1.4                    | iChunUtil-1.12.2-7.1.4.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | immersivecables                   | 1.3.2                    | ImmersiveCables-1.12.2-1.3.2.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | trackapi                          | 1.1                      | TrackAPI-1.1_1.12.jar                                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | immersiverailroading              | 1.4.1                    | ImmersiveRailroading-1.4.1_1.12.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | immersivetech                     | 1.3.10                   | immersivetech-1.12-1.3.10.jar                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ironbackpacks                     | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ironchest                         | 1.12.2-7.0.54.838        | ironchest-1.12.2-7.0.54.838.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | jaopca                            | 1.12.2-2.2.8.96          | JAOPCA-1.12.2-2.2.8.96.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | oredictinit                       | 1.12.2-2.2.1.71          | JAOPCA-1.12.2-2.2.8.96.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | jaopcaadditions                   | 1.12.2-2.2.1.9           | JAOPCAAdditions-1.12.2-2.2.1.9.jar                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | jehc                              | 1.12.2                   | JEHC-1.12.2-1.6.2.0.jar                                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | jeibees                           | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | jeiintegration                    | 1.5.1.36                 | jeiintegration_1.12.2-1.5.1.36.jar                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | jeresources                       | 0.8.9.48                 | JustEnoughResources-1.12.2-0.8.9.48.jar                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | kleeslabs                         | 5.4.11                   | KleeSlabs_1.12.2-5.4.11.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | letsencryptcraft                  | @VERSION@                | letsencryptcraft-1.10.2-1.0.0.jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | lex                               | 1.0.8                    | LibEx-1.12.2-1.0.8.jar                                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | magicbees                         | 1.0                      | MagicBees-1.12.2-3.1.10.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mekanismgenerators                | 9.4.11                   | MekanismGenerators-1.12.2-9.4.13.349.jar                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mekanismtools                     | 9.4.11                   | MekanismTools-1.12.2-9.4.13.349.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | minetogether                      | unspecified              | minetogether-1.10.2-2.1.3.jar                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | minetogetherserver                | unspecified              | minetogether-1.10.2-2.1.3.jar                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | modnametooltip                    | 1.10.0                   | modnametooltip_1.12.2-1.10.0.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | moreoverlays                      | 1.14                     | moreoverlays-1.14-mc1.12.2.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | morpheus                          | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mousetweaks                       | 2.9                      | MouseTweaks-2.9-mc1.12.2.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mtsseagullcivilpack               | 2.0.0                    | MTS Seagull's civil pack 1.5.0.jar                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mtsseagullmilitarypack            | 7.0.0                    | MTS Seagull's military pack 1.3.0.jar                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mtsofficialpack                   | 8.0.0                    | MTS_Official_Pack_V08.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mystagradcompat                   | 1.2                      | mystagradcompat-1.2.jar                                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | naturescompass                    | 1.5.1                    | NaturesCompass-1.12.2-1.5.1.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | nex                               | 2.0.8                    | NetherEx-1.12.2-2.0.8.jar                                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | netherportalfix                   | 5.3.17                   | NetherPortalFix_1.12.1-5.3.17.jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | recipehandler                     | 0.12                     | NoMoreRecipeConflict-0.12(1.12.2).jar                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | neid                              | 1.5.4.3                  | NotEnoughIDs-1.5.4.3.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | notenoughwands                    | 1.7.1                    | notenoughwands-1.12-1.7.1.jar                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | nuclearcraft                      | 2.12f                    | NuclearCraft-2.12f--1.12.2.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | omlib                             | 3.0.1-162                | omlib-1.12.2-3.0.1-162.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ompd                              | 3.0.0-36                 | ompd-1.12.2-3.0.0-36.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | openmods                          | 0.12.1                   | OpenModsLib-1.12.2-0.12.1.jar                                        | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | openblocks                        | 1.8                      | OpenBlocks-1.12.2-1.8.jar                                            | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | openmodularturrets                | 3.0.1-264                | openmodularturrets-1.12.2-3.0.1-264.jar                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | p455w0rdslib                      | 2.0.35                   | p455w0rdslib-1.12-2.0.35.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | pamscookables                     | 1.1                      | pamscookables-1.1.jar                                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | placebo                           | 1.5.0                    | Placebo-1.12.2-1.5.0.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | shetiphiancore                    | 3.5.8                    | shetiphiancore-1.12.0-3.5.8.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | platforms                         | 1.4.6                    | platforms-1.12.0-1.4.6.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | portalgun                         | 7.0.2                    | PortalGun-1.12.2-7.0.2.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | poweradapters                     | 1.0.9                    | PowerAdapters-1.12.2-1.0.9.jar                                       | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-compat                 | 1.0                      | ProjectRed-1.12.2-4.9.1.92-compat.jar                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-integration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-transmission           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-fabrication            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-illumination           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-lighting.jar                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-expansion              | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-relocation             | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | projectred-transportation         | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar                            | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | quickleafdecay                    | 1.2.4                    | QuickLeafDecay-MC1.12.1-1.2.4.jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | randomthings                      | 4.2.3                    | RandomThings-MC1.12.2-4.2.3.jar                                      | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | reborncore                        | 3.10.5.350               | RebornCore-1.12.2-3.10.5.350-universal.jar                           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCHIJAAAAAAAAAAAAAAAAAAA | redstonearsenal                   | 2.6.1                    | RedstoneArsenal-1.12.2-2.6.1.15-universal.jar                        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAAAAAAAAAAAAAAAAA | redstonepaste                     | 1.7.5                    | redstonepaste-mc1.12-1.7.5.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | xreliquary                        | 1.12.2-1.3.4.780         | Reliquary-1.12.2-1.3.4.780.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | rftoolscontrol                    | 1.9.2                    | rftoolsctrl-1.12-1.9.2.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | rftoolsdim                        | 5.63                     | rftoolsdim-1.12-5.63.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | roots                             | 0.104                    | roots-2-0.104.jar                                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | rusticthaumaturgy                 | 1.0                      | Rustic Thaumaturgy-2.5a.jar                                          | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | secretroomsmod                    | 5.6.4                    | secretroomsmod-1.12.2-5.6.4.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | signals                           | 1.3.13-28                | Signals-1.12.2-1.3.13-28-universal.jar                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thermaldynamics                   | 2.5.3                    | ThermalDynamics-1.12.2-2.5.3.16-universal.jar                        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAAAAAAAAAAAAAAAAA | simplyjetpacks                    | 2.2.10.63                | SimplyJetpacks2-1.12.2-2.2.10.63.jar                                 | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | solarflux                         | 4.15r                    | SolarFluxReborn_1.12.2-4.15r.jar                                     | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | soot                              | 1.5                      | Soot-1.5.jar                                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | spartanshields                    | 1.4.1                    | SpartanShields-1.12.2-1.4.1.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | stevescarts                       | 2.4.25.121               | StevesCarts-1.12.2-2.4.25.121.jar                                    | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.7.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | storagedrawersextra               | @VERSION@                | StorageDrawersExtras-1.12-3.1.0.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thaumadditions                    | 10r                      | ThaumicAdditions-1.12.2-10r.jar                                      | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thaumcomp                         | 0.3.0.16                 | ThaumicComputers-MC1.12.2-0.3.0.16.jar                               | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thaumicjei                        | 1.2.1                    | ThaumicJEI-1.12.2-1.5.5-23.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thaumicperiphery                  | 0.3.0                    | thaumicperiphery-0.3.0.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thermalcultivation                | 0.3.1                    | ThermalCultivation-1.12.2-0.3.1.8-universal.jar                      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAAAAAAAAAAAAAAAAA | thermalinnovation                 | 0.3.1                    | ThermalInnovation-1.12.2-0.3.1.8-universal.jar                       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAAAAAAAAAAAAAAAAA | tinker_io                         | rw2.7.1                  | tinker_io-1.12.2-rw2.7.1.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | tinkersaddons                     | 1.0.7                    | Tinkers' Addons-1.12.1-1.0.7.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | tcomplement                       | ${version}               | TinkersComplement-1.12.2-0.2.3b.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | tinkersjei                        | 1.0                      | tinkersjei-1.0.jar                                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                                  | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | tipthescales                      | 1.0.1                    | TipTheScales-1.12.2-1.0.1.jar                                        | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | topaddons                         | 1.12.2-1.9.1             | topaddons-1.12.2-1.9.1.jar                                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | unlimitedchiselworks              | 0.2.0                    | UnlimitedChiselWorks-0.2.0.jar                                       | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | unlimitedchiselworks_botany       | 0.1.2                    | UnlimitedChiselWorks-Botany-0.1.2.jar                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | universalmodifiers                | 1.12.2-1.0.16.1          | valkyrielib-1.12.2-2.0.18.3.jar                                      | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | vanillafix                        | 1.0.10-SNAPSHOT          | VanillaFix-1.0.10-98.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | wct                               | 3.9.68                   | WirelessCraftingTerminal-1.12.2-3.9.68.jar                           | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | woot                              | 1.12.2-1.4.7             | woot-1.12.2-1.4.7.jar                                                | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | wrcbe                             | 2.3.1                    | WR-CBE-1.12.2-2.3.1.30-universal.jar                                 | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | xtones                            | 1.12-1.0.8-11            | Xtones-1.12-1.0.8-11.jar                                             | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | zettaindustries                   | 1.3                      | zettaindustries-1.3-1.12.2-161.jar                                   | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | industrialwires                   | 1.7-31                   | IndustrialWires-1.7-31.jar                                           | 7e11c175d1e24007afec7498a1616bef0000027d |
   | UCHIJAAAAAAAAAAAAAAAAAAA | reauth                            | 3.6.0                    | reauth-3.6.0.jar                                                     | daba0ec4df71b6da841768c49fb873def208a1e3 |
   | UCHIJAAAAAAAAAAAAAAAAAAA | corail_pillar                     | 4.2.1                    | corail_pillar-4.2.1-1.12.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | mysticallib                       | 1.12.2-1.0.0             | mysticallib-1.12.2-1.0.0.jar                                         | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | ocsensors                         | 1.0.4                    | ocsensors-1.0.4-b23.jar                                              | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                                     | None                                     |
   | UCHIJAAAAAAAAAAAAAAAAAAA | wrapup                            | 1.12-1.1.3               | WrapUp-1.12-1.1.3.jar                                                | None                                     |

Loaded coremods (and transformers): AstralCore (astralsorcery-1.12.2-1.10.3.jar)

                                  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
                                    micdoodle8.mods.miccore.MicdoodleTransformer
                                  Plugin (NotEnoughIDs-1.5.4.3.jar)
                                    ru.fewizz.neid.asm.Transformer
                                  NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
                                    net.fybertech.nwr.NWRTransformer
                                  ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
                                    shetiphian.asm.ClassTransformer
                                  VanillaFixLoadingPlugin (VanillaFix-1.0.10-98.jar)
                                    
                                  EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
                                    com.enderio.core.common.transform.EnderCoreTransformer
                                    com.enderio.core.common.transform.SimpleMixinPatcher
                                  LoadingPlugin (RandomThings-MC1.12.2-4.2.3.jar)
                                    lumien.randomthings.asm.ClassTransformer
                                  ForgelinPlugin (Forgelin-1.8.0.jar)
                                    
                                  IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
                                    blusunrize.immersiveengineering.common.asm.IEClassTransformer
                                  SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
                                    com.wynprice.secretroomsmod.core.SecretRoomsTransformer
                                  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
                                    pl.asie.foamfix.coremod.FoamFixTransformer
                                  DCASMPlugin (HeatAndClimateLib_1.12.2-2.7.2.jar)
                                    defeatedcrow.hac.asm.DCMethodTransformer
                                  LoadingPlugin (Quark-r1.5-130.jar)
                                    vazkii.quark.base.asm.ClassTransformer
                                  HCASM (HammerCore-1.12.2-2.0.4.0.jar)
                                    com.zeitheron.hammercore.asm.HammerCoreTransformer
                                  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b161.jar)
                                    
                                  TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
                                    li.cil.oc.common.asm.ClassTransformer
                                  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
                                    openmods.core.OpenModsClassTransformer
                                  CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
                                    team.chisel.ctm.client.asm.CTMTransformer

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 399.24' Renderer: 'GeForce GTX 1070 Ti/PCIe/SSE2'
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
AE2 Version: stable rv6-stable-4 for Forge 14.23.5.2768
Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 7499 names; 10734 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUNCg0KY2xpZW50IHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSByZXBsYWNlIGVuY2hhbnRtZW50IGdsaW50IGNvbG9yIHdpdGggbW9yZSBtYXRjaGluZyBjb2xvcnMgZm9yIHNvbWUgdmFuaWxsYSBpdGVtcz8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiQ3VzdG9tIEVuY2hhbnRtZW50IENvbG9ycyBmb3IgVmFuaWxsYSBJdGVtcyI9dHJ1ZQ0KDQogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcG9ydGZvcndhcmQgeW91ciBsb2NhbCB3b3JsZCB3aGVuIHlvdSBzaGFyZSB3aXRoIGl0IHRvIExBTj8NCiAgICAjIFRoaXMgZmVhdHVyZSBkb2Vzbid0IHdvcmsgb24gYWxsIGNsaWVudHMsIHlvdSBhcmUgZ29pbmcgdG8gZ2V0IGEgbWVzc2FnZSBpbiBjaGF0IGlmIGl0IHdhcyBzdWNjZXNzZnVsL3Vuc3VjY2Vzc2Z1bCBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJMQU4gVVBuUCI9dHJ1ZQ0KDQogICAgIyBSZXBsYWNlIHZhbmlsbGEgZnVybmFjZSBhbmQgYnJld2luZyBzdGFuZCBwcm9ncmVzcyBiYXJzIHRvIHVzZSBzbW9vdGggcmVuZGVyaW5nPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJTbW9vdGggVmFuaWxsYSBHdWlzIj10cnVlDQp9DQoNCg0KaXdyZW5jaCB7DQogICAgIyBXaGF0IGlzIHRoZSBjb2xvciB3aGVuIHRoZSBob3ZlcmVkIGJsb2NrIGlzIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6R3JlZW49MjJGRjIyDQoNCiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgTk9UIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6UmVkPUZGMjIyMg0KfQ0KDQoNCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGZvcmNlLXNwYXduIEVuZGVyIERyYWdvbiBFZ2cgb24gRW5kZXIgRHJhZ29uIGRlYXRoPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJBbHdheXMgU3Bhd24gRHJhZ29uIEVnZyI9dHJ1ZQ0KfQ0KDQoNCg==
Pastebin Connection: Okay.
Dependent Mods:
-Thaumic Additions: Reconstructed (thaumadditions) @10r
Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
List of loaded APIs: * AbyssalCraftAPI (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Biome (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Block (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Caps (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Condition (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Disruption (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Energy (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Entity (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Event (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Integration (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Internal (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Item (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Necronomicon (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Recipe (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Ritual (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Spell (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* AbyssalCraftAPI|Structure (1.17.2) from AbyssalCraft-1.12.2-1.9.4.14.jar
* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r143.jar
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-4.jar
* Base|API (1.0.0) from base-1.12.2-3.10.0.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.3-101.jar
* BotaniaAPI (91) from Botania r1.10-357.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|core (2.2) from buildcraft-7.99.19.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.99.19.jar
* BuildCraftAPI|enums (1.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.99.19.jar
* BuildCraftAPI|filler (5.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.99.19.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.99.19.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.99.19.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.99.19.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.99.19.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.99.19.jar
* BuildCraftAPI|transport (5.0) from buildcraft-7.99.19.jar
* calculatorapi (1.9.4 - 1.0) from calculator-1.12.2-5.0.9-9.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.27.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.1.22-universal.jar
* ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
* DCsHaCAPI|blockstate (2.1.1) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|capability (2.0.0) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|climate (2.1.2) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|core (2.1.3) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|cultivate (2.1.1) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|damage (2.1.1) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|energy (2.1.1) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|item (2.1.1) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|magic (2.1.1) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|main (2.0.0) from HeatAndClimateMod_1.12.2-2.7.3.jar
* DCsHaCAPI|orevein (2.0.0) from HeatAndClimateMod_1.12.2-2.7.3.jar
* DCsHaCAPI|placeable (2.1.1) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DCsHaCAPI|recipe (2.1.3) from HeatAndClimateLib_1.12.2-2.7.2.jar
* DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.3.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.17.321-universal.jar
* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
* EmbersAPI (0.1) from EmbersRekindled-1.9hotfix4.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.37.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.37.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.37.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.37.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.37.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.37.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.37.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.37.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.37.jar
* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.26.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.322.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.322.jar
* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
* Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.1.181.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.6-61.jar
* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-86.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-86.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.11.6-216.jar
* jeresources|API (0.8.9.48) from JustEnoughResources-1.12.2-0.8.9.48.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.13.1.222.jar
* MatterOverdrive|API (0.4.1) from MatterOverdrive-1.12.2-0.6.2.0-universal.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* modtogether|api (1.0) from minetogether-1.10.2-2.1.3.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.9-mc1.12.2.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.35.jar
* projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
* PsiAPI (6) from Psi-r1.1-59.jar
* QuarkAPI (2) from Quark-r1.5-130.jar
* reborncoreAPI (3.10.5.350) from RebornCore-1.12.2-3.10.5.350-universal.jar
* reborncoreAPI|Power (3.10.5.350) from RebornCore-1.12.2-3.10.5.350-universal.jar
* reborncoreAPI|Recipe (3.10.5.350) from RebornCore-1.12.2-3.10.5.350-universal.jar
* reborncoreAPI|Tile (3.10.5.350) from RebornCore-1.12.2-3.10.5.350-universal.jar
* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
* SecurityCraftAPI (1.2.3) from [1.12.2] SecurityCraft v1.8.9.jar
* sonarapi (1.0.1) from sonarcore-1.12.2-5.0.16-16.jar
* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.25.121.jar
* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.25.121.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.25.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.18.3.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.68.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
RebornCore: Plugin Engine: 0
RebornCore Version: 3.10.5.350
Runtime Debofucsation 1
RenderEngine: 0
Ender IO: No known problems detected.

        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
        !!!You are looking at the diagnostics information, not at the crash.       !!!
        !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:OFF, JEI:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:OFF
Suspected Mods: Minecraft Transport Simulator (mts)
Launched Version: forge-14.23.5.2772
LWJGL: 2.9.4
OpenGL: GeForce GTX 1070 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.24, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: CD+najbrt+0.8.zip, DRGW_RollingStock_Pack.zip, SydneyTrains_beta0.2.zip, Small Gauge Goodies.zip
Current Language: 日本語 (日本)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz
Client Crashes Since Restart: 4
Integrated Server Crashes Since Restart: 0

Request: Configurable car griefing for RP servers

I would like to request the ability to grief others' (or our own) cars.
Potatoes up tail pipes, keyed phrases into paint (or creeper faces), ping pong balls in gas tanks, and the ability to break into somebody's car and hotwire it (using XP? Shears?)

This would be configurable server-side with a carGriefing boolean, allowing server owners and players to decide if their cars can be broken into and griefed. It would add realism to servers that aim to complete a city or hardcore experience.

Thanks for reading!

Request: Size variable for all part types

So we can use min and max sizes for custom parts/crates. Mostly useful for insignia that would be too big for an aircraft's wing or fuselage, so you want to prevent insignia of that size of larger from being able to be placed on the aircraft.

Incompatibility with Real First Person Render

My body glitches back and forth in the seat, when it's not clipping into said seat behind me. The latter I guess is not fixable, but it'd be nice if, while sitting still, my body didn't flip out.

Change propeller force system

Currently, adding more blades to a propeller adds efficiency, but no thrust, meaning that you want as many blades as possible to have the best fuel efficiency. In real life, adding more blades decreases the efficiency as there's more propeller to spin, but it adds thrust because there are more blades, meaning that the most efficient propeller would be 1 bladed (which does exist, Google it). Possible to change, or too hard?

[Request] Drift physics

Pull handbrake, turn wheel, drift.

I'd vastly prefer Carbon/World/UG2 style as opposed to the ridiculous arcade-like drifting of the Iceberg engine. If at all possible, I'd like to be able to come at a hard turn or spot a mountain up ahead and simply pull handbrake and normal brakes, turn wheel, and then accelerate and steer opposite out of the drift, or something similar - more realistic is better.

We can burnout, how come we can't drift? :P

[Valkyrien Warfare/Skies]: Vehicles fall through the ground and into the void (or are black and dismount you into the void).

This is a known issue with Valkerian Warfare. Their mod messes with the core Minecraft collision system, which MTS uses to detect blocks below vehicles. For some reason, they are not returning the correct hitboxes for blocks that Vanilla Minecraft/Forge does, resulting in MTS not finding any collidiable blocks below the vehicles. It is up to THAT mod to fix their hacking in Vanilla code, not MTS to accommodate said hacks. There is already an issue on that mod's GitHub, please reference it:
ValkyrienSkies/Valkyrien-Skies#170

Throttle axis linearity issue

When moving the throttle axis of the joystick, the vehicle throttle snaps to idle as the axis passes its centre of travel.

This sounds like it might be a mis-application of the dead-zone (although I have the dead-zone set to zero in the configuration).

Moving the joystick's throttle axis smoothly from idle to full-power (or vice-versa) will result in a smooth increase/decrease of the aircraft's throttle until the axis nears its midpoint. The aircraft throttle will then abruptly close and stay at idle until the axis is a short way past its midpoint, at which time it will return to its correct position and resume tracking the joystick axis.

The behaviour is also reflected in the axis position bar for the throttle in the configuration dialog.

[Looking at getJoystickAxisState(), I think it is the dead-zone being mis-applied. Specifically, if pollBounds == 0 then the "are we out of the dead-zone" test coming up false needs to result in the function returning 50 rather than 0 as this is the mid-point of the return range (0 .. 100) when pollBounds == 0.]

[EDIT: Ideally, I suppose, perhaps the throttle axis should be a special case and shouldn't have a dead-zone at all, or if it does, it should be applied to the "idle" end of travel rather than the centre of travel like the other axes.]

Request: Stackable caution cones

I would love to be able to stack caution cones in the corner of a workshop, and to mount them on construction vehicles. Aesthetic, though they'd fit better in crates.

Request: Roads

Roads in MTS would solve the big problem of vehicles not being able to go up slopes. However, they could also add some cool new functionality.

If roads were set up like tracks in IR, where you had a menu such as number of lanes, 1-way vs 2-way, lane width etc., then you could make NPC vehicles.

You could even implement sign functionality. If you have a speed limit sign, the vehicles will drive that fast (could also be set in the menu). Intersection roads would make it easier to set up traffic lights. You set up the intersection in the menu (lanes of each crossroad and signal timing), then it could link to any poles attached to each corner and subsequently each signal on said pole.

Request: Fuselage Damage

It would make plane combat more realistic, it'll be super important for boats (for obvious reasons), and if done in an even semi-realistic manner, could provide MTS with another opportunity to stand out from other vehicle mods.

The general consensus around fuselage damage from a mechanics standpoint seems to be as follows:

  • It should be based around a groups system that links different sections of the model to hitboxes (for instance, a model part with a name ending with g1 would be linked to the first group of hitboxes)
  • Damage to a group would have a chance of different results defined in the json. If a group holds fuel in an non-self-sealing fuel tank, each shot would have a chance of creating a fuel leak. If the group takes fire damage with a fuel leak, there's a chance of it igniting. If the group contains control surfaces, there's a chance the surfaces will stop responding. If it contains lights, there's a chance the lights will fail.
  • If a group is damaged enough, it will vanish, and, depending on how it is defined in the json, the plane will lose certain capabilities. If there are parts dependent on that group, they will fall off. If the group is defined as a wing, it will create lift imbalance based on the size of the group relative to the remaining wing groups.
  • Probably a way for groups could be dependent on other groups? So if you had tail fin groups and a tail body group, if the tail body gets shot off, the tails die too.

However, the visual part might be trickier. The two main ways I see are to have MTS generate damage states on its own, or to have the modeler pre-define them. MTS could randomly blacken or erase pixels in groups, for fire and physical damage respectively, or the modeler could create "damage state" textures, like what War Thunder uses, that MTS switches to or overlays in response to damage. The second option could avoid some weirdness inherent to the first, like internal damage not aligning to external damage, but would be more work for content creators.

I know this will be a PITA, but it also strikes me as fairly important in the long run, both for proper boat behavior in response to damage and for MTS to be one of the first vehicle mods with a relatively comprehensive and accurate damage model.

Animations

You already have doors rotate through an angle. So, animations could simply rotate along the angle. You could introduce two new variables, "animationStart" and "animationDuration". Both default to zero (making the animation identical to how it is), but the start and duration can allow for complex movements for parts like landing gear, and even convertibles.

Along this grain, the ability to have custom-defined animations would make landing gear much easier. It could correspond to a custom-defined control button (like magneto or nav lights)

Further, the ability to have wheels or other parts move with animations would be nice as well.

Request: Folding Wings

Many naval aircraft have folding wings to save space in the cramped hangars of aircraft carriers. Once we get moving hitboxes, maybe add a "wing" rotation variable.

[Request] Separate parts for car shells (Please hear me out)

As opposed to the car body being 1 model, have the car chassis have hardpoints for fenders, hoods, hood, frame, etc. - they all spawn instantly when the car is spawned, but can be damaged separately and even broken off/replaced with a freshly crafted part.
This would indirectly, enable pack authors to create aftermarket parts for their cars, or even others' cars, such as an aftermarket skirt or wide body kit. It would also allow directional damage - cars whose front half was damaged, would display the damage on only that side.

Request: Displayed parts/decorative part blocks

Nianor and I were discussing the potential for placing wheels, engines, propellers, and other parts in-world to decorate garages and car junkyards. It would be awesome to have blocks that represented wheels, engines, and maybe a few other things to have laying around in chop shops.

Stall Bug

When planes fly straight up, what should be a conventional stall becomes a weird sort of slow motion impending doom. The planes don't nose down like most aircraft do in a stall, they tilt backwards and nose up, falling towards the ground incredibly slowly. However, despite their slow rate of descent, they will without fail explode on impact.

Setting for left or right side of the road

I have had this idea for a little while and think it would be a good thing to implement. I think the config needs a new variable for the side of the road the cars are intended to drive on. Most MTS models at the current moment are designed for right side of the road but that really limits creative freedom with road layouts. So how this would work is that each vehicle's JSON has a value for the side of the road it was designed for. Then inside the mod config you could specify what side of the road cars drive on and the vehicles that their JSONs don't align with that would have their models flipped across the length of the vehicle to make things fit better. This would come in very handy in cases such as buses, garbage trucks, mail vans, and any other vehicle intended to have something facing out on one side relative to the road's center.

Request: "Skid" hitboxes

Would it be possible to add a boolean with the name "skid" to hitboxes? Because I don't want to make a part for my Camel's skid as it's barely 3 total voxels in volume, I would rather just add a small box to the main model and a small hitbox to the main model JSON that acted like a wheel/skid hitbox.

Jitterbug Mk II

While players no longer jitter on top of vehicles, they can get stuck in the same jitter issue by walking into the sides.

Cars Break Low-Profile Blocks

Cars seem to break "thin" blocks like snow and carpet as easily as they would break full height blocks, when they should probably pass over them instead. While this is most notable on carpets and snow, my guess would be that the issue probably results in unrealistic behavior with collisions on half-slabs, stairs, and most other blocks that are "shorter" than a full block. Given that, this may also have been the cause of some of the problematic behavior that cars have had on slopes.

[Feature] Picky Parts

A function for parts that if true, can only be used if the part is specifically listed as a customType

i.e. My treads that are technically wheels won't be able to go on regular vehicles.

Packs sometimes don't load correctly.

Transferred from Curse:

SleepMineFly

Is anyone else experiencing an issue where FML randomly decides that the blocks & items in the content pack are missing? (I'm running MTS as an add-on to FTB Infinity Lite 1.10 so it could well be a conflict with some other mod.)

Every so often (maybe once every 3-5 game starts on average; I can't seem to narrow down a set of conditions to trigger it), I'll get the "Forge Mod Loader detected missing blocks/items" screen, telling me that there are 81 missing blocks & items and listing lots of things like "mtsofficialpack:brigbedbox" etc.

Any "spare" bits (instruments, wheels, etc.) in inventories will, of course, be gone on entering the world but placed vehicles will be fine - until I remove a part or break the entire vehicle. At that point, the part(s) that get dropped into the world and picked up have the black & magenta "missing" texture. On opening my inventory, they are visible with this texture but the game immediately freezes for a few seconds then exits.

The items are visible in the various crafting benches/machines but they don't get their "proper" names - the Blue Comanche airframe, for example, shows as "item.comanche_blue.name" - and attempting to craft one causes the game to hang. Therefore, when I do get the message, it's necessary to exit and restart the game before attempting to craft anything.

Players Moving With Vehicles

Could we get players and entities on vehicles to move with them? It would be nice. And fun. And I wanna try putting a car onto a plane.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.