Coder Social home page Coder Social logo

justenoughids's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

justenoughids's Issues

Incompatibility with Lost Cities

Minecraft 1.12.2
Forge Server 14.23.4.2705
JEID 1.0.0-7

This is the world that generated with this version of the mod:
2018-06-20_21 19 14
After I disabled it, the world was generated normally.

Does not work with world Edit

With this mod in a server worldedit does not work with error Java.lang.IllegalArgumentException: can't have a block ID above 4095 (4483 Given) and I figured to post it here as there is no way to get ahold of the world edit dev

JourneyMap: "A mod doesn't support extended biome IDs"

Hi, folks.
I get the "a mod doesn't support extended biome IDs" when mousing over areas of the fullscreen map on JourneyMap. This does not happen over the entire map, but it does happen where I am currently standing, which is a vanilla biome. It also does not happen to the biome display under the minimap.
Sadly, journeymap seems to be a closed-source mod. They do have a support Discord (https://journeymap.info/Support), but I suspect it'd be far more useful for a jeid developer to talk with them then me.
Thank you.

Render Failure in Dynmap Forge

I'm uncertain if this is a fault of JustEnoughIDs or Dynmap, but launching them alongside each other results in a soft crash/console spam when running a map render. NotEnoughIDs doesn't cause this same crash, but I'd rather not switch back to it if I can avoid it on account of removing mods on occasion from saves.

Incompatibility with WorldEdit-Forge

This doesn't cause a hard crash, but the server console spits out a bunch of nasty looking errors while handling WorldEdit commands. The relevant bit from the errors is:

"Can't have a block ID above 4095 ('xxxx' given)"
Where 'xxxx' is the number above 4095 for a modded block.

This happens when attempting to copy any group of blocks where at least one exceeds a block ID of 4095, which also prevents saving/importing schematics and generally using the mod.

There was an issue opened on github for NEID's along the same lines about 2 years ago that appears to have been fixed/closed on NEID's end, for what it's worth:
https://github.com/fewizz/NotEnoughIDs/issues/35

Tested using the latest "worldedit-forge-mc1.12-6.1.8-dist.jar"
(available here: https://minecraft.curseforge.com/projects/worldedit/files/2460570 )
and "jei_1.12.2-4.11.0.212.jar"
against Forge 14.23.4.2749

If you want/need the full error logs, give me a heads up and I'll grab them for you.

Crash when breaking blocks (been redirected like 3 times)

This most likely is due to when I cleaned the level.dat file of missing/dummy blocks but I thought I'd post this here in case that speculation is off.

1.12.2 on forge 2730
Breaking a block causes my game to crash on a server (no one else seems to have had this issue though and I cleaned the level.dat like 3 days ago). Particularly bionisation3's machine blocks. The disinfector and DNA constructor in particular are the two I broke. Both threw out an error with foamfix's name on top. First I thought to contact foamfix but according to a duplicate issue from a few weeks ago they redirected me here as the solution. Is there any way to fix this or will I just have to break all the machines (total of 5 of them) and crash every time before placing them back down?
I'm betting a lot of chisel's blocks have been affected(from the looks of one crash) and the entire factory is made from chiseled cobble...
Crash logs are uploaded
crash-2018-08-03_17.25.40-client.txt
crash-2018-08-03_17.43.42-client.txt

JEID brokes Nature’s Compass mod.

Without JEID, this mod adds a compass that lets you find and teleport to the closest specific biome you choose. With JEID, this compass is broken and finds/teleports you to the wrong biome.

Chisel crash when hitting/destroying the block with the id 4250

Disclaimer: I dont know if this really is a JEID issue, so I've also opened an issue on the Chisel issue tracker. Chisel-Team/Chisel#758

When you destroy a chisel block that has the internal block id of 4250, the game client will crash with the following stack trace:

java.lang.IllegalArgumentException: Cannot set property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[down, north, south, west, east]} to up on block minecraft:hopper, it is not an allowed value
	at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:227)
	at net.minecraft.block.BlockHopper.func_176203_a(SourceFile:188)
	at net.minecraft.block.Block.func_176220_d(Block.java:2717)
	at net.minecraft.client.particle.ParticleDigging$Factory.func_178902_a(SourceFile:105)
	at net.minecraft.client.particle.ParticleManager.func_178927_a(ParticleManager.java:142)
	at team.chisel.client.util.ClientUtil.addDestroyEffects(ClientUtil.java:95)
   [...]

Full Crashlog

This is a rather rare bug since a few things need to align perfectly in order for this to happen.
In order to reproduce this, i had to write a small mod that registers 3950 blocks, just so chisel will definitely occupy the block id 4250.

The code for the mod (BlockIdEater) can be found here https://gist.github.com/Xalcon/542e5f1bc16921dfb46d408b1f63ee15

The interesting thing is: 4250 - 4096 = 154
154 is the BlockId of the minecraft hopper

Something that I found out though:
Chisels last method in the stack trace is ClientUtil.addDestroyEffects() which retrieves a block ID via Block.getIdFromBlock(). Afterwards it calls ParticleDigging.Factory#createParticle() (indirectly via ParticleManager#spawnEffectParticle()) which in turn uses this ID with Block.getStateById(). At this point, it seems JEID returns the hopper block state but with an invalid meta value. I'm not sure if this is a bug with JEID or if chisel should actually use Block#getStateId() instead of Block.getIdFromBlock().

Used Mods:

	| State  | ID           | Version           | Source                        | Signature                                |
	|:------ |:------------ |:----------------- |:----------------------------- |:---------------------------------------- |
	| LCHIJA | minecraft    | 1.12.2            | minecraft.jar                 | None                                     |
	| LCHIJA | mcp          | 9.42              | minecraft.jar                 | None                                     |
	| LCHIJA | FML          | 8.0.99.99         | forge-1.12.2-14.23.5.2805.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | forge        | 14.23.5.2805      | forge-1.12.2-14.23.5.2805.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | blockideater | 1.0               | blockideater-1.0.jar          | None                                     |
	| LCHIJA | ctm          | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar     | None                                     |
	| LCHIJA | chisel       | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar  | None                                     |
	| LCHIJA | jeid         | 1.0.2-26          | JustEnoughIDs-1.0.2-26.jar    | None                                     |

How to reproduce:

  • Install the mods listed above (the code for the block id eater mod can be found here)
  • Make sure the block Id eater mod is loaded first so it can occupy all the IDs in range up to 4050~
  • Create a new world and place the block that occupies the block id 4250. In my case this was chisel:block_coal2 (either Block of Coal (Raw) or Block of Coal (Cuts)). I've used NBTExplorer to look for the block id 4250 to get the right block.
  • Destroy the block
  • ....
  • Profit crash.

JustEnoughIDs crash with refined storage 1.5.34

---- Minecraft Crash Report ----
// I blame asiekierka, author of FoamFix.

Time: 2018-07-09 21:13:13 EDT
Description: Playing level event

java.lang.IllegalArgumentException: Cannot set property PropertyAnyInteger{name=variation, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]} to 17 on block chisel:concrete_white2, it is not an allowed value
at pl.asie.foamfix.common.FoamyBlockState.withProperty(FoamyBlockState.java:62)
at team.chisel.common.block.BlockCarvable.getStateFromMeta(BlockCarvable.java:109)
at net.minecraft.client.renderer.RenderGlobal.playEvent(RenderGlobal.java:2422)
at net.minecraft.world.World.playEvent(World.java:3700)
at net.minecraft.world.World.playEvent(World.java:3691)
at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerDestroyBlock(PlayerControllerMP.java:155)
at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlockCreative(PlayerControllerMP.java:74)
at net.minecraft.client.multiplayer.PlayerControllerMP.clickBlock(PlayerControllerMP.java:223)
at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1516)
at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2247)
at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2018)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1806)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1096)
at net.minecraft.client.Minecraft.run(Minecraft.java:3938)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)

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

-- Level event being played --
Block coordinates: World: (-559,4,-668), Chunk: (at 1,0,4 in -35,-42; contains blocks -560,0,-672 to -545,255,-657), Region: (-2,-2; contains chunks -64,-64 to -33,-33, blocks -1024,0,-1024 to -513,255,-513)
Event source: NULL
Event type: 2001
Event data: 71456

