I'm trying to make a mc server world and my game keeps crashing when I load in. NEED A FULL IN-DEPTH EXPLANATION ON HOW TO FIX.
CRASH REPORT
The game crashed whilst ticking entity
Error: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Boolean
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (Inventory-Tweaks-Mod-1.12.2.jar)
AppleCore (AppleCore-1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
Contact their authors BEFORE contacting forge
// Would you like a cupcake?
Time: 12/24/18 2:12 AM
Description: Ticking entity
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Boolean
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.getIsTamed(MoCEntityTameableAquatic.java:89)
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.func_70094_T(MoCEntityTameableAquatic.java:452)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:232)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:269)
at drzhark.mocreatures.entity.MoCEntityAquatic.func_70030_z(MoCEntityAquatic.java:914)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2089)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.World.func_72870_g(World.java:1955)
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1846)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1097)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.getIsTamed(MoCEntityTameableAquatic.java:89)
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.func_70094_T(MoCEntityTameableAquatic.java:452)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:232)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:269)
at drzhark.mocreatures.entity.MoCEntityAquatic.func_70030_z(MoCEntityAquatic.java:914)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2089)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.World.func_72870_g(World.java:1955)
Loaded coremods (and transformers):
Inventory Tweaks Coremod (Inventory-Tweaks-Mod-1.12.2.jar)
invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-1.12.2.jar)
squeek.applecore.asm.TransformerModuleHandler
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 399.07' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
Launched Version: 1.12.2-forge1.12.2-14.23.5.2772
LWJGL: 2.9.4
OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.07, 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.
I'm trying to make a mc server world and my game keeps crashing when I load in. NEED A FULL IN-DEPTH EXPLANATION ON HOW TO FIX.
CRASH REPORT
The game crashed whilst ticking entity
Error: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Boolean
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (Inventory-Tweaks-Mod-1.12.2.jar)
AppleCore (AppleCore-1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
Contact their authors BEFORE contacting forge
// Would you like a cupcake?
Time: 12/24/18 2:12 AM
Description: Ticking entity
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Boolean
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.getIsTamed(MoCEntityTameableAquatic.java:89)
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.func_70094_T(MoCEntityTameableAquatic.java:452)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:232)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:269)
at drzhark.mocreatures.entity.MoCEntityAquatic.func_70030_z(MoCEntityAquatic.java:914)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2089)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.World.func_72870_g(World.java:1955)
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1846)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1097)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.getIsTamed(MoCEntityTameableAquatic.java:89)
at drzhark.mocreatures.entity.MoCEntityTameableAquatic.func_70094_T(MoCEntityTameableAquatic.java:452)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:232)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:269)
at drzhark.mocreatures.entity.MoCEntityAquatic.func_70030_z(MoCEntityAquatic.java:914)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:389)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2089)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.World.func_72870_g(World.java:1955)
-- Entity being ticked --
Details:
Entity Type: mocreatures:cod (drzhark.mocreatures.entity.aquatic.MoCEntityCod)
Entity ID: 3313
Entity Name: Cod
Entity's Exact location: 96.50, 67.00, 144.50
Entity's Block location: World: (96,67,144), Chunk: (at 0,4,0 in 6,9; contains blocks 96,0,144 to 111,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1759)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Ricky_Spanish_0'/3306, l='MpServer', x=44.32, y=71.54, z=223.80]]
Chunk stats: MultiplayerChunkCache: 399, 399
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-52,64,256), Chunk: (at 12,4,0 in -4,16; contains blocks -64,0,256 to -49,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 12131 game time, 12131 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 103 total; [EntityPlayerSP['Ricky_Spanish_0'/3306, l='MpServer', x=44.32, y=71.54, z=223.80], EntitySkeleton['Skeleton'/1793, l='MpServer', x=47.50, y=17.00, z=220.50], MoCEntityWerewolf['Werewolf'/2315, l='MpServer', x=72.50, y=17.00, z=245.50], EntityCreeper['Creeper'/3115, l='MpServer', x=22.50, y=28.00, z=225.50], EntityEnderman['Enderman'/2094, l='MpServer', x=30.50, y=45.00, z=247.50], EntityCreeper['Creeper'/2096, l='MpServer', x=30.50, y=45.00, z=246.50], EntityPig['Pig'/3378, l='MpServer', x=115.50, y=65.00, z=232.50], EntityItem['item.item.seeds'/2103, l='MpServer', x=48.06, y=66.00, z=213.74], EntitySkeleton['Skeleton'/3392, l='MpServer', x=101.50, y=30.00, z=285.50], EntitySkeleton['Skeleton'/3393, l='MpServer', x=99.50, y=30.00, z=288.50], EntityCreeper['Creeper'/3139, l='MpServer', x=72.50, y=33.00, z=224.50], EntityItem['item.item.bone'/2120, l='MpServer', x=-5.13, y=16.00, z=262.13], EntityCreeper['Creeper'/1866, l='MpServer', x=28.52, y=15.00, z=276.58], EntityVillagerBanditAlchemist['Hermeros - Bandit Alchemist'/2379, l='MpServer', x=1.43, y=44.00, z=327.83], EntityCreeper['Creeper'/1867, l='MpServer', x=27.17, y=15.00, z=213.74], EntityVillagerBanditAlchemist['Damasos - Bandit Alchemist'/2380, l='MpServer', x=-3.30, y=42.00, z=321.20], EntityZombie['Zombie'/2892, l='MpServer', x=53.50, y=28.00, z=217.50], EntityZombie['Zombie'/3413, l='MpServer', x=69.50, y=28.00, z=208.50], EntityZombie['Zombie'/3414, l='MpServer', x=63.50, y=28.00, z=215.50], MoCEntityWerewolf['Werewolf'/3415, l='MpServer', x=62.50, y=28.00, z=208.50], EntityCreeper['Creeper'/1627, l='MpServer', x=0.50, y=41.00, z=233.50], EntityCreeper['Creeper'/2395, l='MpServer', x=35.50, y=31.00, z=278.50], EntityZombie['Zombie'/2396, l='MpServer', x=34.50, y=31.00, z=277.50], EntityZombie['Zombie'/1892, l='MpServer', x=42.22, y=27.00, z=279.31], EntityVillagerBandit['Aesepus - Bandit'/2663, l='MpServer', x=2.42, y=35.00, z=337.30], EntityCreeper['Creeper'/2923, l='MpServer', x=46.50, y=18.00, z=237.50], EntityVillagerBanditAlchemist['Gaiallard - Bandit Alchemist'/2667, l='MpServer', x=76.70, y=26.00, z=341.53], EntityZombie['Zombie'/3187, l='MpServer', x=48.50, y=29.00, z=204.50], EntitySkeleton['Skeleton'/2679, l='MpServer', x=43.48, y=29.00, z=220.28], EntityCreeper['Creeper'/2680, l='MpServer', x=39.50, y=28.00, z=209.50], EntityCreeper['Creeper'/2681, l='MpServer', x=41.50, y=28.00, z=217.50], MoCEntityWerewolf['Werewolf'/1673, l='MpServer', x=15.50, y=30.00, z=237.50], EntityCreeper['Creeper'/3209, l='MpServer', x=29.28, y=59.11, z=152.66], EntityCreeper['Creeper'/3210, l='MpServer', x=31.50, y=58.00, z=152.50], EntityFreezer['Freezer'/2959, l='MpServer', x=14.50, y=25.00, z=214.50], EntityZombie['Zombie'/1169, l='MpServer', x=56.50, y=16.00, z=237.50], EntityItem['item.tile.sapling.oak'/2706, l='MpServer', x=2.32, y=78.00, z=243.68], EntityVillagerBandit['Tawno - Bandit'/916, l='MpServer', x=30.90, y=16.00, z=279.32], EntitySkeleton['Skeleton'/3481, l='MpServer', x=34.50, y=20.00, z=241.50], EntityPig['Pig'/155, l='MpServer', x=-34.51, y=74.00, z=168.22], EntityPig['Pig'/158, l='MpServer', x=-34.50, y=73.00, z=166.50], EntityPig['Pig'/161, l='MpServer', x=-30.50, y=67.00, z=302.33], EntityPig['Pig'/172, l='MpServer', x=-27.30, y=64.00, z=295.49], EntityItem['item.item.emerald'/1452, l='MpServer', x=-7.14, y=16.00, z=263.21], EntityCreeper['Creeper'/3248, l='MpServer', x=22.50, y=15.00, z=277.50], EntityPig['Pig'/177, l='MpServer', x=-0.50, y=72.00, z=150.50], EntityPig['Pig'/178, l='MpServer', x=-11.31, y=65.00, z=273.42], EntityPig['Pig'/179, l='MpServer', x=-8.25, y=66.00, z=267.59], MoCEntityRat['Rat'/2483, l='MpServer', x=58.50, y=20.00, z=257.50], EntitySkeleton['Skeleton'/3253, l='MpServer', x=17.79, y=18.00, z=218.50], EntitySpider['Spider'/2485, l='MpServer', x=56.50, y=20.00, z=257.50], EntityZombie['Zombie'/3259, l='MpServer', x=13.50, y=26.00, z=210.50], EntityPig['Pig'/190, l='MpServer', x=5.50, y=73.00, z=148.50], EntityPig['Pig'/191, l='MpServer', x=0.50, y=73.00, z=148.50], EntityItem['item.item.sulphur'/3263, l='MpServer', x=10.79, y=20.00, z=225.84], EntityPig['Pig'/192, l='MpServer', x=1.45, y=65.00, z=267.45], EntityPig['Pig'/193, l='MpServer', x=5.23, y=67.00, z=264.71], EntityZombie['Zombie'/1473, l='MpServer', x=71.50, y=38.00, z=275.50], EntityZombie['Zombie'/2243, l='MpServer', x=20.52, y=26.00, z=256.25], EntityPig['Pig'/201, l='MpServer', x=16.67, y=70.00, z=240.24], EntityPig['Pig'/202, l='MpServer', x=25.54, y=69.00, z=213.28], EntityPig['Pig'/203, l='MpServer', x=23.82, y=69.00, z=212.21], EntityPig['Pig'/209, l='MpServer', x=51.32, y=68.00, z=203.44], EntityPig['Pig'/210, l='MpServer', x=39.51, y=69.00, z=197.75], EntityPig['Pig'/211, l='MpServer', x=44.85, y=68.00, z=206.95], EntityItem['item.item.rottenFlesh'/3284, l='MpServer', x=30.73, y=16.00, z=275.13], EntitySheep['Sheep'/212, l='MpServer', x=34.84, y=68.00, z=211.24], EntitySheep['Sheep'/213, l='MpServer', x=43.50, y=68.00, z=204.50], EntitySheep['Sheep'/214, l='MpServer', x=42.50, y=68.00, z=203.50], EntitySheep['Sheep'/215, l='MpServer', x=45.24, y=68.00, z=208.40], EntityPig['Pig'/216, l='MpServer', x=49.09, y=68.00, z=210.16], MoCEntityCricket['Cricket'/472, l='MpServer', x=69.53, y=67.02, z=276.63], EntityPig['Pig'/217, l='MpServer', x=42.84, y=68.00, z=208.97], MoCEntityCricket['Cricket'/473, l='MpServer', x=60.82, y=68.00, z=270.06], EntityPig['Pig'/218, l='MpServer', x=39.38, y=69.00, z=211.72], MoCEntityCricket['Cricket'/474, l='MpServer', x=54.85, y=67.16, z=273.10], EntityPig['Pig'/219, l='MpServer', x=32.70, y=69.00, z=214.42], EntityPig['Pig'/220, l='MpServer', x=32.50, y=68.00, z=213.55], EntityPig['Pig'/224, l='MpServer', x=63.46, y=66.00, z=152.74], EntityCreeper['Creeper'/736, l='MpServer', x=56.50, y=28.00, z=218.50], EntityPig['Pig'/225, l='MpServer', x=60.50, y=66.00, z=157.50], EntityPig['Pig'/226, l='MpServer', x=60.50, y=65.00, z=160.50], EntityPig['Pig'/227, l='MpServer', x=54.42, y=69.00, z=221.22], EntityItem['item.item.rottenFlesh'/3301, l='MpServer', x=32.00, y=16.00, z=279.65], EntityEvilWizard['Wizard'/3050, l='MpServer', x=-50.50, y=45.00, z=200.50], EntityEvilWizard['Wizard'/3307, l='MpServer', x=80.50, y=26.00, z=148.50], EntityItem['item.tile.sapling.oak'/1772, l='MpServer', x=35.15, y=73.00, z=276.29], EntityZombie['Zombie'/3308, l='MpServer', x=81.18, y=13.00, z=249.49], EntitySkeleton['Skeleton'/3309, l='MpServer', x=86.50, y=20.00, z=249.50], EntityVillagerBandit['Grefin - Bandit'/750, l='MpServer', x=74.50, y=27.00, z=167.50], EntityCreeper['Creeper'/3310, l='MpServer', x=83.41, y=15.00, z=258.18], EntitySkeleton['Skeleton'/3311, l='MpServer', x=88.50, y=24.00, z=257.50], EntityZombie['Zombie'/3312, l='MpServer', x=82.08, y=22.67, z=256.51], MoCEntityCod['Cod'/3313, l='MpServer', x=96.50, y=67.00, z=144.50], EntityPig['Pig'/3314, l='MpServer', x=107.50, y=63.00, z=161.50], EntityPig['Pig'/3315, l='MpServer', x=107.50, y=63.00, z=161.50], EntityPig['Pig'/3316, l='MpServer', x=107.50, y=63.00, z=161.50], EntityPig['Pig'/3317, l='MpServer', x=105.01, y=64.67, z=166.95], EntityPig['Pig'/3318, l='MpServer', x=109.50, y=66.00, z=232.50], EntityPig['Pig'/3319, l='MpServer', x=105.50, y=66.00, z=233.50], EntityPig['Pig'/3320, l='MpServer', x=104.50, y=66.00, z=233.50], EntityPig['Pig'/249, l='MpServer', x=64.50, y=65.00, z=157.50], EntityVillagerBanditAlchemist['Feliz - Bandit Alchemist'/1279, l='MpServer', x=0.05, y=44.00, z=332.49]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2740)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 983914400 bytes (938 MB) / 1811939328 bytes (1728 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.5.2772 Optifine OptiFine_1.12.2_HD_U_E2 38 mods loaded, 38 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 |
|:------ |:----------------- |:------------------------ |:---------------------------------------------- |:---------------------------------------- |
| UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJA | mcp | 9.42 | minecraft.jar | None |
| UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | forge | 14.23.5.2772 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | jei | 4.13.1.225 | jei_1.12.2-4.13.1.225 (1).jar | None |
| UCHIJA | abyssalcraft | 1.9.4.14 | AbyssalCraft-1.12.2-1.9.4.14.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCHIJA | aether_legacy | 1.12.2-v3.2 | aether_legacy-1.12.2-v3.2 (1).jar | None |
| UCHIJA | applecore | 3.1.0 | AppleCore-1.12.2.jar | None |
| UCHIJA | aquaculture | 1.6.1 | Aquaculture-Mod-1.12.2.jar | None |
| UCHIJA | bibliocraft | 2.4.5 | BiblioCraft-Mod-1.12.2.jar | None |
| UCHIJA | biomesoplenty | 7.0.1.2361 | BiomesOPlenty-1.12.2-7.0.1.2361-universal.jar | None |
| UCHIJA | classiccombat | 1.1 | ClassicCombat-1.1.jar | None |
| UCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJA | coherentvillages | v1.4.8.0 | Coherent-Villages-Mod-1.12.2.jar | None |
| UCHIJA | coralreef | 2.0 | Coral-Reef-Mod-1.12.2.jar | None |
| UCHIJA | dmonsters | 1.6 | Deadly-Monsters-Mod-1.12.2.jar | None |
| UCHIJA | dsurround | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCHIJA | presets | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | None |
| UCHIJA | ebwizardry | 4.1.2 | Electroblob's+Wizardry+-+4.1.2+-+MC+1.12.2.jar | None |
| UCHIJA | eim | 1.0.3 | Extended-Illagers-Mod-1.12.2.jar | None |
| UCHIJA | harvestcraft | 1.12.2w | HarvestCraft-Mod-1.12.2.jar | None |
| UCHIJA | inventorytweaks | 1.63+release.109.220f184 | Inventory-Tweaks-Mod-1.12.2.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJA | lex | 1.0.3 | LibEx-1.12.2.jar | None |
| UCHIJA | mantle | 1.12-1.3.2.24 | Mantle-Mod-1.12.2.jar | None |
| UCHIJA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.2.jar | None |
| UCHIJA | mca | 1.12.2-5.3.1 | Minecraft-Comes-Alive-Mod-1.12.2.jar | None |
| UCHIJA | mocreatures | 12.0.5 | Mo-Creatures-Mod-1.12.2.jar | None |
| UCHIJA | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
| UCHIJA | nex | 2.1.14.15 | NetherEx-Mod-1.12.2.jar | None |
| UCHIJA | orbis_api | 1.12.2-1.1.91 | Orbis-API-1.12.2.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| UCHIJA | orecore | 1.3.6 | Ore-Core-Mod-1.12.2.jar | None |
| UCHIJA | roguelike | 1.7.2 | Roguelike-Dungeons-Mod-1.12.2 (1).jar | None |
| UCHIJA | ruins | 16.9 | Ruins-Mod-1.12.1.jar | None |
| UCHIJA | stygian | 1.0.1 | Stygian-End-Biome-Expansion-Mod-1.12.2.jar | None |
| UCHIJA | toroquest | 1.12.2-5.2 | ToroQuest-Mod-1.12.2.jar | None |
| UCHIJA | wearablebackpacks | 3.1.0 | Wearable-Backpacks-Mod-1.12.2.jar | None |
| UCHIJA | thejungle | 1.1024.1222 | Welcome-to-the-Jungle-Mod-1.12.2.jar | None |
| UCHIJA | xaerominimap | 1.15.9 | Xaeros_Minimap_1.15.9_Forge_1.12.jar | None |
Loaded coremods (and transformers):
Inventory Tweaks Coremod (Inventory-Tweaks-Mod-1.12.2.jar)
invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-1.12.2.jar)
squeek.applecore.asm.TransformerModuleHandler
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 399.07' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
Launched Version: 1.12.2-forge1.12.2-14.23.5.2772
LWJGL: 2.9.4
OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.07, 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: vanilla
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 12x Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 11
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Continuum-2.0.1.zip
OpenGlVersion: 4.6.0 NVIDIA 399.07
OpenGlRenderer: GeForce GTX 1070/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 12