1 | ---- Minecraft Crash Report ----
|
2 |
|
3 | WARNING: coremods are present:
|
4 | TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.jar)
|
5 | Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
|
6 | JustEnoughIDs Extension Plugin (RoughlyEnoughIDs-2.2.1.jar)
|
7 | SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
|
8 | SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar)
|
9 | Quark Plugin (Quark-r1.6-179.jar)
|
10 | SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.18-forge-mc1.12.jar)
|
11 | ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
|
12 | CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
|
13 | EntityCullingEarlyLoader (entityculling-1.12.2-1.6.3.jar)
|
14 | llibrary (llibrary-core-1.0.11-1.12.2.jar)
|
15 | MixinBooter (!mixinbooter-10.2.jar)
|
16 | MixinLoaderForge ([[valkyrien-skies-1.1.7-all]].jar)
|
17 | DoubleSlabs Plugin (DoubleSlabs-1.12-0.12.2.jar)
|
18 | Pick Up Notifier (PickUpNotifier-v1.1.5-1.12.2.jar)
|
19 | IvToolkit (IvToolkit-1.3.3-1.12.jar)
|
20 | Max Potion ID Extender (maxpotidext-1.0.3.jar)
|
21 | Contact their authors BEFORE contacting forge
|
22 |
|
23 | |
24 |
|
25 | Time: 12/29/24 9:46 PM
|
26 | Description: Exception initializing level
|
27 |
|
28 | java.lang.IllegalStateException: We can't be accessing this manager since WorldEvent.load() was never called!
|
29 | at net.minecraft.world.World.getManager(World.java:5017)
|
30 | at net.minecraft.world.World.handler$zzm000$valkyrienskies$postCheckBlockCollision(World.java:5098)
|
31 | at net.minecraft.world.World.checkBlockCollision(World.java)
|
32 | at shadows.deadly.gen.BossFeature.generate(BossFeature.java:38)
|
33 | at shadows.deadly.gen.WorldGenerator.terrainGen(WorldGenerator.java:41)
|
34 | at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1292_WorldGenerator_terrainGen_Pre.invoke(.dynamic)
|
35 | at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
|
36 | at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
|
37 | at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:769)
|
38 | at net.minecraft.world.gen.ChunkGeneratorFlat.populate(ChunkGeneratorFlat.java:177)
|
39 | at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1019)
|
40 | at net.minecraft.world.chunk.Chunk.populate(Chunk.java:990)
|
41 | at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:110)
|
42 | at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
|
43 | at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
|
44 | at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:89)
|
45 | at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:135)
|
46 | at net.minecraft.world.World.getChunk(World.java:310)
|
47 | at net.minecraft.world.World.getChunk(World.java:305)
|
48 | at net.minecraft.world.World.getBlockState(World.java:911)
|
49 | at net.minecraft.world.World.isAirBlock(World.java:230)
|
50 | at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:210)
|
51 | at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:76)
|
52 | at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:944)
|
53 | at net.minecraft.world.WorldServer.initialize(WorldServer.java:866)
|
54 | at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:97)
|
55 | at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:209)
|
56 | at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
|
57 | at java.lang.Thread.run(Thread.java:745)
|
58 |
|
59 | No Mixin Metadata is found in the Stacktrace.
|
60 |
|
61 |
|
62 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
63 | ---------------------------------------------------------------------------------------
|
64 |
|
65 | -- Head --
|
66 | Thread: Server thread
|
67 | Stacktrace:
|
68 | at net.minecraft.world.World.getManager(World.java:5017)
|
69 | at net.minecraft.world.World.handler$zzm000$valkyrienskies$postCheckBlockCollision(World.java:5098)
|
70 | at net.minecraft.world.World.checkBlockCollision(World.java)
|
71 | at shadows.deadly.gen.BossFeature.generate(BossFeature.java:38)
|
72 | at shadows.deadly.gen.WorldGenerator.terrainGen(WorldGenerator.java:41)
|
73 | at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1292_WorldGenerator_terrainGen_Pre.invoke(.dynamic)
|
74 | at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
|
75 | at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
|
76 | at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:769)
|
77 | at net.minecraft.world.gen.ChunkGeneratorFlat.populate(ChunkGeneratorFlat.java:177)
|
78 | at net.minecraft.world.chunk.Chunk.populate(Chunk.java:1019)
|
79 | at net.minecraft.world.chunk.Chunk.populate(Chunk.java:990)
|
80 | at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:110)
|
81 | at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)
|
82 | at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
|
83 | at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:89)
|
84 | at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:135)
|
85 | at net.minecraft.world.World.getChunk(World.java:310)
|
86 | at net.minecraft.world.World.getChunk(World.java:305)
|
87 | at net.minecraft.world.World.getBlockState(World.java:911)
|
88 | at net.minecraft.world.World.isAirBlock(World.java:230)
|
89 | at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:210)
|
90 | at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:76)
|
91 | at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:944)
|
92 |
|
93 | -- Affected level --
|
94 | Details:
|
95 | Level name: New World
|
96 | All players: 0 total; []
|
97 | Chunk stats: ServerChunkCache: 119 Drop: 0
|
98 | Level seed: 5686911246483823499
|
99 | Level generator: ID 01 - flat, ver 0. Features enabled: false
|
100 | Level generator options: 3;minecraft:bedrock,22*minecraft:dirt,minecraft:grass;1;village
|
101 | Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
|
102 | Level time: 0 game time, 0 day time
|
103 | Level dimension: 0
|
104 | Level storage version: 0x04ABD - Anvil
|
105 | Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
|
106 | Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
|
107 | Stacktrace:
|
108 | at net.minecraft.world.WorldServer.initialize(WorldServer.java:866)
|
109 | at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:97)
|
110 | at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:209)
|
111 | at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
|
112 | at java.lang.Thread.run(Thread.java:745)
|
113 |
|
114 | -- System Details --
|
115 | Details:
|
116 | Minecraft Version: 1.12.2
|
117 | Operating System: Windows 10 (amd64) version 10.0
|
118 | Java Version: 1.8.0_51, Oracle Corporation
|
119 | Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
120 | Memory: 705109160 bytes (672 MB) / 3266838528 bytes (3115 MB) up to 3817865216 bytes (3641 MB)
|
121 | JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
|
122 | IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
123 | FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_E3 104 mods loaded, 104 mods active
|
124 | States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
|
125 |
|
126 | | State | ID | Version | Source | Signature |
|
127 | |:------ |:------------------------ |:---------------------- |:----------------------------------------------- |:---------------------------------------- |
|
128 | | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
|
129 | | LCHIJA | mcp | 9.42 | minecraft.jar | None |
|
130 | | LCHIJA | FML | **.**.**.** | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
|
131 | | LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
|
132 | | LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
|
133 | | LCHIJA | mixinbooter | 10.2 | minecraft.jar | None |
|
134 | | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
|
135 | | LCHIJA | essential | 1.0.0 | Essential (forge_1.12.2).processed.jar | None |
|
136 | | LCHIJA | valkyrienskies | 1.1.7 | [[valkyrien-skies-1.1.7-all]].jar | None |
|
137 | | LCHIJA | supermartijn642corelib | 1.1.18 | _supermartijn642corelib-1.1.18-forge-mc1.12.jar | None |
|
138 | | LCHIJA | aether_legacy | **.**.**.** | aether-1.12.2-v1.5.4.0.jar | None |
|
139 | | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.1.jar | None |
|
140 | | LCHIJA | apotheosis | 1.12.4 | Apotheosis-1.12.2-1.12.5.jar | None |
|
141 | | LCHIJA | jei | **.**.**.** | jei_1.12.2-4.16.1.301.jar | None |
|
142 | | LCHIJA | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
|
143 | | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
|
144 | | LCHIJA | artifacts | 1.12.2-1.2.4 | artifacts-1.12.2-1.2.4.jar | None |
|
145 | | LCHIJA | attributefix | 1.0.12 | AttributeFix-Forge-1.12.2-1.0.12.jar | None |
|
146 | | LCHIJA | atum | 2.0.20 | Atum-1.12.2-2.0.20.jar | None |
|
147 | | LCHIJA | tombstone | 4.7.4 | tombstone-1.12.2-4.7.4.jar | None |
|
148 | | LCHIJA | quark | r1.6-179 | Quark-r1.6-179.jar | None |
|
149 | | LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
|
150 | | LCHIJA | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
|
151 | | LCHIJA | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
|
152 | | LCHIJA | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
|
153 | | LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
|
154 | | LCHIJA | carryon | 1.12.3 | carryon-1.12.2-1.12.7.23.jar | None |
|
155 | | LCHIJA | cavern | 2.3.1 | Cavern_1.12.2-v2.3.1.jar | None |
|
156 | | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
|
157 | | LCHIJA | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
|
158 | | LCHIJA | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
|
159 | | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
|
160 | | LCHIJA | supermartijn642configlib | 1.1.6 | supermartijn642configlib-1.1.8-forge-mc1.12.jar | None |
|
161 | | LCHIJA | chunkloaders | 1.2.8b | chunkloaders-1.2.8b-forge-mc1.12.jar | None |
|
162 | | LCHIJA | sanlib | 1.6.3 | SanLib-1.12.2-1.6.3.jar | 4aad6d31d04fd4b54ac08427561b110ee66198fd |
|
163 | | LCHIJA | claysoldiers | 3.0.0-beta.2 | ClaySoldiersMod-1.12.2-3.0.0-beta.2.jar | None |
|
164 | | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
|
165 | | LCHIJA | collective | 3.0 | collective-1.12.2-3.0.jar | None |
|
166 | | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
|
167 | | LCHIJA | customstuff4 | 0.5.3 | customstuff4-1.12.2-0.5.3.jar | None |
|
168 | | LCHIJA | cyclicmagic | 1.20.12 | Cyclic-1.12.2-1.20.14.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
|
169 | | LCHIJA | dimdoors | 3.2.2 | Dimensional Doors-3.2.2.jar | None |
|
170 | | LCHIJA | disenchanter | 1.8 | disenchanter[1.12]1.8.jar | None |
|
171 | | LCHIJA | doubleslabs | 0.12.2 | DoubleSlabs-1.12-0.12.2.jar | None |
|
172 | | LCHIJA | reccomplex | **.**.**.** | RecurrentComplex-1.4.8.6.jar | None |
|
173 | | LCHIJA | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None |
|
174 | | LCHIJA | dynamictreesatum | 1.12.2-1.0.4 | DynamicTreesAtum-1.12.2-1.0.4.jar | None |
|
175 | | LCHIJA | dynamictreesbop | 1.12.2-9999.9999.9999z | DynamicTreesBOP-1.12.2-1.5.2.jar | None |
|
176 | | LCHIJA | plants2 | 2.10.7 | Plants-1.12.2-2.10.7.jar | None |
|
177 | | LCHIJA | dynamictreesplants | 1.12.2-1.0.3 | DynamicTreesPlants-1.12.2-1.0.3.jar | None |
|
178 | | LCHIJA | dynamictreesquark | 1.12.2-1.0.6 | DynamicTreesQuark-1.12.2-1.0.6.jar | None |
|
179 | | LCHIJA | dynamictreestheaether | 1.0.14 | DynamicTreesTheAether-1.12.2-1.0.14.jar | None |
|
180 | | LCHIJA | thebetweenlands | 3.9.6 | TheBetweenlands-3.9.6-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
|
181 | | LCHIJA | dynamictreestbl | 1.0.3 | DynamicTreesTheBetweenlands-1.12.2-1.0.3.jar | None |
|
182 | | LCHIJA | enchantingcommands | 1.6 | enchantingcommands_1.12.2-1.6.jar | None |
|
183 | | LCHIJA | enchdesc | 1.1.15 | EnchantmentDescriptions-1.12.2-1.1.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
|
184 | | LCHIJA | entityculling | @VER@ | entityculling-1.12.2-1.6.3.jar | None |
|
185 | | LCHIJA | erebus | 1.0.32 | Erebus-1.0.32.jar | None |
|
186 | | LCHIJA | farsight | 1.6 | farsight-1.6.jar | None |
|
187 | | LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
|
188 | | LCHIJA | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None |
|
189 | | LCHIJA | huntingdim | 1.0.42 | HuntingDimension-1.12.2-1.0.42.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
|
190 | | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
|
191 | | LCHIJA | journeymap | 1.12.2-5.7.1p2 | journeymap-1.12.2-5.7.1p2.jar | None |
|
192 | | LCHIJA | justenoughcrowns | 1.3.4 | justenoughcrowns-1.12.2-1.3.4.jar | None |
|
193 | | LCHIJA | effectinfo | 1.0.3 | JustEnoughEffects-1.0.3.jar | None |
|
194 | | LCHIJA | jeresources | **.**.**.** | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
|
195 | | LCHIJA | limitlessstructureblocks | 1.1.0 | LimitlessStructureBlocks-1.12.2-1.1.0.jar | None |
|
196 | | LCHIJA | liquidenchanting | 1.12.2_v6 | liquidenchanting-1.12.2_v6.jar | None |
|
197 | | LCHIJA | liquid_luck | 1.3 | liquidluck-1.3.jar | None |
|
198 | | LCHIJA | lucky | 7.6.0 | lucky-block-forge-1.12.2-2.0.jar | None |
|
199 | | LCHIJA | maxpotidext | 1.0.3 | maxpotidext-1.0.3.jar | b851b8b7c7f4d8d0e910ff27618150ba80c026ec |
|
200 | | LCHIJA | mcwdoors | 1.3 | mcw-doors-1.0.3-mc1.12.2.jar | None |
|
201 | | LCHIJA | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
|
202 | | LCHIJA | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
|
203 | | LCHIJA | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None |
|
204 | | LCHIJA | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
|
205 | | LCHIJA | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
|
206 | | LCHIJA | pickupnotifier | 1.1.5 | PickUpNotifier-v1.1.5-1.12.2.jar | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
|
207 | | LCHIJA | potioncore | 1.9_for_1.12.2 | PotionCore-1.9_for_1.12.2.jar | None |
|
208 | | LCHIJA | worldedit | 6.1.10 | worldedit-forge-mc1.12.2-6.1.10-dist.jar | None |
|
209 | | LCHIJA | jeid | 2.2.1 | RoughlyEnoughIDs-2.2.1.jar | None |
|
210 | | LCHIJA | sanplayermodel | 1.2.2 | SanLib-1.12.2-1.6.3.jar | None |
|
211 | | LCHIJA | smallernetherportals | 1.6 | smallernetherportals_1.12.2-1.6.jar | None |
|
212 | | LCHIJA | somanyenchantments | 0.5.5 | SoManyEnchantments-0.5.5.jar | None |
|
213 | | LCHIJA | spartanshields | 1.5.5 | SpartanShields-1.12.2-1.5.5.jar | None |
|
214 | | LCHIJA | spartanweaponry | 1.6.0 | SpartanWeaponry-1.12.2-1.6.0.jar | None |
|
215 | | LCHIJA | storagedrawers | 5.5.3 | StorageDrawers-1.12.2-5.5.3.jar | None |
|
216 | | LCHIJA | beneath | 1.7.1 | The Beneath-1.12.2-1.7.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
|
217 | | LCHIJA | thebetweenlandsmusic | 1.0.0 | TheBetweenlandsMusic-1.0.0-universal.jar | None |
|
218 | | LCHIJA | treeharvester | 4.0 | treeharvester_1.12.2-4.0.jar | None |
|
219 | | LCHIJA | uniquebase | 1.0.1 | Unique Enchantments Base-1.12.2-1.1.4.jar | None |
|
220 | | LCHIJA | uniqueebattle | 1.0.1 | Unique Enchantments Battle-1.12.2-1.1.6.jar | None |
|
221 | | LCHIJA | uniqueeutil | 1.0.1 | Unique Enchantments Utils-1.12.2-1.5.1.jar | None |
|
222 | | LCHIJA | uniquee | 2.0.1 | Unique Enchantments-1.12.2-2.1.4.jar | None |
|
223 | | LCHIJA | unlimitedchiselworks | 0.3.5 | UnlimitedChiselWorks-0.3.5.jar | None |
|
224 | | LCHIJA | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
|
225 | | LCHIJA | wonderful_enchantments | 0.6.0 | wonderful-enchantments-1.12.2-0.6.0.jar | None |
|
226 | | LCHIJA | xpfromharvest | 1.2.0 | XPFromHarvest-1.12.2-1.2.0.jar | None |
|
227 | | LCHIJA | xpbook | v2.0.1 | xptome-1.12.2-v2.0.1.jar | None |
|
228 | | LCHIJA | zlbuilding | 1.1.0 | ZL-BuildingAdditions_1.12.2-r4.jar | None |
|
229 | | LCHIJA | jade | 0.1.0 | Jade-0.1.0.jar | None |
|
230 | | LCHIJA | terrarium | 1.1.10 | terrarium-1.1.10.jar | None |
|
231 | | LCHIJA | earth | 1.1.10 | terrarium-1.1.10.jar | None |
|
232 |
|
233 | Loaded coremods (and transformers):
|
234 | TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.jar)
|
235 | thebetweenlands.core.TheBetweenlandsClassTransformer
|
236 | Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
|
237 | pl.asie.foamfix.coremod.FoamFixTransformer
|
238 | JustEnoughIDs Extension Plugin (RoughlyEnoughIDs-2.2.1.jar)
|
239 |
|
240 | SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
|
241 | com.Shultrea.Rin.Transformer.SMEASM
|
242 | SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar)
|
243 |
|
244 | Quark Plugin (Quark-r1.6-179.jar)
|
245 | vazkii.quark.base.asm.ClassTransformer
|
246 | SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.18-forge-mc1.12.jar)
|
247 |
|
248 | ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
|
249 | shadows.ApotheosisTransformer
|
250 | CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
|
251 | team.chisel.ctm.client.asm.CTMTransformer
|
252 | EntityCullingEarlyLoader (entityculling-1.12.2-1.6.3.jar)
|
253 |
|
254 | llibrary (llibrary-core-1.0.11-1.12.2.jar)
|
255 | net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
|
256 | net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
|
257 | MixinBooter (!mixinbooter-10.2.jar)
|
258 |
|
259 | MixinLoaderForge ([[valkyrien-skies-1.1.7-all]].jar)
|
260 |
|
261 | DoubleSlabs Plugin (DoubleSlabs-1.12-0.12.2.jar)
|
262 | cjminecraft.doubleslabs.client.asm.ClassTransformer
|
263 | Pick Up Notifier (PickUpNotifier-v1.1.5-1.12.2.jar)
|
264 | com.fuzs.pickupnotifier.asm.ClassTransformer
|
265 | IvToolkit (IvToolkit-1.3.3-1.12.jar)
|
266 |
|
267 | Max Potion ID Extender (maxpotidext-1.0.3.jar)
|
268 |
|
269 | GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
|
270 | Patchouli open book context: n/a
|
271 | Profiler Position: N/A (disabled)
|
272 | Player Count: 0 / 8; []
|
273 | Type: Integrated Server (map_client.txt)
|
274 | Is Modded: Definitely; Client brand changed to 'fml,forge'
|
275 | OptiFine Version: OptiFine_1.12.2_HD_U_E3
|
276 | OptiFine Build: 20181210-121000
|
277 | Render Distance Chunks: 8
|
278 | Mipmaps: 0
|
279 | Anisotropic Filtering: 1
|
280 | Antialiasing: 0
|
281 | Multitexture: false
|
282 | Shaders: ComplementaryUnbound_r5.3.zip
|
283 | OpenGlVersion: 4.6.0 Compatibility Profile Context 24.12.1.241127
|
284 | OpenGlRenderer: AMD Radeon RX 6700S
|
285 | OpenGlVendor: ATI Technologies Inc.
|
286 | CpuCount: 16
|