-- Affected level --
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Escman1999'/502, l='MpServer', x=-555.84, y=4.00, z=-667.88]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-561,4,-671), Chunk: (at 15,0,1 in -36,-42; contains blocks -576,0,-672 to -561,255,-657), Region: (-2,-2; contains chunks -64,-64 to -33,-33, blocks -1024,0,-1024 to -513,255,-513)
Level time: 986 game time, 986 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 33 total; [EntitySheep['Sheep'/80385, l='MpServer', x=-482.81, y=4.00, z=-660.69], EntitySheep['Sheep'/80384, l='MpServer', x=-485.80, y=4.00, z=-667.17], EntityChicken['Chicken'/80387, l='MpServer', x=-497.88, y=4.00, z=-654.60], EntityChicken['Chicken'/80386, l='MpServer', x=-485.75, y=4.00, z=-670.18], EntityChicken['Chicken'/80389, l='MpServer', x=-503.50, y=4.00, z=-657.50], EntityChicken['Chicken'/80388, l='MpServer', x=-505.50, y=4.00, z=-658.50], EntityHorse['Horse'/80391, l='MpServer', x=-636.50, y=4.00, z=-682.50], EntityCow['Cow'/80390, l='MpServer', x=-504.50, y=4.00, z=-660.50], EntityLatchedRenderer['unknown'/19340, l='MpServer', x=-555.84, y=4.00, z=-667.88], EntityLatchedRenderer['unknown'/2701, l='MpServer', x=-558.50, y=4.00, z=-669.50], EntityPig['Pig'/80399, l='MpServer', x=-491.50, y=4.00, z=-721.50], EntityPig['Pig'/80401, l='MpServer', x=-482.63, y=4.00, z=-709.75], EntityPig['Pig'/80400, l='MpServer', x=-499.33, y=4.00, z=-715.55], EntityChicken['Chicken'/80402, l='MpServer', x=-491.50, y=4.00, z=-726.50], EntityPig['Pig'/80404, l='MpServer', x=-478.50, y=4.00, z=-737.50], EntitySheep['Sheep'/80419, l='MpServer', x=-577.50, y=4.00, z=-696.50], EntityPig['Pig'/80421, l='MpServer', x=-578.50, y=4.00, z=-697.50], EntitySheep['Sheep'/80420, l='MpServer', x=-573.54, y=4.00, z=-701.28], EntityPig['Pig'/80422, l='MpServer', x=-578.50, y=4.00, z=-700.50], EntityCow['Cow'/80427, l='MpServer', x=-631.71, y=4.00, z=-740.65], EntityCow['Cow'/80429, l='MpServer', x=-636.50, y=4.00, z=-739.50], EntityChicken['Chicken'/80367, l='MpServer', x=-508.50, y=4.00, z=-597.50], EntityCow['Cow'/80430, l='MpServer', x=-635.59, y=4.00, z=-741.40], EntityHorse['Horse'/80369, l='MpServer', x=-508.32, y=4.00, z=-591.14], EntityChicken['Chicken'/80368, l='MpServer', x=-507.50, y=4.00, z=-599.50], EntitySheep['Sheep'/80375, l='MpServer', x=-529.50, y=4.00, z=-681.50], EntityPig['Pig'/80374, l='MpServer', x=-506.50, y=4.00, z=-597.50], EntityPlayerSP['Escman1999'/502, l='MpServer', x=-555.84, y=4.00, z=-667.88], EntitySheep['Sheep'/80377, l='MpServer', x=-528.50, y=4.00, z=-682.50], EntityLatchedRenderer['unknown'/505, l='MpServer', x=8.50, y=65.00, z=8.50], EntitySheep['Sheep'/80376, l='MpServer', x=-534.17, y=4.00, z=-680.80], EntitySheep['Sheep'/80381, l='MpServer', x=-492.23, y=4.00, z=-662.56], EntityChicken['Chicken'/80380, l='MpServer', x=-530.94, y=4.00, z=-685.12]]
Retry entities: 2 total; [EntityLatchedRenderer['unknown'/505, l='MpServer', x=8.50, y=65.00, z=8.50], EntityLatchedRenderer['unknown'/2701, l='MpServer', x=-558.50, y=4.00, z=-669.50]]
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_172, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2621104360 bytes (2499 MB) / 6145703936 bytes (5861 MB) up to 6145703936 bytes (5861 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx6113m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2727 261 mods loaded, 261 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                                |
   |:--------- |:--------------------------------- |:---------------------- |:------------------------------------------------- |:---------------------------------------- |
   | UCHIJAAAA | minecraft                         | 1.12.2                 | minecraft.jar                                     | None                                     |
   | UCHIJAAAA | mcp                               | 9.42                   | minecraft.jar                                     | None                                     |
   | UCHIJAAAA | FML                               | 8.0.99.99              | forge-1.12.2-14.23.4.2727-universal.jar           | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCHIJAAAA | forge                             | 14.23.4.2727           | forge-1.12.2-14.23.4.2727-universal.jar           | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCHIJAAAA | foamfixcore                       | 7.7.4                  | minecraft.jar                                     | None                                     |
   | UCHIJAAAA | opencomputers|core                | 1.7.2.67               | minecraft.jar                                     | None                                     |
   | UCHIJAAAA | elucore                           | 1.0                    | minecraft.jar                                     | None                                     |
   | UCHIJAAAA | fastbench                         | 1.3.2                  | FastWorkbench-1.12.2-1.3.2.jar                    | None                                     |
   | UCHIJAAAA | actuallyadditions                 | 1.12.2-r135            | ActuallyAdditions-1.12.2-r135.jar                 | None                                     |
   | UCHIJAAAA | appliedenergistics2               | rv5-stable-11          | appliedenergistics2-rv5-stable-11.jar             | None                                     |
   | UCHIJAAAA | bdlib                             | 1.14.3.12              | bdlib-1.14.3.12-mc1.12.2.jar                      | None                                     |
   | UCHIJAAAA | ae2stuff                          | 0.7.0.4                | ae2stuff-0.7.0.4-mc1.12.2.jar                     | None                                     |
   | UCHIJAAAA | aether_legacy                     | 1.12.2-v3.0            | aether_legacy-1.12.2-v3.0.jar                     | None                                     |
   | UCHIJAAAA | aether_legacy_addon               | 1.12.2-v1.0            | aether_legacy_addon_1.12.2-v1.0.jar               | None                                     |
   | UCHIJAAAA | akashictome                       | 1.2-10                 | AkashicTome-1.2-10.jar                            | None                                     |
   | UCHIJAAAA | crafttweaker                      | 4.1.9                  | CraftTweaker2-1.12-4.1.9.jar                      | None                                     |
   | UCHIJAAAA | mtlib                             | 3.0.4                  | MTLib-3.0.4.jar                                   | None                                     |
   | UCHIJAAAA | modtweaker                        | 4.0.12                 | modtweaker-4.0.12.jar                             | None                                     |
   | UCHIJAAAA | jei                               | 4.11.0.202             | jei_1.12.2-4.11.0.202.jar                         | None                                     |
   | UCHIJAAAA | ctm                               | MC1.12-0.2.3.12        | CTM-MC1.12-0.2.3.12.jar                           | None                                     |
   | UCHIJAAAA | chisel                            | MC1.12.2-0.2.0.31      | Chisel-MC1.12.2-0.2.0.31.jar                      | None                                     |
   | UCHIJAAAA | baubles                           | 1.5.2                  | Baubles-1.12-1.5.2.jar                            | None                                     |
   | UCHIJAAAA | endercore                         | 1.12.2-0.5.35          | EnderCore-1.12.2-0.5.35.jar                       | None                                     |
   | UCHIJAAAA | thaumcraft                        | 6.1.BETA17             | Thaumcraft-1.12.2-6.1.BETA17.jar                  | None                                     |
   | UCHIJAAAA | codechickenlib                    | 3.1.8.341              | CodeChickenLib-1.12.2-3.1.8.341-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAA | redstoneflux                      | 2.0.2                  | RedstoneFlux-1.12-2.0.2.3-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAA | cofhcore                          | 4.5.1                  | CoFHCore-1.12.2-4.5.1.18-universal.jar            | None                                     |
   | UCHIJAAAA | brandonscore                      | 2.4.2                  | BrandonsCore-1.12-2.4.2.157-universal.jar         | None                                     |
   | UCHIJAAAA | cofhworld                         | 1.2.0                  | CoFHWorld-1.12.2-1.2.0.5-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAA | thermalfoundation                 | 2.5.0                  | ThermalFoundation-1.12.2-2.5.0.19-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAA | draconicevolution                 | 2.3.11                 | Draconic-Evolution-1.12-2.3.11.290-universal.jar  | None                                     |
   | UCHIJAAAA | thermalexpansion                  | 5.5.0                  | ThermalExpansion-1.12.2-5.5.0.29-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAA | enderio                           | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | enderiointegrationtic             | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | mantle                            | 1.12-1.3.2.24          | Mantle-1.12-1.3.2.24.jar                          | None                                     |
   | UCHIJAAAA | tconstruct                        | 1.12.2-2.10.1.87       | TConstruct-1.12.2-2.10.1.87.jar                   | None                                     |
   | UCHIJAAAA | tesla                             | 1.0.63                 | Tesla-1.12.2-1.0.63.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJAAAA | theoneprobe                       | 1.4.22                 | theoneprobe-1.12-1.4.22.jar                       | None                                     |
   | UCHIJAAAA | immersiveengineering              | 0.12-83                | ImmersiveEngineering-0.12-83.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | UCHIJAAAA | alternatingflux                   | 0.12-4                 | alternatingflux-0.12-4.jar                        | None                                     |
   | UCHIJAAAA | essentials                        | 1.12.2-1.1.0           | essentials-1.12.2-1.1.0.jar                       | None                                     |
   | UCHIJAAAA | crossroads                        | 1.12.2-1.9.0           | crossroads-1.12.2-1.9.0.jar                       | None                                     |
   | UCHIJAAAA | guideapi                          | 1.12-2.1.5-60          | Guide-API-1.12-2.1.5-60.jar                       | None                                     |
   | UCHIJAAAA | bloodmagic                        | 1.12.2-2.2.12-97       | BloodMagic-1.12.2-2.2.12-97.jar                   | None                                     |
   | UCHIJAAAA | animus                            | 1                      | Animus-2.0.2.jar                                  | None                                     |
   | UCHIJAAAA | appleskin                         | 1.0.9                  | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
   | UCHIJAAAA | appliedfluidics                   | 1.12.2-2.0.2           | AppliedFluidics-1.12.2-2.0.2.jar                  | None                                     |
   | UCHIJAAAA | botania                           | r1.10-354              | Botania r1.10-354.jar                             | None                                     |
   | UCHIJAAAA | conarm                            | 1.0.1.2                | conarm-1.12.2-1.0.1.2.jar                         | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | UCHIJAAAA | extrautils2                       | 1.0                    | extrautils2-1.12-1.7.6.jar                        | None                                     |
   | UCHIJAAAA | ic2                               | 2.8.90-ex112           | industrialcraft-2-2.8.90-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
   | UCHIJAAAA | reborncore                        | 3.9.0.315              | RebornCore-1.12.2-3.9.0.315-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCHIJAAAA | techreborn                        | 2.16.0.746             | TechReborn-1.12.2-2.16.0.746-universal.jar        | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCHIJAAAA | forestry                          | 5.8.0.295              | forestry_1.12.2-5.8.0.295.jar                     | None                                     |
   | UCHIJAAAA | forgelin                          | 1.6.0                  | Forgelin-1.6.0.jar                                | None                                     |
   | UCHIJAAAA | mcmultipart                       | 2.5.1                  | MCMultiPart-2.5.1.jar                             | None                                     |
   | UCHIJAAAA | mekanism                          | 1.12.2-9.4.13.349      | Mekanism-1.12.2-9.4.13.349.jar                    | None                                     |
   | UCHIJAAAA | teslacorelib                      | 1.0.13                 | tesla-core-lib-1.12-1.0.13.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJAAAA | industrialforegoing               | 1.12.2-1.12.2          | industrialforegoing-1.12.2-1.9.0-163.jar          | None                                     |
   | UCHIJAAAA | harvestcraft                      | 1.12.2u                | Pam's HarvestCraft 1.12.2u.jar                    | None                                     |
   | UCHIJAAAA | mcjtylib_ng                       | 3.0.1                  | mcjtylib-1.12-3.0.1.jar                           | None                                     |
   | UCHIJAAAA | rftools                           | 7.52                   | rftools-1.12-7.52.jar                             | None                                     |
   | UCHIJAAAA | rustic                            | 1.0.6                  | rustic-1.0.6.jar                                  | None                                     |
   | UCHIJAAAA | integrationforegoing              | 1.12.2-1.7             | IntegrationForegoing-1.12.2-1.7.jar               | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
   | UCHIJAAAA | biomesoplenty                     | 7.0.1.2389             | BiomesOPlenty-1.12.2-7.0.1.2389-universal.jar     | None                                     |
   | UCHIJAAAA | valkyrielib                       | 1.12.2-2.0.10b         | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
   | UCHIJAAAA | environmentaltech                 | 1.12.2-2.0.10a         | environmentaltech-1.12.2-2.0.10a.jar              | None                                     |
   | UCHIJAAAA | projecte                          | 1.12-PE1.3.1B          | ProjectE-1.12-PE1.3.1B.jar                        | None                                     |
   | UCHIJAAAA | forgemultipartcbe                 | 2.4.2.58               | ForgeMultipart-1.12.2-2.4.2.58-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAA | mrtjpcore                         | 2.1.3.35               | MrTJPCore-1.12.2-2.1.3.35-universal.jar           | None                                     |
   | UCHIJAAAA | projectred-core                   | 4.9.1.92               | ProjectRed-1.12.2-4.9.1.92-Base.jar               | None                                     |
   | UCHIJAAAA | projectred-exploration            | 4.9.1.92               | ProjectRed-1.12.2-4.9.1.92-world.jar              | None                                     |
   | UCHIJAAAA | psi                               | r1.1-59                | Psi-r1.1-59.jar                                   | None                                     |
   | UCHIJAAAA | twilightforest                    | 3.7.424                | twilightforest-1.12.2-3.7.424-universal.jar       | None                                     |
   | UCHIJAAAA | plustic                           | 6.5.0.0                | plustic-6.5.0.0.jar                               | None                                     |
   | UCHIJAAAA | armoryexpansion                   | 0.1.4                  | armoryexpansion-0.1.4.jar                         | None                                     |
   | UCHIJAAAA | aroma1997core                     | 2.0.0.0.b150           | Aroma1997Core-1.12.2-2.0.0.0.b150.jar             | dfbfe4c473253d8c5652417689848f650b2cbe32 |
   | UCHIJAAAA | aroma1997sdimension               | 1.3.0.0.b37            | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None                                     |
   | UCHIJAAAA | astralsorcery                     | 1.9.1                  | astralsorcery-1.12.2-1.9.1.jar                    | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
   | UCHIJAAAA | morphtool                         | 1.2-16                 | Morph-o-Tool-1.2-16.jar                           | None                                     |
   | UCHIJAAAA | quark                             | r1.4-124               | Quark-r1.4-124.jar                                | None                                     |
   | UCHIJAAAA | autoreglib                        | 1.3-17                 | AutoRegLib-1.3-17.jar                             | None                                     |
   | UCHIJAAAA | badwithernocookiereloaded         | 1.12.2-2.12            | badwithernocookiereloaded-1.12.2-2.12.jar         | None                                     |
   | UCHIJAAAA | base                              | 3.9.0                  | base-1.12.2-3.9.0.jar                             | None                                     |
   | UCHIJAAAA | betteradvancements                | 0.0.8.50               | BetterAdvancements-1.12.2-0.0.8.50.jar            | None                                     |
   | UCHIJAAAA | betterbuilderswands               | 0.11.1                 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar   | None                                     |
   | UCHIJAAAA | binniecore                        | 2.5.0.165              | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
   | UCHIJAAAA | binniedesign                      | 2.5.0.165              | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
   | UCHIJAAAA | genetics                          | 2.5.0.165              | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
   | UCHIJAAAA | botany                            | 2.5.0.165              | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
   | UCHIJAAAA | extrabees                         | 2.5.0.165              | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
   | UCHIJAAAA | extratrees                        | 2.5.0.165              | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
   | UCHIJAAAA | blockcraftery                     | 0.1.3                  | blockcraftery-0.1.3.jar                           | None                                     |
   | UCHIJAAAA | bookshelf                         | 2.3.544                | Bookshelf-1.12.2-2.3.544.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJAAAA | chameleon                         | 1.12-4.1.3             | Chameleon-1.12-4.1.3.jar                          | None                                     |
   | UCHIJAAAA | chickenchunks                     | 2.4.1.71               | ChickenChunks-1.12.2-2.4.1.71-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAA | chiselsandbits                    | 14.16                  | chiselsandbits-14.16.jar                          | None                                     |
   | UCHIJAAAA | clochecall                        | 1.1.1                  | ClocheCall-1.1.1.jar                              | None                                     |
   | UCHIJAAAA | colytra                           | 1.0.4.3                | colytra-1.12.2-1.0.4.3.jar                        | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | UCHIJAAAA | cyclopscore                       | 0.11.5                 | CyclopsCore-1.12.2-0.11.5.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | UCHIJAAAA | commoncapabilities                | 1.4.0                  | CommonCapabilities-1.12-1.4.0.jar                 | None                                     |
   | UCHIJAAAA | storagedrawers                    | 1.12-5.3.5             | StorageDrawers-1.12.2-5.3.6.jar                   | None                                     |
   | UCHIJAAAA | compactdrawers                    | 1.12.2-1.0.3.86        | CompactDrawers-1.12.2-1.0.3.86.jar                | None                                     |
   | UCHIJAAAA | refinedstorage                    | 1.5.34                 | refinedstorage-1.5.34.jar                         | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
   | UCHIJAAAA | compactmachines3                  | 3.0.11                 | compactmachines3-1.12.2-3.0.11-b207.jar           | None                                     |
   | UCHIJAAAA | compactsolars                     | 1.12.2-5.0.17.340      | CompactSolars-1.12.2-5.0.17.340-universal.jar     | None                                     |
   | UCHIJAAAA | contenttweaker                    | 1.12.2-4.6.0           | ContentTweaker-1.12.2-4.6.0.jar                   | None                                     |
   | UCHIJAAAA | controlling                       | 3.0.6                  | Controlling-3.0.6.jar                             | None                                     |
   | UCHIJAAAA | cookingforblockheads              | 6.3.26                 | CookingForBlockheads_1.12.2-6.3.26.jar            | None                                     |
   | UCHIJAAAA | ctgui                             | 1.0.0                  | CraftTweaker2-1.12-4.1.9.jar                      | None                                     |
   | UCHIJAAAA | crafttweakerjei                   | 2.0.2                  | CraftTweaker2-1.12-4.1.9.jar                      | None                                     |
   | UCHIJAAAA | culinaryconstruct                 | 1.0.0                  | culinaryconstruct-1.0.0.jar                       | None                                     |
   | UCHIJAAAA | custommainmenu                    | 2.0.8                  | CustomMainMenu-MC1.12.2-2.0.8.jar                 | None                                     |
   | UCHIJAAAA | nei                               | 2.4.1                  | NotEnoughItems-1.12.2-2.4.1.233-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAA | p455w0rdslib                      | 2.0.29                 | p455w0rdslib-1.12-2.0.29.jar                      | None                                     |
   | UCHIJAAAA | stg                               | 1.12.2-1.2.3           | stg-1.12.2-1.2.3.jar                              | None                                     |
   | UCHIJAAAA | danknull                          | 1.4.33                 | DankNull-1.12-1.4.33.jar                          | None                                     |
   | UCHIJAAAA | darkutils                         | 1.8.207                | DarkUtils-1.12.2-1.8.207.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJAAAA | eleccore                          | 1.8.434                | ElecCore-1.12.2-1.8.434.jar                       | None                                     |
   | UCHIJAAAA | opencomputers                     | 1.7.2.67               | OpenComputers-MC1.12.2-1.7.2.67.jar               | None                                     |
   | UCHIJAAAA | deepresonance                     | 1.7.1                  | deepresonance-1.12-1.7.1.jar                      | None                                     |
   | UCHIJAAAA | journeymap                        | 1.12.2-5.5.2           | journeymap-1.12.2-5.5.2.jar                       | None                                     |
   | UCHIJAAAA | defaultoptions                    | 9.2.7                  | DefaultOptions_1.12.2-9.2.7.jar                   | None                                     |
   | UCHIJAAAA | deuf                              | 1.1-1.12.2             | deuf-1.1-1.12.2.jar                               | None                                     |
   | UCHIJAAAA | diethopper                        | 1.1                    | diethopper-1.1.jar                                | None                                     |
   | UCHIJAAAA | elevatorid                        | 1.3.6                  | ElevatorMod-1.12.2-1.3.6.jar                      | None                                     |
   | UCHIJAAAA | enablecheats                      | @MODVERSION@           | EnableCheats-1.12.2-1.0.0.jar                     | None                                     |
   | UCHIJAAAA | enderiobase                       | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | enderioconduits                   | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | enderioconduitsappliedenergistics | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | enderioconduitsopencomputers      | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | enderioconduitsrefinedstorage     | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | enderiointegrationforestry        | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | enderiointegrationticlate         | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | ichunutil                         | 7.1.4                  | iChunUtil-1.12.2-7.1.4.jar                        | None                                     |
   | UCHIJAAAA | ftblib                            | 5.1.0.22               | FTBLib-5.1.0.22.jar                               | None                                     |
   | UCHIJAAAA | enderiomachines                   | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | enderiopowertools                 | 5.0.29                 | EnderIO-1.12.2-5.0.29.jar                         | None                                     |
   | UCHIJAAAA | enderstorage                      | 2.4.2.126              | EnderStorage-1.12.2-2.4.2.126-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJAAAA | enderzoo                          | 1.12.1-1.4.0.49        | EnderZoo-1.12.1-1.4.0.49.jar                      | None                                     |
   | UCHIJAAAA | engineersworkshop                 | 1.0.8.37               | EngineersWorkshopReborn-1.12.2-1.0.8.37.jar       | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCHIJAAAA | equivalentenergistics             | 0.8.1                  | EquivalentEnergistics-1.12.2-0.8.1.jar            | None                                     |
   | UCHIJAAAA | exchangers                        | 1.12.2-2.7.2           | Exchangers-1.12.2-2.7.2.jar                       | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
   | UCHIJAAAA | hammercore                        | 2.0.0.1                | HammerCore-1.12.2-2.0.0.1.jar                     | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | UCHIJAAAA | expequiv                          | 10a                    | ExpandedEquivalence-1.12.2-10a.jar                | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | UCHIJAAAA | extracells                        | 2.5.13                 | ExtraCells-1.12.2-2.5.13a60.jar                   | None                                     |
   | UCHIJAAAA | zerocore                          | 1.12-0.1.2.1           | zerocore-1.12-0.1.2.1.jar                         | None                                     |
   | UCHIJAAAA | bigreactors                       | 1.12.2-0.4.5.48        | ExtremeReactors-1.12.2-0.4.5.48.jar               | None                                     |
   | UCHIJAAAA | flatcoloredblocks                 | mc1.12-6.6             | flatcoloredblocks-mc1.12-6.6.jar                  | None                                     |
   | UCHIJAAAA | foamfix                           | 0.9.9.1-1.12.2         | foamfix-0.9.9.1-1.12.2-anarchy.jar                | None                                     |
   | UCHIJAAAA | microblockcbe                     | 2.4.2.58               | ForgeMultipart-1.12.2-2.4.2.58-universal.jar      | None                                     |
   | UCHIJAAAA | minecraftmultipartcbe             | 2.4.2.58               | ForgeMultipart-1.12.2-2.4.2.58-universal.jar      | None                                     |
   | UCHIJAAAA | fpsreducer                        | 1.12.2-1.10.2          | FpsReducer-1.12.2-1.10.2.jar                      | None                                     |
   | UCHIJAAAA | ftbutilities                      | 5.1.0.27               | FTBUtilities-5.1.0.27.jar                         | None                                     |
   | UCHIJAAAA | funkylocomotion                   | 1.0                    | funky-locomotion-1.12.2-1.1.1.jar                 | None                                     |
   | UCHIJAAAA | gendustry                         | 1.6.5.8                | gendustry-1.6.5.8-mc1.12.2.jar                    | None                                     |
   | UCHIJAAAA | advgenerators                     | 0.9.20.12              | generators-0.9.20.12-mc1.12.2.jar                 | None                                     |
   | UCHIJAAAA | gravestone                        | 1.10.1                 | gravestone-1.10.1.jar                             | None                                     |
   | UCHIJAAAA | hardcorebuoy                      | ${version}             | HardcoreBuoy-1.12-1.0.3.jar                       | None                                     |
   | UCHIJAAAA | immersivecables                   | 1.3.1                  | ImmersiveCables-1.12.2-1.3.1.jar                  | None                                     |
   | UCHIJAAAA | immersivetech                     | 1.3.7                  | immersivetech-1.12-1.3.7-SevTech-Ages.jar         | None                                     |
   | UCHIJAAAA | inspirations                      | 1.12.2-0.2.1           | Inspirations-1.12.2-0.2.1.jar                     | None                                     |
   | UCHIJAAAA | integrateddynamics                | 0.11.11                | IntegratedDynamics-1.12.2-0.11.11.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | UCHIJAAAA | integrateddynamicscompat          | 1.0.0                  | IntegratedDynamics-1.12.2-0.11.11.jar             | None                                     |
   | UCHIJAAAA | integratedtunnels                 | 1.5.5                  | IntegratedTunnels-1.12.2-1.5.5.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | UCHIJAAAA | integratedtunnelscompat           | 1.0.0                  | IntegratedTunnels-1.12.2-1.5.5.jar                | None                                     |
   | UCHIJAAAA | inventorysorter                   | 1.13.3+57              | inventorysorter-1.12.2-1.13.3+57.jar              | None                                     |
   | UCHIJAAAA | ironbackpacks                     | 1.12.2-3.0.7-10        | IronBackpacks-1.12.2-3.0.7-10.jar                 | None                                     |
   | UCHIJAAAA | ironchest                         | 1.12.2-7.0.40.824      | ironchest-1.12.2-7.0.40.824.jar                   | None                                     |
   | UCHIJAAAA | jaopca                            | 1.12.2-2.2.8.90        | JAOPCA-1.12.2-2.2.8.90.jar                        | None                                     |
   | UCHIJAAAA | oredictinit                       | 1.12.2-2.2.1.68        | JAOPCA-1.12.2-2.2.8.90.jar                        | None                                     |
   | UCHIJAAAA | jeibees                           | 0.9.0.5                | jeibees-0.9.0.5-mc1.12.2.jar                      | None                                     |
   | UCHIJAAAA | jeiintegration                    | 1.5.1.36               | jeiintegration_1.12.2-1.5.1.36.jar                | None                                     |
   | UCHIJAAAA | jeresources                       | 0.8.8.45               | JustEnoughResources-1.12.2-0.8.8.45.jar           | None                                     |
   | UCHIJAAAA | jeroreintegration                 | 1.0.0                  | JEROreIntegration-1.12.2-1.0.0.jar                | None                                     |
   | UCHIJAAAA | jeid                              | 1.0.0-6                | JustEnoughIDs-1.0.0-6.jar                         | None                                     |
   | UCHIJAAAA | llibrary                          | 1.7.9                  | llibrary-1.7.9-1.12.jar                           | None                                     |
   | UCHIJAAAA | llor                              | 1.1.4-mc1.12           | LLOverlayReloaded-1.1.4-mc1.12.jar                | None                                     |
   | UCHIJAAAA | lostcities                        | 2.0.7                  | lostcities-1.12-2.0.7.jar                         | None                                     |
   | UCHIJAAAA | magicbees                         | 1.0                    | MagicBees-1.12.2-3.1.9.jar                        | None                                     |
   | UCHIJAAAA | malisiscore                       | 1.12.2-6.4.0           | malisiscore-1.12.2-6.4.0.jar                      | None                                     |
   | UCHIJAAAA | malisisdoors                      | 1.12.2-7.3.0           | malisisdoors-1.12.2-7.3.0.jar                     | None                                     |
   | UCHIJAAAA | meecreeps                         | 1.2.1                  | meecreeps-1.12-1.2.1.jar                          | None                                     |
   | UCHIJAAAA | mekanismgenerators                | 9.4.11                 | MekanismGenerators-1.12.2-9.4.13.349.jar          | None                                     |
   | UCHIJAAAA | mekanismtools                     | 9.4.11                 | MekanismTools-1.12.2-9.4.13.349.jar               | None                                     |
   | UCHIJAAAA | mercurius                         | 1.0.6                  | Mercurius-1.12.2.jar                              | None                                     |
   | UCHIJAAAA | minetogether                      | unspecified            | minetogether-1.10.2-2.0.2.jar                     | None                                     |
   | UCHIJAAAA | minetogetherserver                | unspecified            | minetogether-1.10.2-2.0.2.jar                     | None                                     |
   | UCHIJAAAA | mtrm                              | 1.2.2.30               | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar        | None                                     |
   | UCHIJAAAA | mob_grinding_utils                | 0.3.6                  | MobGrindingUtils-0.3.6.jar                        | None                                     |
   | UCHIJAAAA | modnametooltip                    | 1.10.0                 | modnametooltip_1.12.2-1.10.0.jar                  | None                                     |
   | UCHIJAAAA | morecauldrons                     | 1.3                    | More+Cauldrons-1.3.jar                            | None                                     |
   | UCHIJAAAA | morph                             | 7.1.2                  | Morph-1.12.2-7.1.2.jar                            | None                                     |
   | UCHIJAAAA | morpheus                          | 1.12-3.3.2             | Morpheus-1.12-3.3.2.jar                           | None                                     |
   | UCHIJAAAA | mousetweaks                       | 2.8                    | MouseTweaks-2.8-mc1.12.1.jar                      | None                                     |
   | UCHIJAAAA | mystcraft                         | 0.13.4.03              | mystcraft-1.12.2-0.13.4.03.jar                    | None                                     |
   | UCHIJAAAA | netherfoundation                  | 1.2.0                  | NetherFoundation-1.12.2-1.2.0-universal.jar       | None                                     |
   | UCHIJAAAA | netherportalfix                   | 5.3.13                 | NetherPortalFix_1.12.1-5.3.13.jar                 | None                                     |
   | UCHIJAAAA | notenoughwands                    | 1.7.0                  | notenoughwands-1.12-1.7.0.jar                     | None                                     |
   | UCHIJAAAA | ore_stone_variants                | 2.23                   | ore_stone_variants-2.23.jar                       | None                                     |
   | UCHIJAAAA | placebo                           | 1.3.4                  | Placebo-1.12.2-1.3.4.jar                          | None                                     |
   | UCHIJAAAA | planarartifice                    | 0.11                   | planarartifice-0.11.jar                           | None                                     |
   | UCHIJAAAA | pneumaticcraft                    | 1.12.2-0.7.1-231       | pneumaticcraft-repressurized-1.12.2-0.7.1-231.jar | None                                     |
   | UCHIJAAAA | portalgun                         | 7.0.2                  | PortalGun-1.12.2-7.0.2.jar                        | None                                     |
   | UCHIJAAAA | projectred-compat                 | 1.0                    | ProjectRed-1.12.2-4.9.1.92-compat.jar             | None                                     |
   | UCHIJAAAA | projectred-integration            | 4.9.1.92               | ProjectRed-1.12.2-4.9.1.92-integration.jar        | None                                     |
   | UCHIJAAAA | projectred-transmission           | 4.9.1.92               | ProjectRed-1.12.2-4.9.1.92-integration.jar        | None                                     |
   | UCHIJAAAA | projectred-fabrication            | 4.9.1.92               | ProjectRed-1.12.2-4.9.1.92-fabrication.jar        | None                                     |
   | UCHIJAAAA | projectred-illumination           | 4.9.1.92               | ProjectRed-1.12.2-4.9.1.92-lighting.jar           | None                                     |
   | UCHIJAAAA | projectred-expansion              | 4.9.1.92               | ProjectRed-1.12.2-4.9.1.92-mechanical.jar         | None                                     |
   | UCHIJAAAA | projectred-relocation             | 4.9.1.92               | ProjectRed-1.12.2-4.9.1.92-mechanical.jar         | None                                     |
   | UCHIJAAAA | projectred-transportation         | 4.9.1.92               | ProjectRed-1.12.2-4.9.1.92-mechanical.jar         | None                                     |
   | UCHIJAAAA | questionablyimmersive             | @VERSION@              | questionablyimmersive-1.12.2-0.1.0.jar            | None                                     |
   | UCHIJAAAA | quickleafdecay                    | 1.2.4                  | QuickLeafDecay-MC1.12.1-1.2.4.jar                 | None                                     |
   | UCHIJAAAA | rangedpumps                       | 0.5                    | rangedpumps-0.5.jar                               | None                                     |
   | UCHIJAAAA | rebind_narrator                   | 1.0.0                  | rebindnarrator-1.0.jar                            | None                                     |
   | UCHIJAAAA | rebornstorage                     | 1.0.0                  | RebornStorage-1.12.2-3.0.6.43.jar                 | None                                     |
   | UCHIJAAAA | redstonearsenal                   | 2.5.0                  | RedstoneArsenal-1.12.2-2.5.0.10-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAA | redstonerepository                | 1.3.0                  | RedstoneRepository-1.12.2-1.3.0-27-universal.jar  | None                                     |
   | UCHIJAAAA | refinedstorageaddons              | 0.3                    | refinedstorageaddons-0.3.jar                      | None                                     |
   | UCHIJAAAA | xreliquary                        | 1.12.2-1.3.4.767       | Reliquary-1.12.2-1.3.4.767.jar                    | None                                     |
   | UCHIJAAAA | resourceloader                    | 1.5.3                  | ResourceLoader-MC1.12.1-1.5.3.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | UCHIJAAAA | rflux                             | 0.3.0                  | rflux-1.12-0.3.0.jar                              | None                                     |
   | UCHIJAAAA | rftoolscontrol                    | 1.9.0                  | rftoolsctrl-1.12-1.9.0.jar                        | None                                     |
   | UCHIJAAAA | rftoolsdim                        | 5.60                   | rftoolsdim-1.12-5.60.jar                          | None                                     |
   | UCHIJAAAA | rftoolspower                      | 1.1.1                  | rftoolspower-1.12-1.1.1.jar                       | None                                     |
   | UCHIJAAAA | rotd                              | 1.7.3                  | ROTD-1.12.2-+1.7.4.jar                            | None                                     |
   | UCHIJAAAA | seasonal_bees                     | 1.0                    | SeasonalBees-[1.12]--1.0.jar                      | None                                     |
   | UCHIJAAAA | sereneseasons                     | 1.2.3                  | SereneSeasons-1.12.2-1.2.3-universal.jar          | None                                     |
   | UCHIJAAAA | thermaldynamics                   | 2.5.1                  | ThermalDynamics-1.12.2-2.5.1.14-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAA | simplyjetpacks                    | 2.2.5.39               | SimplyJetpacks2-1.12.2-2.2.5.39.jar               | None                                     |
   | UCHIJAAAA | soulshardsrespawn                 | 1.12.2-1.0.5-7         | SoulShardsRespawn-1.12.2-1.0.5-7.jar              | None                                     |
   | UCHIJAAAA | stevescarts                       | 2.4.21.107             | StevesCarts-1.12.2-2.4.21.107.jar                 | None                                     |
   | UCHIJAAAA | storagedrawersextra               | @VERSION@              | StorageDrawersExtras-1.12-3.1.0.jar               | None                                     |
   | UCHIJAAAA | tramplestopper                    | 1.0.0.1                | tamplestoper-1.12.2-1.0.0.2-universal.jar         | None                                     |
   | UCHIJAAAA | thaumicequivalence                | 1.12.2-1.0.5           | ThaumicEquivalence-1.12.2-1.0.5.jar               | None                                     |
   | UCHIJAAAA | thaumicjei                        | 1.2.1                  | ThaumicJEI-1.12.2-1.4.0-14.jar                    | None                                     |
   | UCHIJAAAA | thaumicperiphery                  | 0.2.4                  | thaumicperiphery-0.2.4.jar                        | None                                     |
   | UCHIJAAAA | thermalcultivation                | 0.3.0                  | ThermalCultivation-1.12.2-0.3.0.7-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAA | thermalinnovation                 | 0.3.0                  | ThermalInnovation-1.12.2-0.3.0.7-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJAAAA | tinkertoolleveling                | 1.12-1.0.4.DEV.5d716b9 | TinkerToolLeveling-1.12-1.0.4.jar                 | None                                     |
   | UCHIJAAAA | tipthescales                      | 1.0.1                  | TipTheScales-1.12.2-1.0.1.jar                     | None                                     |
   | UCHIJAAAA | toastcontrol                      | 1.6.0                  | Toast Control-1.12.2-1.6.0.jar                    | None                                     |
   | UCHIJAAAA | topaddons                         | 1.12.2-1.6.0           | topaddons-1.12.2-1.6.0.jar                        | None                                     |
   | UCHIJAAAA | torched                           | 7.0.0                  | Torched-1.12.2-7.0.0.jar                          | None                                     |
   | UCHIJAAAA | traverse                          | 1.5.3                  | Traverse-1.12.2-1.5.3-58.jar                      | None                                     |
   | UCHIJAAAA | valkyriecompat                    | 1.12.2-2.0.11a         | valkyriecompat-1.12.2-2.0.11a.jar                 | None                                     |
   | UCHIJAAAA | universalmodifiers                | 1.12.2-1.0.9a          | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
   | UCHIJAAAA | vanillafix                        | 1.0.9-97               | VanillaFix-1.0.9-97.jar                           | None                                     |
   | UCHIJAAAA | vt                                | 1.3.5                  | VanillaTweaks-1.3.5.jar                           | None                                     |
   | UCHIJAAAA | wanionlib                         | 1.12.2-1.5             | WanionLib-1.12.2-1.5.jar                          | None                                     |
   | UCHIJAAAA | wct                               | 3.9.64                 | WirelessCraftingTerminal-1.12.2-3.9.64.jar        | None                                     |
   | UCHIJAAAA | worldselectionadvanced            | 1.12.2-01              | WorldSelectionAdvanced-1.12.2-01.jar              | None                                     |
   | UCHIJAAAA | xnet                              | 1.7.3                  | xnet-1.12-1.7.3.jar                               | None                                     |
   | UCHIJAAAA | yabba                             | 1.1.2.9                | YABBA-1.1.2.9.jar                                 | None                                     |
   | UCHIJAAAA | industrialwires                   | 1.7-26                 | IndustrialWires-1.7-26.jar                        | 7e11c175d1e24007afec7498a1616bef0000027d |
   | UCHIJAAAA | reauth                            | 3.6.0                  | reauth-3.6.0.jar                                  | daba0ec4df71b6da841768c49fb873def208a1e3 |
   | UCHIJAAAA | elulib                            | 0.1.12                 | elulib-0.1.12.jar                                 | None                                     |
   | UCHIJAAAA | teslacorelib_registries           | 1.0.13                 | tesla-core-lib-1.12-1.0.13.jar                    | None                                     |
   | UCHIJAAAA | unidict                           | 1.12.2-2.5b            | UniDict-1.12.2-2.5b.jar                           | None                                     |
   | UCHIJAAAA | wrapup                            | 1.12-1.1.3             | WrapUp-1.12-1.1.3.jar                             | None                                     |

Loaded coremods (and transformers): CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)

                                  LoadingPlugin (Quark-r1.4-124.jar)
                                    vazkii.quark.base.asm.ClassTransformer
                                  ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
                                    c4.colytra.core.asm.ElytraTransformer
                                  VanillaFixLoadingPlugin (VanillaFix-1.0.9-97.jar)
                                    
                                  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
                                    pl.asie.foamfix.coremod.FoamFixTransformer
                                  Narrator Hotkey Disabler (rebindnarrator-1.0.jar)
                                    quaternary.rebindnarrator.asm.ClassTransformer
                                  SSLoadingPlugin (SereneSeasons-1.12.2-1.2.3-universal.jar)
                                    sereneseasons.asm.transformer.EntityRendererTransformer
                                    sereneseasons.asm.transformer.WorldTransformer
                                  HCASM (HammerCore-1.12.2-2.0.0.1.jar)
                                    com.zeitheron.hammercore.asm.HammerCoreTransformer
                                  MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
                                    
                                  LoadingPlugin (HardcoreBuoy-1.12-1.0.3.jar)
                                    betterwithmods.core.ClassTransformer
                                  FMLPlugin (elulib-0.1.12.jar)
                                    elucent.elulib.asm.ASMTransformer
                                  EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar)
                                    com.enderio.core.common.transform.EnderCoreTransformer
                                    com.enderio.core.common.transform.SimpleMixinPatcher
                                  IELoadingPlugin (ImmersiveEngineering-core-0.12-83.jar)
                                    blusunrize.immersiveengineering.common.asm.IEClassTransformer
                                  ForgelinPlugin (Forgelin-1.6.0.jar)
                                    
                                  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
                                    lumien.resourceloader.asm.ClassTransformer
                                  EECore (ExpandedEquivalence-1.12.2-10a.jar)
                                    com.zeitheron.expequiv.core.EETransformer
                                  TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
                                    li.cil.oc.common.asm.ClassTransformer
                                  JEIDLoadingPlugin (JustEnoughIDs-1.0.0-6.jar)
                                    
                                  AstralCore (astralsorcery-1.12.2-1.9.1.jar)
                                    
                                  CorePlugin (WorldSelectionAdvanced-1.12.2-01.jar)
                                    sedridor.worldselectionadvanced.core.Transformer

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 397.64' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
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)
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 3854 names; 8334 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUNCg0KYmxvY2tzIHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSBhZGQgQ2h1bmsgTG9hZGVyIGJsb2NrPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOkNodW5rTG9hZGVyPXRydWUNCg0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGFkZCBUZXNzZXJhY3QgYmxvY2s/IFtkZWZhdWx0OiBmYWxzZV0NCiAgICBCOlRlc3NlcmFjdD1mYWxzZQ0KfQ0KDQoNCmNsaWVudCB7DQogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcmVwbGFjZSBlbmNoYW50bWVudCBnbGludCBjb2xvciB3aXRoIG1vcmUgbWF0Y2hpbmcgY29sb3JzIGZvciBzb21lIHZhbmlsbGEgaXRlbXM/IFtkZWZhdWx0OiB0cnVlXQ0KICAgIEI6IkN1c3RvbSBFbmNoYW50bWVudCBDb2xvcnMgZm9yIFZhbmlsbGEgSXRlbXMiPXRydWUNCg0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIHBvcnRmb3J3YXJkIHlvdXIgbG9jYWwgd29ybGQgd2hlbiB5b3Ugc2hhcmUgd2l0aCBpdCB0byBMQU4/DQogICAgIyBUaGlzIGZlYXR1cmUgZG9lc24ndCB3b3JrIG9uIGFsbCBjbGllbnRzLCB5b3UgYXJlIGdvaW5nIHRvIGdldCBhIG1lc3NhZ2UgaW4gY2hhdCBpZiBpdCB3YXMgc3VjY2Vzc2Z1bC91bnN1Y2Nlc3NmdWwgW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiTEFOIFVQblAiPXRydWUNCg0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGFkZCBNb2QgQnJvd3NlciBmZWF0dXJlIHRvIG1haW4gbWVudT8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiTW9kIEJyb3dzZXIiPXRydWUNCg0KICAgICMgUmVwbGFjZSB2YW5pbGxhIGZ1cm5hY2UgYW5kIGJyZXdpbmcgc3RhbmQgcHJvZ3Jlc3MgYmFycyB0byB1c2Ugc21vb3RoIHJlbmRlcmluZz8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiU21vb3RoIFZhbmlsbGEgR3VpcyI9dHJ1ZQ0KfQ0KDQoNCmRlYnVnIHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSBhZGQgZGVidWcgcmF5IHRyYWNlciBpdGVtPyBbZGVmYXVsdDogZmFsc2VdDQogICAgQjpSYXl0cmFjZXI9ZmFsc2UNCg0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGFkZCBkZWJ1ZyB6YXBwZXIgaXRlbT8gW2RlZmF1bHQ6IGZhbHNlXQ0KICAgIEI6WmFwcGVyPWZhbHNlDQp9DQoNCg0KaXRlbXMgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGFkZCBBY2N1bXVsYXRvciBpdGVtPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOkFjY3VtdWxhdG9yPXRydWUNCn0NCg0KDQppd3JlbmNoIHsNCiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgd3JlbmNoYWJsZT8gKGNvbG9yIGVuY29kZWQgaW4gaGV4IGZvcm0gc3VjaCBhcyBSUkdHQkIpDQogICAgUzpHcmVlbj0yMkZGMjINCg0KICAgICMgV2hhdCBpcyB0aGUgY29sb3Igd2hlbiB0aGUgaG92ZXJlZCBibG9jayBpcyBOT1Qgd3JlbmNoYWJsZT8gKGNvbG9yIGVuY29kZWQgaW4gaGV4IGZvcm0gc3VjaCBhcyBSUkdHQkIpDQogICAgUzpSZWQ9RkYyMjIyDQp9DQoNCg0KbmV0d29ya2luZyB7DQogICAgIyBTaG91bGQgSGFtbWVyQ29yZSB1c2Ugb2xkIG5ldHdvcmtpbmcgaW5zdGVhZCBvZiB0aGUgbmV3IChldmVudC1kcml2ZW4pIG9uZT8gW2RlZmF1bHQ6IGZhbHNlXQ0KICAgIEI6Ik9sZCBOZXR3b3JrIj1mYWxzZQ0KfQ0KDQoNCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGZvcmNlLXNwYXduIEVuZGVyIERyYWdvbiBFZ2cgb24gRW5kZXIgRHJhZ29uIGRlYXRoPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJBbHdheXMgU3Bhd24gRHJhZ29uIEVnZyI9dHJ1ZQ0KfQ0KDQoNCg==
Pastebin Connection: Okay.
Pulsar/inspirations loaded Pulses: - InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsTools (Enabled/Not Forced)
- InspirationsRecipes (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)
- InspirationsShared (Enabled/Forced)
- TheOneProbePlugin (Enabled/Not Forced)
List of loaded APIs: * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
* AetherAPI (v1.0.0) from aether_legacy-1.12.2-v3.0.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
* Base|API (1.0.0) from base-1.12.2-3.9.0.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* betteradvancements|API (0.0.8.50) from BetterAdvancements-1.12.2-0.0.8.50.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.48.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.12-97.jar
* BotaniaAPI (79) from AkashicTome-1.2-10.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.16.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.1.18-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
* ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.1.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.11.290-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
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.29.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.29.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.29.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.29.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.29.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.29.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.29.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.29.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.29.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.295.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.295.jar
* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.1.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.5-60.jar
* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-83.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-83.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.9.0-163.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.11.jar
* jeresources|API (0.8.8.45) from JustEnoughResources-1.12.2-0.8.8.45.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.11.0.202.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.0.2.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
* Mystcraft|API (0.2) from mystcraft-1.12.2-0.13.4.03.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.7.1-231.jar
* projecteapi (1.12.2-1.0.0) from ProjectE-1.12-PE1.3.1B.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.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.4-124.jar
* reborncoreAPI (3.9.0.315) from RebornCore-1.12.2-3.9.0.315-universal.jar
* reborncoreAPI|Power (3.9.0.315) from RebornCore-1.12.2-3.9.0.315-universal.jar
* reborncoreAPI|Recipe (3.9.0.315) from RebornCore-1.12.2-3.9.0.315-universal.jar
* reborncoreAPI|Tile (3.9.0.315) from RebornCore-1.12.2-3.9.0.315-universal.jar
* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.21.107.jar
* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.21.107.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
* techrebornAPI (2.16.0.746) from TechReborn-1.12.2-2.16.0.746-universal.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA17.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.22.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.10b.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.64.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
RebornCore: Plugin Engine: 0
RebornCore Version: 3.9.0.315
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:ON, CRAFTTWEAKER:ON
Suspected Mods: FoamFix (foamfix), Chisel (chisel)
Launched Version: MultiMC5
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 397.64, 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:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x AMD FX(tm)-4300 Quad-Core Processor
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0

[1.12.2] [1.0.0.6] Crash on a server with Thaumcraft/other mods installed

Hi,

this was reported originally on the Thaumcraft issue tracker: Azanor/thaumcraft-beta#1101

If JustEnoughIDs is installed together with Thaumcraft (or some other mods like Blood Magic or Chococraft) on a server the game crashes (everything works fine on a client)

Mods used to test this issue (no other mods installed):
Baubles-1.12-1.5.2
JustEnoughIDs-1.0.0-6
Thaumcraft-1.12.2-6.1.BETA17
forge-1.12.2-14.23.4.2705

Crashlog: https://pastebin.com/raw/rANqdfe3

Thanks for looking into it. :)

Best regards,
wamc

Conflict with Antique Atlas

Seems to conflict with antique atlas. all the biomes show as deserts. other than water, that still shows as water.

with jeid and atlas
2018-08-01_23 10 04
without jeid
2018-08-01_23 10 12

for now i'll be hoping i won't need to add notenoughid's (custom pack so i need to be able to remove mods). or maybe you could add a config to disable parts of the mod.

Custom biome support needed for some mods

Not sure what, but I compiled a list of mods I am using + various other biome-adding mods. Note that I am not using all of these mods, I am just listing them.

I've got a list of mods with their own biomes i'd like you to go through and see if any fixes are needed. One also lets you locate biomes

  • nature's compass
  • twilight forest - PacketBiomeChange
  • erebus
  • the betweenlands
  • aether ii
  • aether legacy
  • thaumcraft - PacketBiomeChange
  • biomes o' plenty
  • traverse
  • terra
  • sugi forest
  • abyssalcraft - CleansingRitualMessage
  • defiled lands
  • misty world
  • floricraft
  • creeping nether - EntityProtal.corruptBiome
  • ice and fire
  • biosphere expansion
  • real world
  • the forgotten biomes
  • spooky biomes
  • netherex
  • justenoughresources
  • streams
  • aroma's dimensions
  • dimensionalcontrol
  • ~~~void island - IslandRegistry~~~
  • bedrockbegone
  • Weather, Storms & Tornadoes
  • ClimateControl - DimensionManager.hasOnlySea
  • SkyLandsForge
  • openterraingenerator
  • biomebundle
  • rftools dimensions
  • welcome to the jungle
  • dynamic trees
  • biometweakercore
  • growthcraft
  • buildcraft
  • galacticraft
  • dimensional doors
  • mystcraft - SymbolFloatingIsland.BiomeReplacer
  • tough as nails
  • serene seasons
  • dynamic surroundings
  • fossils and archaeology
  • tropicraft
  • streams
  • dumpster diving
  • ~~~open cubic chunks~~~
  • advanced rocketry

https://minecraft.curseforge.com/mc-mods/world-gen/world-biomes?filter-game-version=2020709689:6756&filter-sort=4
https://minecraft.curseforge.com/mc-mods/world-gen/world-dimensions?filter-game-version=2020709689%3A6756&filter-sort=4
https://minecraft.curseforge.com/mc-mods/world-gen?filter-game-version=2020709689%3A6756&filter-sort=4

Incompatible with sponge

When loaded with spongeforge I get a crash in the sponge transformers

MultiMC version: 0.6.2-develop-1246


Minecraft folder is:
C:/Users/barch/Documents/MultiMC/instances/stable/.minecraft


Java path is:
C:/Program Files/Java/jre1.8.0_181/bin/javaw.exe


Java is version 1.8.0_181, using 64-bit architecture.


Main Class:
  net.minecraft.launchwrapper.Launch

Native path:
  C:/Users/barch/Documents/MultiMC/instances/stable/natives

Libraries:
  C:/Users/barch/Documents/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
  C:/Users/barch/Documents/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/mojang/patchy/1.1/patchy-1.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
  C:/Users/barch/Documents/MultiMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
  C:/Users/barch/Documents/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
  C:/Users/barch/Documents/MultiMC/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/google/guava/guava/21.0/guava-21.0.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
  C:/Users/barch/Documents/MultiMC/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
  C:/Users/barch/Documents/MultiMC/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
  C:/Users/barch/Documents/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
  C:/Users/barch/Documents/MultiMC/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar
  C:/Users/barch/Documents/MultiMC/libraries/net/minecraftforge/forge/1.12.2-14.23.4.2760/forge-1.12.2-14.23.4.2760-universal.jar
  C:/Users/barch/Documents/MultiMC/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/jline/jline/3.5.1/jline-3.5.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
  C:/Users/barch/Documents/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
  C:/Users/barch/Documents/MultiMC/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
  C:/Users/barch/Documents/MultiMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/mojang/minecraft/1.12.2/minecraft-1.12.2-client.jar

Native libraries:
  C:/Users/barch/Documents/MultiMC/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar
  C:/Users/barch/Documents/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar
  C:/Users/barch/Documents/MultiMC/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3-natives-windows.jar

Mods:
  JustEnoughIDs-1.0.1-16
  spongeforge-1.12.2-2705-7.1.0-BETA-3445

Params:
  --username  --version MultiMC5 --gameDir C:/Users/barch/Documents/MultiMC/instances/stable/.minecraft --assetsDir C:/Users/barch/Documents/MultiMC/assets --assetIndex 1.12 --uuid  --accessToken  --userType  --versionType release --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker

Window size: max (if available)

Java Arguments:
[-XX:+UseG1GC, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx8192m, -Duser.language=en]


Minecraft process ID: 24732


Using onesix launcher.

[01:59:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[01:59:45] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[01:59:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[01:59:45] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2760 for Minecraft 1.12.2 loading
[01:59:45] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_181
[01:59:45] [main/INFO] [FML]: Searching C:\Users\barch\Documents\MultiMC\instances\stable\.minecraft\mods for mods
[01:59:45] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from JustEnoughIDs-1.0.1-16.jar
[01:59:46] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12.2-2705-7.1.0-BETA-3445.jar
[01:59:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[01:59:46] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[01:59:46] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.8 Source=file:/C:/Users/barch/Documents/MultiMC/instances/stable/.minecraft/mods/JustEnoughIDs-1.0.1-16.jar Service=LaunchWrapper Env=CLIENT
[01:59:46] [main/WARN] [FML]: The coremod JEIDLoadingPlugin (org.dimdev.jeid.JEIDLoadingPlugin) is not signed!
[01:59:46] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[01:59:46] [main/WARN] [mixin]: Mixin config mixins.common.api.json requires mixin subsystem version 0.7.10 but 0.7.8 was found. The mixin config will not be applied.
[01:59:46] [main/ERROR] [mixin]: Catching
java.lang.reflect.InvocationTargetException: null
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
	at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.injectCorePlugin(MixinPlatformAgentFML.java:228) ~[JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.initFMLCoreMod(MixinPlatformAgentFML.java:155) [JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.<init>(MixinPlatformAgentFML.java:134) [JustEnoughIDs-1.0.1-16.jar:?]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_181]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_181]
	at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_181]
	at org.spongepowered.asm.launch.platform.MixinContainer.<init>(MixinContainer.java:68) [JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.launch.platform.MixinPlatformManager.addContainer(MixinPlatformManager.java:142) [JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.launch.platform.MixinPlatformManager.scanClasspath(MixinPlatformManager.java:230) [JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.launch.platform.MixinPlatformManager.init(MixinPlatformManager.java:113) [JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.launch.MixinBootstrap.getPlatform(MixinBootstrap.java:106) [JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.launch.MixinBootstrap.start(MixinBootstrap.java:158) [JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.launch.MixinTweaker.<init>(MixinTweaker.java:44) [JustEnoughIDs-1.0.1-16.jar:?]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_181]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_181]
	at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_181]
	at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_181]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:98) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
Caused by: org.spongepowered.asm.launch.MixinInitialisationError: Required mixin config mixins.common.api.json requires mixin subsystem version 0.7.10
	at org.spongepowered.asm.mixin.transformer.MixinConfig.checkVersion(MixinConfig.java:417) ~[JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinConfig.onLoad(MixinConfig.java:331) ~[JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:894) ~[JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:116) ~[JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:91) ~[JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:78) ~[JustEnoughIDs-1.0.1-16.jar:?]
	at org.spongepowered.common.launch.SpongeLaunch.setupMixinEnvironment(SpongeLaunch.java:125) ~[spongeforge-1.12.2-2705-7.1.0-BETA-3445.jar:1.12.2-2705-7.1.0-BETA-3445]
	at org.spongepowered.mod.SpongeCoremod.<init>(SpongeCoremod.java:92) ~[spongeforge-1.12.2-2705-7.1.0-BETA-3445.jar:1.12.2-2705-7.1.0-BETA-3445]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_181]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_181]
	at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_181]
	at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_181]
	at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:593) ~[forge-1.12.2-14.23.4.2760-universal.jar:?]
	... 33 more
[01:59:46] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[01:59:46] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[01:59:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[01:59:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[01:59:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[01:59:48] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[01:59:48] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[01:59:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[01:59:48] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[01:59:48] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@30404dba
[01:59:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[01:59:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[01:59:49] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[01:59:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[01:59:49] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[01:59:49] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[01:59:50] [main/INFO] [minecraft/Minecraft]: Setting user: Demos
[01:59:54] [main/WARN] [mixin]: @Inject(@At("INVOKE")) Shift.BY=2 on mixins.jeid.core.json:MixinAnvilChunkLoader::handler$readPaletteNBT$zzd000 exceeds the maximum allowed value 0. Increase the value of maxShiftBy to suppress this warning.
[01:59:54] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[01:59:54] [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
[01:59:56] [main/INFO] [FML]: -- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_181, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 191510384 bytes (182 MB) / 536870912 bytes (512 MB) up to 8589934592 bytes (8192 MB)
	JVM Flags: 4 total; -XX:+UseG1GC -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx8192m
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: 
	Loaded coremods (and transformers): 
JEIDLoadingPlugin (JustEnoughIDs-1.0.1-16.jar)
  
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 397.93' Renderer: 'Quadro M5000M/PCIe/SSE2'
[01:59:56] [main/INFO] [FML]: MinecraftForge v14.23.4.2760 Initialized
[01:59:56] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[01:59:56] [main/INFO] [FML]: Replaced 1036 ore ingredients
[01:59:56] [main/INFO] [FML]: Searching C:\Users\barch\Documents\MultiMC\instances\stable\.minecraft\mods for mods
[01:59:58] [main/WARN] [FML]: Mod jeid is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.1-16
[01:59:58] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[01:59:58] [main/WARN] [mixin]: Error loading class: biomesoplenty/common/init/ModBiomes (java.lang.ClassNotFoundException: The specified class 'biomesoplenty.common.init.ModBiomes' was not found)
[01:59:58] [main/WARN] [mixin]: Error loading class: biomesoplenty/common/command/BOPCommand (java.lang.ClassNotFoundException: The specified class 'biomesoplenty.common.command.BOPCommand' was not found)
[01:59:58] [main/WARN] [mixin]: Error loading class: twilightforest/block/BlockTFMagicLogSpecial (java.lang.ClassNotFoundException: The specified class 'twilightforest.block.BlockTFMagicLogSpecial' was not found)
[01:59:58] [main/WARN] [mixin]: Error loading class: thaumcraft/common/lib/utils/Utils (java.lang.ClassNotFoundException: The specified class 'thaumcraft.common.lib.utils.Utils' was not found)
[01:59:58] [main/WARN] [mixin]: Error loading class: com/shinoow/abyssalcraft/common/network/client/CleansingRitualMessage (java.lang.ClassNotFoundException: The specified class 'com.shinoow.abyssalcraft.common.network.client.CleansingRitualMessage' was not found)
[01:59:58] [main/WARN] [mixin]: @Mixin target com.shinoow.abyssalcraft.common.network.client.CleansingRitualMessage was not found mixins.jeid.modsupport.json:MixinCleansingRitualMessage
[01:59:58] [main/WARN] [mixin]: Error loading class: com/cutievirus/creepingnether/entity/EntityPortal (java.lang.ClassNotFoundException: The specified class 'com.cutievirus.creepingnether.entity.EntityPortal' was not found)
[01:59:58] [main/WARN] [mixin]: Error loading class: climateControl/DimensionManager (java.lang.ClassNotFoundException: The specified class 'climateControl.DimensionManager' was not found)
[01:59:58] [main/WARN] [mixin]: Error loading class: com/xcompwiz/mystcraft/symbol/symbols/SymbolFloatingIslands$BiomeReplacer (java.lang.ClassNotFoundException: The specified class 'com.xcompwiz.mystcraft.symbol.symbols.SymbolFloatingIslands$BiomeReplacer' was not found)
[01:59:58] [main/WARN] [mixin]: @Mixin target com.xcompwiz.mystcraft.symbol.symbols.SymbolFloatingIslands$BiomeReplacer was not found mixins.jeid.modsupport.json:MixinBiomeReplacer
[01:59:58] [main/WARN] [mixin]: Error loading class: zmaster587/advancedRocketry/util/BiomeHandler (java.lang.ClassNotFoundException: The specified class 'zmaster587.advancedRocketry.util.BiomeHandler' was not found)
[01:59:58] [main/WARN] [mixin]: Error loading class: com/sk89q/worldedit/blocks/BaseBlock (java.lang.ClassNotFoundException: The specified class 'com.sk89q.worldedit.blocks.BaseBlock' was not found)
[01:59:58] [main/WARN] [mixin]: Error loading class: journeymap/client/model/ChunkMD (java.lang.ClassNotFoundException: The specified class 'journeymap.client.model.ChunkMD' was not found)
[01:59:58] [main/WARN] [mixin]: @Mixin target journeymap.client.model.ChunkMD was not found mixins.jeid.modsupport.json:MixinChunkMD
[01:59:58] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, jeid] at CLIENT
[01:59:58] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, jeid] at SERVER
[01:59:58] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 395572200 nanos
[01:59:59] [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:JustEnoughIDs, ctp_1.2_MCv3.zip
[01:59:59] [main/WARN] [minecraft/AbstractResourcePack]: ResourcePack: ignored non-lowercase namespace: .DS_Store in C:\Users\barch\Documents\MultiMC\instances\stable\.minecraft\resourcepacks\ctp_1.2_MCv3.zip
[01:59:59] [main/INFO] [FML]: Processing ObjectHolder annotations
[01:59:59] [main/INFO] [FML]: Found 1169 ObjectHolder annotations
[01:59:59] [main/INFO] [FML]: Identifying ItemStackHolder annotations
[01:59:59] [main/INFO] [FML]: Found 0 ItemStackHolder annotations
[01:59:59] [main/INFO] [FML]: Configured a dormant chunk cache size of 0
[01:59:59] [Forge Version Check/INFO] [forge.VersionCheck]: [jeid] Starting version check at https://gist.githubusercontent.com/Runemoro/67b1d8d31af58e9d35410ef60b2017c3/raw/1fe08a6c45a1f481a8a2a8c71e52d4245dcb7713/jeid_update.json
[01:59:59] [main/INFO] [FML]: Applying holder lookups
[01:59:59] [main/INFO] [FML]: Holder lookups applied
[01:59:59] [main/INFO] [FML]: Applying holder lookups
[01:59:59] [main/INFO] [FML]: Holder lookups applied
[01:59:59] [main/INFO] [FML]: Applying holder lookups
[01:59:59] [main/INFO] [FML]: Holder lookups applied
[01:59:59] [main/INFO] [FML]: Applying holder lookups
[01:59:59] [main/INFO] [FML]: Holder lookups applied
[01:59:59] [main/INFO] [FML]: Injecting itemstacks
[01:59:59] [main/INFO] [FML]: Itemstack injection complete
[02:00:00] [Forge Version Check/INFO] [forge.VersionCheck]: [jeid] Found status: AHEAD Target: null
[02:00:00] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[02:00:00] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null
[02:00:00] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
[02:00:01] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
[02:00:01] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[02:00:01] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized.
[02:00:01] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
[02:00:04] [main/INFO] [FML]: Max texture size: 16384
[02:00:08] [main/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas
[02:00:08] [main/WARN] [minecraft/ModelBlock]: Unable to resolve texture due to upward reference: #rail in minecraft:models/block/golden_rail_flat
[02:00:08] [main/WARN] [minecraft/ModelBlock]: Unable to resolve texture due to upward reference: #rail in minecraft:models/block/golden_rail_flat
[02:00:08] [main/WARN] [minecraft/ModelBlock]: Unable to resolve texture due to upward reference: #rail in minecraft:models/block/golden_rail_raised_sw
[02:00:08] [main/WARN] [minecraft/ModelBlock]: Unable to resolve texture due to upward reference: #rail in minecraft:models/block/golden_rail_raised_ne
[02:00:08] [main/WARN] [minecraft/ModelBlock]: Unable to resolve texture due to upward reference: #rail in minecraft:models/block/golden_rail_raised_sw
[02:00:09] [main/WARN] [minecraft/ModelBlock]: Unable to resolve texture due to upward reference: #rail in minecraft:models/block/golden_rail_raised_ne
[02:00:09] [main/INFO] [FML]: Applying holder lookups
[02:00:09] [main/INFO] [FML]: Holder lookups applied
[02:00:09] [main/INFO] [FML]: Injecting itemstacks
[02:00:09] [main/INFO] [FML]: Itemstack injection complete
[02:00:09] [main/WARN] [FML]: No types have been added to Biome jeid:error_biome, types have been assigned on a best-effort guess: [PLAINS]
[02:00:10] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[02:00:10] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[02:00:10] [main/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded
[02:00:28] [main/INFO] [minecraft/Minecraft]: Stopping!
[02:00:28] [main/INFO] [minecraft/SoundManager]: SoundSystem shutting down...
[02:00:28] [main/WARN] [minecraft/SoundManager]: Author: Paul Lamb, www.paulscode.com
Process exited with code 0.
Clipboard copy at: 16 Sep 2018 02:00:30 -0400

This may be unavoidable since sponge needs to hook into quite a bit

JEID causes Biome ID shift

Compared to worlds without JEID enabled, the Biome IDs (numbers) are different. No new biomes were added between these tests.

This really shouldn't be an issue... but some mods are still using the numerical IDs as the way to identify biomes.

JEID: 1.0.2-26
Forge: 1.12.2 - 14.23.5.2768

Falling Block Corruption

When a certain number of mods are installed, JEID will stop working properly with falling block entities. When a block falls, the texture of that block is temporary changed to that of another block for as long as the block falls.

Example: https://imgur.com/a/vnMoCU3

Issues #21

When you post that fix on cursed for #21 as you said soon and its been over two days

Question

I know I asked this last week but is there any update on when we will have a fix for all the crashes as I cant finish my modpack without for our network?

Particle issues

Hello there! As I was testing my modpack, I went through several crashs and problems, including some particle errors. Some particles, when breaking a block, were completely random (planks for a plant?)... and it seems like this mod is potentially a cause.

When doing my tests, I was playing around with my mods one by one, installing them progressively in order to try to see where the problem came from. I continued until I installed JEID to counter the max ID 4096 issue... but as soon as it was installed, some plants started using the wrong particles, it even crashed my game at some point...

I also tried with the rival Not Enough IDs, but it seemed to work with this alternative! No particle issues... I don't know where the bug could come from now...

Thanks! I hope this will get fixed :p!
I have no log as it is mostly a visual bug...

Crash with: java.lang.IllegalArgumentException: Cannot set property

I can easily reproduce this crash by placing and destroying jurassicraft:calamites_log_petrified in the world.

However none of these crash dumps actually mentioned said mod or the block.

I tested the above reproducible issue with NEID(+VanillaFix) and JEID(+VanillaFix) and it only crashes with JEID.

And I had many similar looking crashes so I uploaded all the various crashlogs:

https://0x0.st/s9aV.txt
https://0x0.st/s9aW.txt
https://0x0.st/s9a4.txt
https://0x0.st/s9aJ.txt
https://0x0.st/s9ay.txt
https://0x0.st/s9at.txt

Extend Data Parameter Ids

Extend Data Parameter/Watcher Ids. In modpacks I am always running out of them because there are like only 10 free ids and that's not too many please fix this.

Crash with lattest JustEnoughIDs-1.0.2-25.jar

MC load fine with build 24 but crash with 5 with error

[00:12:35] [main/FATAL]: Mixin prepare failed preparing client.MixinMinecraft in mixins.vanillafix.bugs.json: org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException Critical problem: mixins.vanillafix.bugs.json:client.MixinMinecraft target net.minecraft.client.Minecraft was already transformed.
org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException: Critical problem: mixins.vanillafix.bugs.json:client.MixinMinecraft target net.minecraft.client.Minecraft was already transformed.
	at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargets(MixinInfo.java:885) ~[JustEnoughIDs-1.0.2-25.jar:?]

Full log https://paste2.org/XHfJnEbd

Creeping Nether 2.2 crash

I've been getting some crash reports on my mod The Creeping Nether.
https://paste.dimdev.org/rejivepedu.mccrash
https://pastebin.com/raw/DXAMTjdt
We've identified that the incompatability is with JEID.
I understand you've added a mixin to support the biome corruption in my mod, but in the newest version of my mod I've moved the biome corruption logic from EntityPortal to CorruptorAbstract and this seems to be causing problems. I don't know how to fix this on my own, so I'm hoping you can help.

Debug log spam by unregistered object

Hello, i opened the debug file once i loaded a test world for my pack, but the file was being written new lines indefinitely, i closed the world and then i saw 53k lines with the same message:

[main/DEBUG] [FML]: Attempted to find the oreIDs for an unregistered object (1xitem.lantern@0). This won't work very well.

i have really no idea what might be causing this.

Thanks in advance.

Versions
JustEnoughIDs-1.0.2-16
Forge Mod Loader version 14.23.4.2756 for Minecraft 1.12.2

Compat Questions

Do you replace any methods in:
AnvilChunkLoader
Chunk(constructor)
Or any methods at all. I want to be compatible I have line asm injections into everything forge caps do. I have my own cap system that's a bit easy to use and has an onTick() option

crash on server side (jeid 1.0.0-6 / forge 14.23.4.2708)

Hello

I made a modpack that works well on windows-client side, however, when I try to run in on my debian root, its crashing till i remove jeid which I cant really.

https://pastebin.com/PzextZih

-- System Details --
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 3.16.0-6-amd64
Java Version: 1.8.0_171, Oracle Corporation

JustEnoughIDs-1.0.0-6.jar

Weird incompatibility with world generation

I have tested this with minimal mods and it's for sure an incompatibility with JEIDs and Chunk Pregenerator mod pregeneration. This is using the preview button method of pregeneration (on the world creation screen). I have not tested with the in-game command pregen. (edited to reflect updated understanding of the issue)

Basically the biomes are generating weirdly. The biome features all exist as normal, but the actual biome is almost all plains. There is a random chunk here and there that will have the proper biome, but over 90% of the map will generate with the biome ID being Plains. I've included a picture to better explain what i'm talking about, and I've seen you ask for logs, so those are here

Imgur

Not an issue

Any idea when the a new update will be out or when things should be fixed

Mod Incompatibility - Biome Staff

Using the "Biome Staff" gives "Mod doesn't support extended biome IDs -- Report to JEID" message.
Using the latest versions of both mods.

Effect Packet Errors caused by JustEnoughIDs

Bug Report:
With the latest release of the pack (1.0.21) we have encountered packet errors caused by JustEnoughIds recent extended enchantment and potion packet ID changes.

This error occurs both while connecting and after connection resulting in the user being kicked, it's especially aggravated by network proxies such as WaterFall or Velocity.

At the moment the only solution to this would be to downgrade JustEnoughIDs on both the client and server.

Steps to Reproduce (for bugs)
Connect to a server, networked servers using a proxy such as WaterFall or Velocity causes this to happen more frequently.
Be disconnected by a packet error either on connect, during game-play or while switching servers.
Logs
Client/Server Log: https://gist.github.com/PurpleIsEverything/3e656340a112249f67250ec771c9e48e
Client Information
Modpack Version: Stoneblock 1.0.21
Server/LAN/Single Player: Server
Optifine Installed: No
Shaders Enabled: No

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.