Git Product home page Git Product logo

betterportals's People

Contributors

johni0702 avatar spannerman79 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

betterportals's Issues

[Dev] 1.14 port

There are a few mod developers who would be keen on porting this to 1.14 using the Fabric mod loader (kotlin and mixins are available). What would your stance be on such a port ?

Nested portal views are not rendered

Better Portals version: 0.1.3

When portals are nested physically, the inner portal views visible through a portal view are not rendered... I'm sorry, I had to mention it; you know it was only a matter of time before someone asked for a lag machine. ๐Ÿ˜œ

Screenshot of nested portal view

A crash that has something to do with particles

---- Minecraft Crash Report ----

WARNING: coremods are present:
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.5-1.12.2.jar)
CreativePatchingLoader (CreativeCore_v1.9.45_mc1.12.2.jar)
HCASM (HammerCore-1.12.2-2.0.4.7.jar)
Quark Plugin (Quark-r1.5-155.jar)
LoadingPlugin (HardcoreBuoy-1.12-1.0.4.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
StepupfixCore (StepupFix-1.12.2-1.0.0.4.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
BlurPlugin (Blur-1.0.4-14.jar)
CharmLoadingPlugin (Charm-1.12.2-1.1.0.jar)
AstralCore (astralsorcery-1.12.2-1.10.19.jar)
IGCMPatchingLoader (IGCM_v1.2.10_mc1.12.2.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
ItemPatchingLoader (ItemPhysic Lite 1.3.7 mc1.12.2.jar)
Snow! Real Magic! Core Mod (SnowRealMagic-0.3.1-coremod.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 6/1/19 6:20 PM
Description: Ticking Particle

java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at net.minecraft.world.World.func_175644_a(World.java:3035)
at de.johni0702.minecraft.betterportals.common.entity.AbstractPortalEntity$EventHandler.modifyAABBs(AbstractPortalEntity.kt:258)
at de.johni0702.minecraft.betterportals.common.entity.AbstractPortalEntity$EventHandler.onGetCollisionBoxes(AbstractPortalEntity.kt:230)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1880_EventHandler_onGetCollisionBoxes_GetCollisionBoxesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.func_184144_a(World.java:1390)
at net.minecraft.client.particle.Particle.func_187110_a(Particle.java:291)
at net.minecraft.client.particle.ParticleSuspend.func_189213_a(SourceFile:32)
at net.minecraft.client.particle.ParticleManager.func_178923_d(ParticleManager.java:238)
at net.minecraft.client.particle.ParticleManager.func_187240_a(ParticleManager.java:224)
at net.minecraft.client.particle.ParticleManager.func_178922_a(ParticleManager.java:208)
at net.minecraft.client.particle.ParticleManager.func_78868_a(ParticleManager.java:164)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1901)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
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 java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at net.minecraft.world.World.func_175644_a(World.java:3035)
at de.johni0702.minecraft.betterportals.common.entity.AbstractPortalEntity$EventHandler.modifyAABBs(AbstractPortalEntity.kt:258)
at de.johni0702.minecraft.betterportals.common.entity.AbstractPortalEntity$EventHandler.onGetCollisionBoxes(AbstractPortalEntity.kt:230)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1880_EventHandler_onGetCollisionBoxes_GetCollisionBoxesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.func_184144_a(World.java:1390)
at net.minecraft.client.particle.Particle.func_187110_a(Particle.java:291)
at net.minecraft.client.particle.ParticleSuspend.func_189213_a(SourceFile:32)

-- Particle being ticked --
Details:
Particle: ParticleSuspend, Pos (418.7611466050148,57.511205434799194,-649.1848576664925), RGBA (0.4,0.4,0.7,1.0), Age 0
Particle Type: MISC_TEXTURE
Stacktrace:
at net.minecraft.client.particle.ParticleManager.func_178923_d(ParticleManager.java:238)
at net.minecraft.client.particle.ParticleManager.func_187240_a(ParticleManager.java:224)
at net.minecraft.client.particle.ParticleManager.func_178922_a(ParticleManager.java:208)
at net.minecraft.client.particle.ParticleManager.func_78868_a(ParticleManager.java:164)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['HatsuneMiku_chan'/1786, l='MpServer', x=429.77, y=58.95, z=-673.52]]
Chunk stats: MultiplayerChunkCache: 204, 204
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-188,64,252), Chunk: (at 4,4,12 in -12,15; contains blocks -192,0,240 to -177,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 887 game time, 887 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: 360 total; [EntityZombie['Zombie'/33793, l='MpServer', x=377.50, y=44.00, z=-661.50], EntityZombie['Zombie'/33795, l='MpServer', x=399.50, y=14.00, z=-657.50], EntityGoblin['Goblin'/33801, l='MpServer', x=401.50, y=13.00, z=-636.50], EntityItem['item.tile.seagrass'/31767, l='MpServer', x=389.76, y=50.00, z=-604.13], EntityItem['item.tile.seagrass'/31768, l='MpServer', x=390.01, y=50.00, z=-605.22], EntityItem['item.tile.seagrass'/31769, l='MpServer', x=392.68, y=50.00, z=-614.17], EntityItem['item.tile.seagrass'/31770, l='MpServer', x=394.08, y=50.00, z=-614.00], EntityItem['item.tile.seagrass'/31771, l='MpServer', x=393.90, y=50.00, z=-612.83], EntityItem['item.tile.seagrass'/31772, l='MpServer', x=395.45, y=50.00, z=-610.80], EntityItem['item.tile.seagrass'/31773, l='MpServer', x=395.89, y=50.00, z=-615.14], EntityItem['item.tile.seagrass'/31774, l='MpServer', x=396.74, y=50.00, z=-612.90], EntityItem['item.tile.seagrass'/31776, l='MpServer', x=398.47, y=50.00, z=-607.09], EntityItem['item.tile.seagrass'/31778, l='MpServer', x=399.50, y=50.00, z=-615.07], EntityItem['item.tile.seagrass'/31779, l='MpServer', x=399.74, y=50.00, z=-607.14], EntityItem['item.tile.seagrass'/31780, l='MpServer', x=401.37, y=50.00, z=-605.70], EntityItem['item.tile.seagrass'/31782, l='MpServer', x=402.18, y=50.00, z=-607.06], EntityItem['item.tile.seagrass'/31783, l='MpServer', x=402.65, y=50.00, z=-605.03], EntityItem['item.tile.seagrass'/31785, l='MpServer', x=405.08, y=50.00, z=-605.03], EntityItem['item.tile.coral.blue_coral'/31789, l='MpServer', x=408.35, y=50.00, z=-615.41], EntityItem['item.tile.coral.blue_coral'/31790, l='MpServer', x=408.72, y=49.00, z=-605.02], EntityItem['item.tile.coral.orange_coral'/31792, l='MpServer', x=408.84, y=50.00, z=-615.79], EntityItem['item.tile.coral.blue_coral'/31793, l='MpServer', x=409.48, y=49.00, z=-614.88], EntityItem['item.tile.coral.blue_coral'/31794, l='MpServer', x=409.51, y=49.00, z=-613.45], EntityItem['item.tile.coral.orange_coral'/31796, l='MpServer', x=408.84, y=49.00, z=-610.15], EntityItem['item.tile.coral.blue_coral'/31797, l='MpServer', x=409.52, y=49.00, z=-610.03], EntityItem['item.tile.coral.blue_coral'/31798, l='MpServer', x=409.77, y=49.00, z=-607.91], EntityItem['item.tile.seagrass'/31799, l='MpServer', x=409.49, y=49.00, z=-604.65], EntityItem['item.tile.coral.glowing_coral'/31800, l='MpServer', x=410.15, y=49.00, z=-614.97], EntityItem['item.tile.coral.orange_coral'/31801, l='MpServer', x=410.87, y=49.00, z=-614.82], EntityItem['item.tile.coral.glowing_coral'/31802, l='MpServer', x=410.04, y=49.00, z=-613.18], EntityItem['item.tile.coral.blue_coral'/31804, l='MpServer', x=410.74, y=49.00, z=-611.68], EntityPlayerDummy['entity.PlayerDummy.name'/4157, l='MpServer', x=429.77, y=58.95, z=-673.52], EntityItem['item.tile.coral.blue_coral'/31806, l='MpServer', x=410.97, y=49.00, z=-609.13], EntityItem['item.tile.coral.blue_coral'/31807, l='MpServer', x=411.27, y=49.00, z=-614.73], EntityItem['item.tile.coral.orange_coral'/31808, l='MpServer', x=412.10, y=49.00, z=-613.76], EntityItem['item.tile.coral.orange_coral'/31809, l='MpServer', x=410.96, y=49.00, z=-611.12], EntityItem['item.tile.coral.blue_coral'/31810, l='MpServer', x=411.26, y=49.00, z=-610.75], EntityItem['item.tile.coral.blue_coral'/31813, l='MpServer', x=412.61, y=49.00, z=-612.13], EntityItem['item.tile.coral.pink_coral'/31814, l='MpServer', x=412.95, y=49.00, z=-610.39], EntityItem['item.tile.coral.blue_coral'/31815, l='MpServer', x=413.24, y=49.00, z=-614.33], EntityItem['item.tile.coral.blue_coral'/31817, l='MpServer', x=413.39, y=49.00, z=-612.82], EntityItem['item.tile.coral.blue_coral'/31818, l='MpServer', x=413.77, y=49.00, z=-609.88], EntityFishCod['Cod'/32842, l='MpServer', x=500.50, y=56.00, z=-620.50], EntityItem['item.tile.coral.blue_coral'/31819, l='MpServer', x=414.86, y=49.00, z=-614.12], EntityFishCod['Cod'/32843, l='MpServer', x=501.50, y=56.00, z=-619.50], EntityFishCod['Cod'/32844, l='MpServer', x=500.50, y=55.13, z=-622.00], EntityFishCod['Cod'/32845, l='MpServer', x=497.50, y=56.00, z=-619.50], EntityFishClownfish['Clownfish'/33884, l='MpServer', x=374.50, y=50.00, z=-698.50], EntityFishClownfish['Clownfish'/33885, l='MpServer', x=371.50, y=50.00, z=-698.50], EntityFishClownfish['Clownfish'/33886, l='MpServer', x=374.50, y=50.00, z=-699.50], EntityFishClownfish['Clownfish'/33887, l='MpServer', x=371.50, y=50.00, z=-697.50], EntityAncientGolem['Ancient Golem'/31847, l='MpServer', x=430.50, y=26.00, z=-611.00], EntityFishClownfish['Clownfish'/33898, l='MpServer', x=464.50, y=60.00, z=-718.50], EntityFishClownfish['Clownfish'/33899, l='MpServer', x=464.50, y=60.00, z=-721.50], EntityFishClownfish['Clownfish'/33900, l='MpServer', x=465.50, y=60.00, z=-720.50], EntityCreeper['Creeper'/33903, l='MpServer', x=471.50, y=19.00, z=-610.50], EntitySpider['Spider'/33907, l='MpServer', x=473.50, y=19.00, z=-611.50], EntityFishClownfish['Clownfish'/31870, l='MpServer', x=429.50, y=56.00, z=-606.50], EntityFishClownfish['Clownfish'/31871, l='MpServer', x=425.50, y=56.00, z=-605.50], EntityFishClownfish['Clownfish'/31872, l='MpServer', x=425.50, y=56.00, z=-607.50], EntityFishClownfish['Clownfish'/31873, l='MpServer', x=422.50, y=56.00, z=-605.50], EntityFishSalmon['Salmon'/33923, l='MpServer', x=408.50, y=55.00, z=-740.50], EntityFishSalmon['Salmon'/33924, l='MpServer', x=408.50, y=55.00, z=-741.50], EntityFishSalmon['Salmon'/33925, l='MpServer', x=410.50, y=55.00, z=-742.50], EntityFishSalmon['Salmon'/33926, l='MpServer', x=410.50, y=55.00, z=-740.50], EntityEnchantedBook['Bewitched Tome'/33935, l='MpServer', x=400.50, y=32.00, z=-601.50], EntityItem['item.tile.seagrass'/31888, l='MpServer', x=479.05, y=50.00, z=-605.06], EntityItem['item.tile.seagrass'/31892, l='MpServer', x=487.58, y=50.00, z=-604.74], EntityAncientGolem['Ancient Golem'/31893, l='MpServer', x=477.50, y=27.00, z=-610.00], EntitySkeleton['Skeleton'/33962, l='MpServer', x=414.50, y=23.00, z=-682.50], EntitySkeleton['Skeleton'/33963, l='MpServer', x=415.50, y=23.00, z=-679.50], EntityItem['item.tile.flower_1.miners_delight'/32952, l='MpServer', x=397.91, y=28.00, z=-690.35], EntityItem['item.tile.flower_1.miners_delight'/32953, l='MpServer', x=396.74, y=29.00, z=-691.18], EntityAncientGolem['Ancient Golem'/32954, l='MpServer', x=398.50, y=28.00, z=-690.00], EntityItem['item.tile.flower_1.miners_delight'/32955, l='MpServer', x=395.13, y=31.00, z=-690.88], EntityHauntedTool['Haunted Tool'/32973, l='MpServer', x=470.50, y=33.00, z=-633.50], EntityItem['item.tile.seagrass'/31959, l='MpServer', x=408.57, y=50.00, z=-630.21], EntityItem['item.tile.seagrass'/31960, l='MpServer', x=408.68, y=50.00, z=-623.38], EntityItem['item.tile.coral.orange_coral'/31961, l='MpServer', x=408.12, y=51.00, z=-619.64], EntityItem['item.tile.coral.blue_coral'/31962, l='MpServer', x=408.51, y=50.00, z=-616.52], EntityItem['item.tile.coral.pink_coral'/31963, l='MpServer', x=409.13, y=50.00, z=-621.74], EntityItem['item.tile.seagrass'/31964, l='MpServer', x=409.89, y=51.00, z=-620.61], EntityItem['item.tile.coral.pink_coral'/31965, l='MpServer', x=409.69, y=50.00, z=-618.83], EntityItem['item.tile.coral.blue_coral'/31966, l='MpServer', x=410.20, y=50.00, z=-618.44], EntityItem['item.tile.seagrass'/31967, l='MpServer', x=411.76, y=49.00, z=-629.96], EntityItem['item.tile.seagrass'/31968, l='MpServer', x=411.70, y=50.00, z=-622.50], EntityItem['item.tile.coral.glowing_coral'/31970, l='MpServer', x=411.18, y=50.00, z=-618.02], EntityItem['item.tile.coral.blue_coral'/31971, l='MpServer', x=411.62, y=50.00, z=-616.01], EntityItem['item.tile.coral.blue_coral'/31972, l='MpServer', x=412.13, y=50.00, z=-618.38], EntityItem['item.tile.coral.blue_coral'/31973, l='MpServer', x=412.13, y=49.00, z=-616.03], EntityItem['item.tile.seagrass'/31974, l='MpServer', x=413.67, y=49.00, z=-631.15], EntityItem['item.tile.seagrass'/31975, l='MpServer', x=413.53, y=49.00, z=-625.25], EntityItem['item.tile.seagrass'/31976, l='MpServer', x=413.36, y=49.00, z=-622.33], EntityItem['item.tile.coral.blue_coral'/31977, l='MpServer', x=413.00, y=50.00, z=-617.22], EntityItem['item.tile.coral.blue_coral'/31978, l='MpServer', x=413.29, y=49.00, z=-616.88], EntityItem['item.tile.coral.blue_coral'/31980, l='MpServer', x=414.58, y=50.00, z=-618.79], EntityItem['item.tile.coral.glowing_coral'/31981, l='MpServer', x=414.72, y=49.00, z=-617.20], EntityItem['item.tile.coral.blue_coral'/31982, l='MpServer', x=414.32, y=49.00, z=-616.48], EntityItem['item.tile.seagrass'/31983, l='MpServer', x=415.28, y=49.00, z=-626.49], EntityItem['item.tile.seagrass'/31984, l='MpServer', x=415.87, y=49.00, z=-625.65], EntityItem['item.tile.coral.orange_coral'/31985, l='MpServer', x=415.51, y=49.00, z=-619.20], EntityItem['item.tile.seagrass'/31986, l='MpServer', x=416.60, y=49.00, z=-621.40], EntityItem['item.tile.seagrass'/31987, l='MpServer', x=416.22, y=49.00, z=-620.28], EntityItem['item.tile.coral.blue_coral'/31989, l='MpServer', x=415.89, y=49.00, z=-616.69], EntityItem['item.tile.seagrass'/31990, l='MpServer', x=417.11, y=49.00, z=-619.49], EntityItem['item.tile.coral.pink_coral'/31991, l='MpServer', x=417.95, y=49.00, z=-617.17], EntityItem['item.tile.seagrass'/31992, l='MpServer', x=418.13, y=48.00, z=-623.04], EntityItem['item.tile.seagrass'/32049, l='MpServer', x=392.01, y=49.00, z=-625.99], EntityItem['item.tile.seagrass'/32050, l='MpServer', x=393.84, y=49.00, z=-624.88], EntityItem['item.tile.seagrass'/32051, l='MpServer', x=394.86, y=50.00, z=-618.05], EntityItem['item.tile.seagrass'/32052, l='MpServer', x=395.81, y=50.00, z=-625.88], EntityItem['item.tile.seagrass'/32053, l='MpServer', x=395.70, y=50.00, z=-619.03], EntityItem['item.tile.seagrass'/32054, l='MpServer', x=395.75, y=50.00, z=-616.83], EntityItem['item.tile.seagrass'/32055, l='MpServer', x=396.94, y=50.00, z=-622.40], EntityItem['item.tile.seagrass'/32056, l='MpServer', x=396.84, y=50.00, z=-624.40], EntityItem['item.tile.seagrass'/32057, l='MpServer', x=398.09, y=51.00, z=-630.96], EntityItem['item.tile.seagrass'/32058, l='MpServer', x=399.01, y=51.00, z=-625.18], EntityItem['item.tile.seagrass'/32059, l='MpServer', x=398.76, y=50.00, z=-621.68], EntityItem['item.tile.seagrass'/32060, l='MpServer', x=399.27, y=51.00, z=-629.44], EntityItem['item.tile.seagrass'/32061, l='MpServer', x=399.48, y=51.00, z=-623.76], EntityItem['item.tile.seagrass'/32062, l='MpServer', x=399.98, y=50.00, z=-617.06], EntityFishCod['Cod'/33086, l='MpServer', x=387.50, y=62.00, z=-677.50], EntityFishCod['Cod'/33087, l='MpServer', x=384.48, y=61.94, z=-677.49], EntityFishCod['Cod'/33088, l='MpServer', x=386.50, y=62.00, z=-676.50], EntityItem['item.tile.seagrass'/32065, l='MpServer', x=401.13, y=51.00, z=-630.15], EntityFishCod['Cod'/33089, l='MpServer', x=384.50, y=62.00, z=-676.50], EntityItem['item.tile.seagrass'/32066, l='MpServer', x=400.98, y=51.00, z=-625.47], EntityGoblin['Goblin'/33090, l='MpServer', x=412.50, y=24.00, z=-685.50], EntityItem['item.tile.seagrass'/32067, l='MpServer', x=401.06, y=51.00, z=-624.12], EntityItem['item.tile.coral.pink_coral'/32068, l='MpServer', x=403.11, y=50.00, z=-617.91], EntityGoblin['Goblin'/33092, l='MpServer', x=461.50, y=24.00, z=-598.50], EntityItem['item.tile.seagrass'/32069, l='MpServer', x=403.79, y=51.00, z=-622.98], EntityItem['item.tile.coral.orange_coral'/32070, l='MpServer', x=403.24, y=50.00, z=-618.13], EntityItem['item.tile.seagrass'/32071, l='MpServer', x=403.16, y=50.00, z=-616.95], EntityItem['item.tile.seagrass'/32072, l='MpServer', x=404.07, y=51.00, z=-627.49], EntityItem['item.tile.coral.pink_coral'/32073, l='MpServer', x=404.86, y=51.00, z=-618.95], EntityItem['item.tile.seagrass'/32075, l='MpServer', x=405.13, y=50.00, z=-627.91], EntityItem['item.tile.seagrass'/32076, l='MpServer', x=406.14, y=51.00, z=-620.50], EntityItem['item.tile.seagrass'/32078, l='MpServer', x=406.61, y=52.00, z=-617.51], EntityItem['item.tile.seagrass'/32079, l='MpServer', x=406.01, y=51.00, z=-619.51], EntityItem['item.tile.seagrass'/32080, l='MpServer', x=408.28, y=50.00, z=-625.22], EntityItem['item.tile.seagrass'/32092, l='MpServer', x=379.15, y=48.00, z=-624.15], EntityItem['item.tile.seagrass'/32093, l='MpServer', x=379.90, y=49.00, z=-631.65], EntityItem['item.tile.seagrass'/32094, l='MpServer', x=380.96, y=49.00, z=-628.40], EntityItem['item.tile.seagrass'/32095, l='MpServer', x=380.25, y=49.00, z=-618.10], EntityItem['item.tile.seagrass'/32096, l='MpServer', x=381.48, y=49.00, z=-626.30], EntityItem['item.tile.seagrass'/32097, l='MpServer', x=382.16, y=49.00, z=-620.13], EntityItem['item.tile.seagrass'/32099, l='MpServer', x=382.20, y=49.00, z=-624.56], EntityItem['item.tile.seagrass'/32100, l='MpServer', x=383.08, y=49.00, z=-629.68], EntityItem['item.tile.seagrass'/32101, l='MpServer', x=384.13, y=49.00, z=-623.13], EntityItem['item.tile.seagrass'/32102, l='MpServer', x=383.93, y=49.00, z=-626.51], EntityItem['item.tile.seagrass'/32103, l='MpServer', x=385.26, y=49.00, z=-627.14], EntityItem['item.tile.seagrass'/32104, l='MpServer', x=385.53, y=49.00, z=-624.80], EntityItem['item.tile.seagrass'/32106, l='MpServer', x=387.17, y=49.00, z=-627.81], EntityItem['item.tile.seagrass'/32107, l='MpServer', x=386.96, y=49.00, z=-621.19], EntityItem['item.tile.seagrass'/32108, l='MpServer', x=388.90, y=49.00, z=-630.19], EntityItem['item.tile.seagrass'/32109, l='MpServer', x=387.90, y=49.00, z=-626.92], EntityItem['item.tile.seagrass'/32110, l='MpServer', x=390.08, y=49.00, z=-622.14], EntityItem['item.tile.seagrass'/32111, l='MpServer', x=389.94, y=49.00, z=-620.51], EntityItem['item.tile.seagrass'/32112, l='MpServer', x=390.86, y=49.00, z=-622.02], EntityItem['item.tile.seagrass'/32113, l='MpServer', x=390.88, y=49.00, z=-619.26], EntityItem['item.tile.seagrass'/32142, l='MpServer', x=369.02, y=48.00, z=-632.01], EntityItem['item.tile.seagrass'/32143, l='MpServer', x=371.77, y=49.00, z=-626.46], EntityItem['item.tile.seagrass'/32144, l='MpServer', x=372.59, y=49.00, z=-629.88], EntityFishSalmon['Salmon'/33168, l='MpServer', x=491.50, y=49.00, z=-681.50], EntityItem['item.tile.seagrass'/32145, l='MpServer', x=373.70, y=48.00, z=-627.88], EntityFishSalmon['Salmon'/33169, l='MpServer', x=490.50, y=49.00, z=-679.50], EntityItem['item.tile.seagrass'/32146, l='MpServer', x=374.04, y=49.00, z=-626.57], EntityFishSalmon['Salmon'/33170, l='MpServer', x=489.50, y=49.00, z=-684.50], EntityItem['item.tile.seagrass'/32147, l='MpServer', x=375.42, y=48.00, z=-624.29], EntityFishSalmon['Salmon'/33171, l='MpServer', x=491.50, y=49.00, z=-682.50], EntityZombie['Zombie'/33179, l='MpServer', x=391.50, y=19.00, z=-659.50], EntityAncientGolem['Ancient Golem'/32282, l='MpServer', x=429.50, y=17.00, z=-642.00], EntityFishCod['Cod'/33306, l='MpServer', x=441.50, y=44.00, z=-676.50], EntityItem['item.tile.seagrass'/32283, l='MpServer', x=410.63, y=49.00, z=-635.27], EntityFishCod['Cod'/33307, l='MpServer', x=437.50, y=44.00, z=-673.50], EntityItem['item.tile.seagrass'/32284, l='MpServer', x=412.95, y=49.00, z=-632.27], EntityItem['item.tile.seagrass'/32285, l='MpServer', x=414.87, y=49.00, z=-635.17], EntityAncientGolem['Ancient Golem'/32286, l='MpServer', x=445.50, y=21.00, z=-643.00], EntitySkeleton['Skeleton'/33312, l='MpServer', x=353.50, y=34.00, z=-605.50], EntityFishCod['Cod'/33339, l='MpServer', x=353.50, y=60.00, z=-712.50], EntityFishCod['Cod'/33340, l='MpServer', x=350.50, y=60.00, z=-714.50], EntityFishCod['Cod'/33341, l='MpServer', x=347.50, y=60.00, z=-712.50], EntityFishCod['Cod'/33342, l='MpServer', x=351.50, y=60.00, z=-714.50], EntityItem['item.tile.seagrass'/32330, l='MpServer', x=377.23, y=49.00, z=-635.55], EntityItem['item.tile.seagrass'/32331, l='MpServer', x=378.93, y=49.00, z=-637.27], EntityFishCod['Cod'/33355, l='MpServer', x=483.50, y=62.00, z=-677.50], EntityItem['item.tile.seagrass'/32332, l='MpServer', x=379.39, y=49.00, z=-645.81], EntityFishCod['Cod'/33356, l='MpServer', x=480.49, y=62.00, z=-677.50], EntityItem['item.tile.seagrass'/32333, l='MpServer', x=380.00, y=49.00, z=-641.52], EntityFishCod['Cod'/33357, l='MpServer', x=482.50, y=62.00, z=-676.50], EntityItem['item.tile.seagrass'/32334, l='MpServer', x=379.80, y=49.00, z=-640.04], EntityFishCod['Cod'/33358, l='MpServer', x=480.50, y=62.00, z=-676.50], EntityItem['item.tile.seagrass'/32336, l='MpServer', x=379.86, y=49.00, z=-635.17], EntityItem['item.tile.seagrass'/32337, l='MpServer', x=380.90, y=49.00, z=-644.20], EntityItem['item.tile.seagrass'/32338, l='MpServer', x=381.30, y=49.00, z=-647.11], EntityItem['item.tile.seagrass'/32339, l='MpServer', x=383.16, y=49.00, z=-645.92], EntityBat['Bat'/33363, l='MpServer', x=392.42, y=13.17, z=-624.82], EntityItem['item.tile.seagrass'/32340, l='MpServer', x=383.05, y=49.00, z=-642.96], EntityItem['item.tile.seagrass'/32341, l='MpServer', x=384.17, y=49.00, z=-644.30], EntityBat['Bat'/33365, l='MpServer', x=394.11, y=13.46, z=-623.71], EntityItem['item.tile.seagrass'/32342, l='MpServer', x=386.79, y=49.00, z=-638.72], EntityItem['item.tile.seagrass'/32343, l='MpServer', x=390.89, y=49.00, z=-637.72], EntityItem['item.tile.seagrass'/32344, l='MpServer', x=391.29, y=49.00, z=-635.11], EntityItem['item.tile.seagrass'/32345, l='MpServer', x=392.22, y=49.00, z=-644.97], EntityItem['item.tile.seagrass'/32346, l='MpServer', x=394.37, y=49.00, z=-645.24], EntityItem['item.tile.seagrass'/32347, l='MpServer', x=393.90, y=49.00, z=-643.04], EntityItem['item.tile.seagrass'/32348, l='MpServer', x=394.88, y=50.00, z=-631.88], EntityItem['item.tile.seagrass'/32349, l='MpServer', x=396.32, y=49.00, z=-641.18], EntityItem['item.tile.seagrass'/32350, l='MpServer', x=394.92, y=51.00, z=-632.43], EntityItem['item.tile.seagrass'/32351, l='MpServer', x=396.27, y=49.00, z=-643.00], EntityFishCod['Cod'/33375, l='MpServer', x=369.50, y=60.00, z=-648.50], EntityItem['item.tile.seagrass'/32352, l='MpServer', x=396.33, y=51.00, z=-632.53], EntityFishCod['Cod'/33376, l='MpServer', x=366.50, y=60.00, z=-650.50], EntityItem['item.tile.seagrass'/32353, l='MpServer', x=398.06, y=51.00, z=-633.27], EntityFishCod['Cod'/33377, l='MpServer', x=363.50, y=60.00, z=-648.50], EntityItem['item.tile.seagrass'/32354, l='MpServer', x=398.36, y=51.00, z=-635.91], EntityFishCod['Cod'/33378, l='MpServer', x=367.50, y=60.00, z=-650.50], EntityItem['item.tile.seagrass'/32356, l='MpServer', x=398.89, y=50.00, z=-640.46], EntityItem['item.tile.seagrass'/32357, l='MpServer', x=399.88, y=50.00, z=-638.69], EntityItem['item.tile.seagrass'/32358, l='MpServer', x=399.53, y=51.00, z=-637.35], EntityItem['item.tile.seagrass'/32359, l='MpServer', x=400.70, y=50.00, z=-640.33], EntityItem['item.tile.seagrass'/32360, l='MpServer', x=400.71, y=51.00, z=-637.88], EntityItem['item.tile.seagrass'/32361, l='MpServer', x=400.46, y=51.00, z=-634.28], EntityItem['item.tile.seagrass'/32362, l='MpServer', x=404.19, y=51.00, z=-632.40], EntityItem['item.tile.seagrass'/32363, l='MpServer', x=405.62, y=50.00, z=-637.71], EntityBat['Bat'/33387, l='MpServer', x=379.50, y=24.46, z=-645.96], EntityItem['item.tile.seagrass'/32364, l='MpServer', x=407.64, y=50.00, z=-637.11], EntityBat['Bat'/33388, l='MpServer', x=381.94, y=24.46, z=-646.94], EntityItem['item.tile.seagrass'/32365, l='MpServer', x=408.07, y=50.00, z=-636.27], EntityBat['Bat'/33448, l='MpServer', x=431.72, y=34.29, z=-601.80], EntityItem['item.tile.seagrass'/32431, l='MpServer', x=363.25, y=49.00, z=-641.21], EntityItem['item.tile.seagrass'/32432, l='MpServer', x=368.98, y=49.00, z=-642.90], EntityItem['item.tile.seagrass'/32433, l='MpServer', x=368.41, y=49.00, z=-635.87], EntityItem['item.tile.seagrass'/32434, l='MpServer', x=368.56, y=49.00, z=-634.25], EntityItem['item.tile.seagrass'/32435, l='MpServer', x=369.36, y=49.00, z=-645.27], EntityItem['item.tile.seagrass'/32436, l='MpServer', x=369.20, y=49.00, z=-637.17], EntityItem['item.tile.seagrass'/32437, l='MpServer', x=370.37, y=49.00, z=-637.35], MagicEntity['unknown'/-31415, l='MpServer', x=430.28, y=59.92, z=-674.54], EntityItem['item.tile.seagrass'/32438, l='MpServer', x=371.22, y=49.00, z=-643.40], EntityItem['item.tile.seagrass'/32439, l='MpServer', x=372.02, y=49.00, z=-642.82], EntityItem['item.tile.seagrass'/32440, l='MpServer', x=371.60, y=49.00, z=-634.36], EntityItem['item.tile.seagrass'/32441, l='MpServer', x=372.76, y=49.00, z=-641.12], EntityItem['item.tile.seagrass'/32442, l='MpServer', x=374.43, y=49.00, z=-634.84], EntityItem['item.tile.seagrass'/32443, l='MpServer', x=375.33, y=49.00, z=-645.89], EntityFishCod['Cod'/32448, l='MpServer', x=475.50, y=48.00, z=-649.50], EntityFishCod['Cod'/32449, l='MpServer', x=476.50, y=48.00, z=-645.50], EntityFishCod['Cod'/32450, l='MpServer', x=478.50, y=48.00, z=-645.50], EntityFishCod['Cod'/32451, l='MpServer', x=478.50, y=48.00, z=-646.50], EntityFishCod['Cod'/33513, l='MpServer', x=467.50, y=61.98, z=-629.50], EntityFishCod['Cod'/33514, l='MpServer', x=464.50, y=62.00, z=-629.50], EntityFishCod['Cod'/33515, l='MpServer', x=466.50, y=62.00, z=-628.50], EntityFishCod['Cod'/33516, l='MpServer', x=464.50, y=62.00, z=-628.50], EntitySquid['Squid'/33524, l='MpServer', x=480.50, y=49.00, z=-618.50], EntitySquid['Squid'/33525, l='MpServer', x=478.50, y=49.00, z=-619.50], EntitySquid['Squid'/33526, l='MpServer', x=482.50, y=49.00, z=-622.50], EntitySquid['Squid'/33527, l='MpServer', x=484.50, y=49.00, z=-621.50], EntitySquid['Squid'/33550, l='MpServer', x=487.50, y=57.00, z=-697.50], EntitySquid['Squid'/33551, l='MpServer', x=395.50, y=57.00, z=-727.50], EntitySquid['Squid'/33552, l='MpServer', x=397.50, y=57.00, z=-725.50], EntitySquid['Squid'/33553, l='MpServer', x=398.50, y=57.00, z=-728.50], EntitySquid['Squid'/33554, l='MpServer', x=395.50, y=57.00, z=-730.50], EntitySquid['Squid'/33555, l='MpServer', x=434.50, y=58.00, z=-605.50], EntitySquid['Squid'/33557, l='MpServer', x=433.50, y=58.00, z=-604.50], EntitySquid['Squid'/33558, l='MpServer', x=436.50, y=58.00, z=-603.50], EntitySquid['Squid'/33559, l='MpServer', x=431.50, y=58.00, z=-605.50], EntitySquid['Squid'/33560, l='MpServer', x=421.50, y=59.00, z=-681.50], EntitySquid['Squid'/33561, l='MpServer', x=423.50, y=59.00, z=-681.50], EntitySkeletonWarrior['Skeleton Warrior'/32538, l='MpServer', x=412.50, y=37.00, z=-640.50], EntitySquid['Squid'/33562, l='MpServer', x=422.50, y=59.00, z=-679.50], EntitySquid['Squid'/33563, l='MpServer', x=421.50, y=59.00, z=-677.50], EntitySquid['Squid'/33564, l='MpServer', x=389.50, y=60.00, z=-705.50], EntitySquid['Squid'/33565, l='MpServer', x=388.50, y=60.00, z=-702.50], EntitySquid['Squid'/33566, l='MpServer', x=390.50, y=60.00, z=-707.50], EntitySquid['Squid'/33567, l='MpServer', x=393.50, y=60.00, z=-703.50], EntitySquid['Squid'/33568, l='MpServer', x=378.50, y=48.00, z=-676.50], EntitySquid['Squid'/33569, l='MpServer', x=373.50, y=48.00, z=-680.50], EntitySquid['Squid'/33570, l='MpServer', x=377.50, y=48.00, z=-677.50], EntitySquid['Squid'/33571, l='MpServer', x=380.50, y=48.00, z=-678.50], EntitySquid['Squid'/33572, l='MpServer', x=424.50, y=62.00, z=-719.50], EntitySquid['Squid'/33573, l='MpServer', x=432.50, y=62.00, z=-717.50], EntitySquid['Squid'/33574, l='MpServer', x=428.50, y=62.00, z=-717.50], EntitySquid['Squid'/33575, l='MpServer', x=428.50, y=62.00, z=-713.50], EntitySquid['Squid'/33576, l='MpServer', x=450.50, y=59.00, z=-712.50], EntitySquid['Squid'/33577, l='MpServer', x=449.50, y=59.00, z=-708.50], EntitySquid['Squid'/33579, l='MpServer', x=455.50, y=59.00, z=-714.50], EntitySquid['Squid'/33580, l='MpServer', x=456.50, y=59.00, z=-714.50], EntitySquid['Squid'/33589, l='MpServer', x=442.50, y=55.00, z=-642.50], EntitySquid['Squid'/33590, l='MpServer', x=440.50, y=55.00, z=-639.50], EntitySquid['Squid'/33591, l='MpServer', x=442.50, y=55.00, z=-638.50], EntitySquid['Squid'/33592, l='MpServer', x=441.50, y=55.00, z=-638.50], EntitySquid['Squid'/33607, l='MpServer', x=416.50, y=50.00, z=-692.50], EntitySquid['Squid'/33608, l='MpServer', x=412.50, y=50.00, z=-689.50], EntitySquid['Squid'/33609, l='MpServer', x=410.50, y=50.00, z=-688.50], EntitySquid['Squid'/33610, l='MpServer', x=419.50, y=50.00, z=-692.50], EntityItem['item.tile.seagrass'/32595, l='MpServer', x=393.76, y=49.00, z=-648.47], EntityItem['item.tile.seagrass'/32596, l='MpServer', x=376.68, y=49.00, z=-659.44], EntityItem['item.tile.seagrass'/32597, l='MpServer', x=376.75, y=49.00, z=-655.12], EntityItem['item.tile.seagrass'/32598, l='MpServer', x=377.53, y=49.00, z=-661.45], EntityItem['item.tile.seagrass'/32599, l='MpServer', x=378.84, y=49.00, z=-657.18], EntityItem['item.tile.seagrass'/32600, l='MpServer', x=379.09, y=49.00, z=-658.71], EntityItem['item.tile.seagrass'/32601, l='MpServer', x=379.30, y=49.00, z=-653.73], EntityItem['item.tile.seagrass'/32602, l='MpServer', x=379.31, y=49.00, z=-650.75], EntityItem['item.tile.seagrass'/32603, l='MpServer', x=379.59, y=49.00, z=-649.06], EntityItem['item.tile.seagrass'/32604, l='MpServer', x=382.25, y=48.00, z=-653.92], EntityItem['item.tile.seagrass'/32605, l='MpServer', x=381.53, y=49.00, z=-651.88], EntityItem['item.tile.seagrass'/32606, l='MpServer', x=384.51, y=48.00, z=-654.82], EntityItem['item.tile.seagrass'/32607, l='MpServer', x=385.10, y=48.00, z=-651.43], EntitySquid['Squid'/33631, l='MpServer', x=372.50, y=50.00, z=-643.50], EntityItem['item.tile.seagrass'/32608, l='MpServer', x=385.52, y=48.00, z=-655.80], EntitySquid['Squid'/33632, l='MpServer', x=370.50, y=50.00, z=-644.50], EntityItem['item.tile.seagrass'/32609, l='MpServer', x=388.10, y=48.00, z=-650.03], EntitySquid['Squid'/33633, l='MpServer', x=367.50, y=50.00, z=-642.50], EntityItem['item.tile.seagrass'/32610, l='MpServer', x=390.82, y=48.00, z=-653.37], EntitySquid['Squid'/33634, l='MpServer', x=373.50, y=50.00, z=-649.50], EntityItem['item.tile.seagrass'/32611, l='MpServer', x=390.33, y=48.00, z=-650.91], EntitySquid['Squid'/33641, l='MpServer', x=456.50, y=55.00, z=-730.50], EntitySquid['Squid'/33643, l='MpServer', x=451.50, y=55.00, z=-729.50], EntitySquid['Squid'/33644, l='MpServer', x=446.50, y=55.00, z=-726.50], EntitySquid['Squid'/33649, l='MpServer', x=393.50, y=61.00, z=-625.50], EntitySquid['Squid'/33650, l='MpServer', x=394.50, y=61.00, z=-625.50], EntitySquid['Squid'/33651, l='MpServer', x=395.50, y=61.00, z=-626.50], EntitySquid['Squid'/33652, l='MpServer', x=399.50, y=61.00, z=-628.50], EntitySquid['Squid'/33653, l='MpServer', x=487.50, y=50.00, z=-652.50], EntitySquid['Squid'/33654, l='MpServer', x=487.50, y=50.00, z=-648.50], EntitySquid['Squid'/33655, l='MpServer', x=489.50, y=50.00, z=-647.50], EntitySquid['Squid'/33657, l='MpServer', x=384.50, y=62.00, z=-690.50], EntitySquid['Squid'/33658, l='MpServer', x=381.50, y=62.00, z=-690.50], EntitySquid['Squid'/33661, l='MpServer', x=384.50, y=62.00, z=-689.50], EntitySquid['Squid'/33662, l='MpServer', x=387.50, y=62.00, z=-689.50], EntityArchaeologist['Archaeologist'/31618, l='MpServer', x=468.00, y=25.00, z=-609.00], EntityItem['item.tile.seagrass'/32645, l='MpServer', x=362.50, y=48.00, z=-654.15], EntityItem['item.tile.seagrass'/32646, l='MpServer', x=364.19, y=47.00, z=-657.97], EntityItem['item.tile.seagrass'/32647, l='MpServer', x=364.73, y=48.00, z=-653.29], EntityItem['item.tile.seagrass'/32648, l='MpServer', x=366.20, y=48.00, z=-656.92], EntityItem['item.tile.seagrass'/32649, l='MpServer', x=365.17, y=48.00, z=-655.52], EntityItem['item.tile.seagrass'/32650, l='MpServer', x=367.76, y=48.00, z=-653.28], EntityItem['item.tile.seagrass'/32651, l='MpServer', x=369.45, y=48.00, z=-654.81], EntityItem['item.tile.seagrass'/32652, l='MpServer', x=369.01, y=48.00, z=-653.14], EntityItem['item.tile.seagrass'/32653, l='MpServer', x=370.29, y=48.00, z=-655.76], EntityItem['item.tile.seagrass'/32654, l='MpServer', x=370.26, y=49.00, z=-650.58], EntityItem['item.tile.seagrass'/32655, l='MpServer', x=371.82, y=48.00, z=-652.63], EntitySquid['Squid'/33679, l='MpServer', x=388.50, y=57.00, z=-643.50], EntityItem['item.tile.seagrass'/32656, l='MpServer', x=371.50, y=49.00, z=-651.80], EntitySquid['Squid'/33680, l='MpServer', x=387.50, y=57.00, z=-644.50], EntityItem['item.tile.seagrass'/32657, l='MpServer', x=371.45, y=49.00, z=-649.79], EntityItem['item.tile.seagrass'/32658, l='MpServer', x=372.25, y=48.00, z=-660.12], EntityItem['item.tile.seagrass'/32659, l='MpServer', x=373.83, y=49.00, z=-651.45], EntityItem['item.tile.seagrass'/32660, l='MpServer', x=374.44, y=48.00, z=-655.13], EntityItem['item.tile.seagrass'/32661, l='MpServer', x=375.62, y=49.00, z=-657.67], EntityItem['item.tile.seagrass'/32662, l='MpServer', x=375.34, y=49.00, z=-649.14], EntitySquid['Squid'/33688, l='MpServer', x=367.50, y=62.00, z=-714.50], EntitySquid['Squid'/33690, l='MpServer', x=368.50, y=62.00, z=-713.50], EntitySquid['Squid'/33692, l='MpServer', x=365.50, y=62.00, z=-709.50], EntityFishCod['Cod'/32669, l='MpServer', x=410.50, y=59.00, z=-590.50], EntitySquid['Squid'/33694, l='MpServer', x=365.50, y=62.00, z=-713.50], EntityFishCod['Cod'/32671, l='MpServer', x=407.50, y=59.00, z=-589.50], EntityFishCod['Cod'/32672, l='MpServer', x=403.50, y=59.00, z=-588.50], EntityPlayerSP['HatsuneMiku_chan'/1786, l='MpServer', x=429.77, y=58.95, z=-673.52], EntityHauntedTool['Haunted Tool'/33775, l='MpServer', x=416.50, y=37.00, z=-625.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
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: 349579256 bytes (333 MB) / 2494562304 bytes (2379 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.42 Powered by Forge 14.23.5.2838 158 mods loaded, 158 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                                |
|:------ |:------------------------ |:------------------------ |:--------------------------------------------------------------------- |:---------------------------------------- |
| 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.2838.jar                                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge                    | 14.23.5.2838             | forge-1.12.2-14.23.5.2838.jar                                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | creativecoredummy        | 1.0.0                    | minecraft.jar                                                         | None                                     |
| LCHIJA | itemphysic               | 1.4.0                    | minecraft.jar                                                         | None                                     |
| LCHIJA | foamfixcore              | 7.7.4                    | minecraft.jar                                                         | None                                     |
| LCHIJA | opencomputers|core       | 1.7.4.153                | minecraft.jar                                                         | None                                     |
| LCHIJA | mysticalmechanics        | 0.8-hotfix               | Mystical Mechanics-0.8-hotfix.jar                                     | None                                     |
| LCHIJA | embers                   | 1.13-hotfix2             | EmbersRekindled-1.13-hotfix2.jar                                      | None                                     |
| LCHIJA | aetherworks              | 1.12.2-1.0.0.3           | AetherWorks-1.12.2-1.0.0.3.jar                                        | None                                     |
| LCHIJA | aiimprovements           | 0.0.1.3                  | AIImprovements-1.12-0.0.1b3.jar                                       | None                                     |
| LCHIJA | airhop                   | 1.0.1                    | AirHop-v1.0.1-1.12.2.jar                                              | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
| LCHIJA | engineersdecor           | 1.0.6                    | engineersdecor-1.12.2-1.0.6.jar                                       | ed58ed655893ced6280650866985abcae2bf7559 |
| LCHIJA | jei                      | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                                             | None                                     |
| LCHIJA | theoneprobe              | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                                           | None                                     |
| LCHIJA | immersiveengineering     | 0.12-89                  | ImmersiveEngineering-0.12-89.jar                                      | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LCHIJA | alternatingflux          | 0.12.2-2                 | alternatingflux-0.12.2-2.jar                                          | None                                     |
| LCHIJA | biomesoplenty            | 7.0.1.2439               | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar                         | None                                     |
| LCHIJA | craftstudioapi           | 1.0.0                    | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar                    | None                                     |
| LCHIJA | animania                 | 1.6.2                    | animania-1.12.2-1.6.2.jar                                             | None                                     |
| LCHIJA | appleskin                | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                                            | None                                     |
| LCHIJA | aroma1997core            | 2.0.0.2                  | Aroma1997Core-1.12.2-2.0.0.2.jar                                      | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| LCHIJA | baubles                  | 1.5.2                    | Baubles-1.12-1.5.2.jar                                                | None                                     |
| LCHIJA | crafttweaker             | 4.1.18                   | CraftTweaker2-1.12-4.1.18.jar                                         | None                                     |
| LCHIJA | astralsorcery            | 1.10.19                  | astralsorcery-1.12.2-1.10.19.jar                                      | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJA | quark                    | r1.5-155                 | Quark-r1.5-155.jar                                                    | None                                     |
| LCHIJA | autoreglib               | 1.3-30                   | AutoRegLib-1.3-30.jar                                                 | None                                     |
| LCHIJA | bno                      | 1.12.2-1.0.4.0           | BasicNetherOres-1.12.2-1.0.4.0.jar                                    | None                                     |
| LCHIJA | bettercombatmod          | 1.5.6                    | BetterCombat-1.12.2-1.5.6.jar                                         | None                                     |
| LCHIJA | better_diving            | 1.3.57                   | BetterDiving-1.12.2-1.3.57.jar                                        | None                                     |
| LCHIJA | forgelin                 | 1.8.2                    | Forgelin-1.8.2.jar                                                    | None                                     |
| LCHIJA | betterfoliage            | 2.2.0                    | BetterFoliage-MC1.12-2.2.0.jar                                        | None                                     |
| LCHIJA | betternether             | 0.1.8.2                  | betternether-0.1.8.2.jar                                              | None                                     |
| LCHIJA | betterportals            | 0.1.3                    | betterportals-0.1.3.jar                                               | None                                     |
| LCHIJA | bibliocraft              | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                                     | None                                     |
| LCHIJA | mts                      | 14.3.0                   | Immersive Vehicles-1.12.2-14.3.0.jar                                  | None                                     |
| LCHIJA | unuparts                 | 1.11.2                   | UNU Parts Pack [MTS] 1.10.2-14.0.0-1.11.2.jar                         | None                                     |
| LCHIJA | blackthorne              | 1.11.2                   | BlackThorne Empire Vehicles [MTS] [IR] 1.10.2-14.0.0-1.5.0-1.11.2.jar | None                                     |
| LCHIJA | blockcraftery            | 1.12.2-1.3.1             | blockcraftery-1.12.2-1.3.1.jar                                        | None                                     |
| LCHIJA | blur                     | 1.0.4-14                 | Blur-1.0.4-14.jar                                                     | None                                     |
| LCHIJA | thaumcraft               | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                                      | None                                     |
| LCHIJA | brazier                  | 1.1.0                    | brazier-1.1.0.jar                                                     | None                                     |
| LCHIJA | campfire                 | 1.2                      | campfire-1.12-v1.2.jar                                                | None                                     |
| LCHIJA | carryon                  | 1.12.1                   | CarryOn MC1.12.2 v1.12.1.jar                                          | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
| LCHIJA | cd4017be_lib             | 6.4.1                    | CD4017BE_lib-1.12.2-6.4.1.jar                                         | None                                     |
| LCHIJA | ceramics                 | 1.12-1.3.7               | Ceramics-1.12-1.3.7.jar                                               | None                                     |
| LCHIJA | champions                | 1.12.2-1.0.9             | champions-1.12.2-1.0.9.jar                                            | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | charm                    | 1.12.2-1.1.0             | Charm-1.12.2-1.1.0.jar                                                | None                                     |
| LCHIJA | shadowmc                 | 3.8.0                    | ShadowMC-1.12-3.8.0.jar                                               | None                                     |
| LCHIJA | clipboard                | @VERSION@                | Clipboard-1.12-1.3.0.jar                                              | None                                     |
| LCHIJA | morpheus                 | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                                           | None                                     |
| LCHIJA | comforts                 | 1.4.1.2                  | comforts-1.12.2-1.4.1.2.jar                                           | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | complexcrops             | v4.1.3                   | Complex Crops 1.12.2-4.1.3.jar                                        | None                                     |
| LCHIJA | controlling              | 3.0.6                    | Controlling-3.0.6.jar                                                 | None                                     |
| LCHIJA | cookingforblockheads     | 6.4.70                   | CookingForBlockheads_1.12.2-6.4.70.jar                                | None                                     |
| LCHIJA | coralreef                | 2.0                      | CoralReef-2.5-1.12.2.jar                                              | None                                     |
| LCHIJA | extendedrenderer         | v1.0                     | coroutil-1.12.1-1.2.31.jar                                            | None                                     |
| LCHIJA | coroutil                 | 1.12.1-1.2.31            | coroutil-1.12.1-1.2.31.jar                                            | None                                     |
| LCHIJA | configmod                | v1.0                     | coroutil-1.12.1-1.2.31.jar                                            | None                                     |
| LCHIJA | craftablehorsearmour     | 1.3                      | CraftableHorseArmour-1.3.0-1.12.jar                                   | None                                     |
| LCHIJA | craftingtweaks           | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                                       | None                                     |
| LCHIJA | ctgui                    | 1.0.0                    | CraftTweaker2-1.12-4.1.18.jar                                         | None                                     |
| LCHIJA | crafttweakerjei          | 2.0.3                    | CraftTweaker2-1.12-4.1.18.jar                                         | None                                     |
| LCHIJA | igcm                     | 1.2.2                    | IGCM_v1.2.10_mc1.12.2.jar                                             | None                                     |
| LCHIJA | creativecore             | 1.9.9                    | CreativeCore_v1.9.45_mc1.12.2.jar                                     | None                                     |
| LCHIJA | nobounce                 | 1.0.0                    | DarkoHatesBounces-1.12.2-1.0.0.jar                                    | None                                     |
| LCHIJA | death_compass            | 0.0.3                    | DeathCompass-0.0.3.jar                                                | None                                     |
| LCHIJA | lootablebodies           | 2.4.0                    | DrCyanosLootableBodies_1.12-2.4.0.jar                                 | None                                     |
| LCHIJA | durabilityviewer         | 1.4                      | DurabilityViewer-1.12-forge14.21.1.2387-1.4.jar                       | None                                     |
| LCHIJA | dynamictrees             | 1.12.2-0.9.5             | DynamicTrees-1.12.2-0.9.5.jar                                         | None                                     |
| LCHIJA | dynamictreesbop          | 1.12.2-1.4.1e            | DynamicTreesBOP-1.12.2-1.4.1e.jar                                     | None                                     |
| LCHIJA | dynamictreestc           | 1.12.2-1.4.1e            | DynamicTreesTC-1.12.2-1.4.1e.jar                                      | None                                     |
| LCHIJA | earthworks               | 1.3.4.3                  | Earthworks-1.12-1.3.6.jar                                             | None                                     |
| LCHIJA | effortlessbuilding       | 1.12.2-2.11              | effortlessbuilding-1.12.2-2.11.jar                                    | None                                     |
| LCHIJA | csb_ench_table           | 1.1.3                    | EnchantingTable-1.12-1.1.3.jar                                        | None                                     |
| LCHIJA | engineeredgolems         | 1.2                      | Engineered Golems-1.2a.jar                                            | None                                     |
| LCHIJA | engineersdoors           | 0.8.0                    | engineers_doors-1.12.2-0.8.0.jar                                      | None                                     |
| LCHIJA | ea                       | 1.0.1                    | ExpandedArcanum-1.0.1.jar                                             | None                                     |
| LCHIJA | extendedblocks           | 0.1.1                    | extendedblocks-0.1.1.jar                                              | None                                     |
| LCHIJA | extraalchemy             | 0.3.8.6.1-release        | extraalchemy-0.3.8.6.1-release.jar                                    | None                                     |
| LCHIJA | fairylights              | 2.1.6                    | fairylights-2.1.6-1.12.2.jar                                          | None                                     |
| LCHIJA | fivefeetsmall            | 1.0                      | FiveFeetSmall-v1.0-1.12.2.jar                                         | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
| LCHIJA | foamfix                  | 0.10.5-1.12.2            | foamfix-0.10.5-1.12.2.jar                                             | None                                     |
| LCHIJA | hammercore               | 2.0.4.7                  | HammerCore-1.12.2-2.0.4.7.jar                                         | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCHIJA | hardcorebuoy             | ${version}               | HardcoreBuoy-1.12-1.0.4.jar                                           | None                                     |
| LCHIJA | hopperducts              | 1.5                      | hopperducts-mc1.12-1.5.jar                                            | None                                     |
| LCHIJA | ikwid                    | 1.0.2                    | ikwid-1.0.2.jar                                                       | None                                     |
| LCHIJA | immersivepetroleum       | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                                   | None                                     |
| LCHIJA | immersiveposts           | 0.1.2                    | ImmersivePosts-0.1.2.jar                                              | 0ba25d8c0ec23537afc6db926e1ea764335a33b1 |
| LCHIJA | trackapi                 | 1.1                      | TrackAPI-1.1_1.12.jar                                                 | None                                     |
| LCHIJA | immersiverailroading     | 1.6.1                    | ImmersiveRailroading-1.6.1_1.12-1138.jar                              | None                                     |
| LCHIJA | immersivetech            | 1.3.10                   | immersivetech-1.12-1.3.10.jar                                         | None                                     |
| LCHIJA | inventorytweaks          | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                                              | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | ironbackpacks            | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                                     | None                                     |
| LCHIJA | jeiintegration           | 1.5.1.36                 | jeiintegration_1.12.2-1.5.1.36.jar                                    | None                                     |
| LCHIJA | jeresources              | 0.8.5.27                 | JustEnoughResources-1.12.2-0.8.5.27.jar                               | None                                     |
| LCHIJA | jeroreintegration        | 1.1.0                    | JEROreIntegration-1.12.2-1.1.0.jar                                    | None                                     |
| LCHIJA | jaff                     | 1.7_for_1.12             | JustAFewFish-1.7_for_1.12.jar                                         | None                                     |
| LCHIJA | justenoughpetroleum      | 0.1                      | JustEnoughPetroleum-0.1.jar                                           | None                                     |
| LCHIJA | lightningtweaks          | 1.12.2-1.2.1.0           | lightningtweaks-1.12.2-1.2.1.0.jar                                    | None                                     |
| LCHIJA | maille                   | 2.1                      | Maille1.12.2-2.1.jar                                                  | None                                     |
| LCHIJA | metalchests              | v4.6.9.g1f83dbf          | MetalChests-v4.6.9.g1f83dbf.jar                                       | None                                     |
| LCHIJA | mmmpack                  | 1.0.3                    | Moonspire Metropolitan Motors [MTS] 1.10.2-14.0.0-1.0.3.jar           | None                                     |
| LCHIJA | mousetweaks              | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                                         | None                                     |
| LCHIJA | movinglightsource        | 1.0.15                   | movinglightsource-1.12.2-1.0.15.jar                                   | None                                     |
| LCHIJA | multimob                 | 1.0.5                    | multimob-1.0.5.jar                                                    | None                                     |
| LCHIJA | mystgears                | 1.0.4                    | mystgears-1.0.4.jar                                                   | None                                     |
| LCHIJA | netheressence            | 7.1.1                    | NetherEssence-1.12.2-7.1.1.jar                                        | None                                     |
| LCHIJA | norecipebook             | 1.2.1                    | noRecipeBook_v1.2.2formc1.12.2.jar                                    | None                                     |
| LCHIJA | noworldgen5you           | 1.0.6                    | NoWorldgen5You-1.12.2-1.0.6.jar                                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | opencomputers            | 1.7.4.153                | OpenComputers-MC1.12.2-1.7.4.153.jar                                  | None                                     |
| LCHIJA | openglasses              | 2.0.6                    | OpenGlasses-MC1.12.2-2.0.6.jar                                        | None                                     |
| LCHIJA | outfox                   | 0.1.3                    | outfox-0.1.3-mc1.12.2.jar                                             | None                                     |
| LCHIJA | guilib                   | $version                 | paintingselgui-PSG Revamed-1.12.2-1.1.0.1.jar                         | None                                     |
| LCHIJA | paintingselgui           | $version                 | paintingselgui-PSG Revamed-1.12.2-1.1.0.1.jar                         | None                                     |
| LCHIJA | plated                   | 0.1.0                    | Plated-0.1.0.jar                                                      | None                                     |
| LCHIJA | shetiphiancore           | 3.5.9                    | shetiphiancore-1.12.0-3.5.9.jar                                       | None                                     |
| LCHIJA | platforms                | 1.4.6                    | platforms-1.12.0-1.4.6.jar                                            | None                                     |
| LCHIJA | primitivemobs            | 1.2.3a                   | primitivemobs-1.2.3a.jar                                              | None                                     |
| LCHIJA | pumpkincarving           | 1.4.0                    | PumpkinCarving1.12-1.4.0.jar                                          | None                                     |
| LCHIJA | rfp2                     | 1.12.2-1.1.0             | RealFirstPerson2-1.12.2-1.1.0.jar                                     | None                                     |
| LCHIJA | reborncore               | 3.13.12.447              | RebornCore-1.12.2-3.13.12.447-universal.jar                           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LCHIJA | refinedstorage           | 1.6.14                   | refinedstorage-1.6.14.jar                                             | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LCHIJA | rebornstorage            | 1.0.0                    | RebornStorage-1.12.2-3.3.4.85.jar                                     | None                                     |
| LCHIJA | rs_ctr                   | 0.0.4                    | RedstoneControl-1.12.2-0.0.4.jar                                      | None                                     |
| LCHIJA | reinforcedpumpkin        | 1.3.1                    | reinforcedpumpkin-1.3.1.jar                                           | None                                     |
| LCHIJA | additionalstructures     | 2.2.2                    | Rex's-Additional-Structures-1.12.x-(v.2.2.2).jar                      | None                                     |
| LCHIJA | roadworks                | 2.0.0 Beta               | Roadworks 2-1.12.2-1.0.jar                                            | None                                     |
| LCHIJA | rsgauges                 | 1.1.4                    | rsgauges-1.12.2-1.1.4.jar                                             | ed58ed655893ced6280650866985abcae2bf7559 |
| LCHIJA | skewers                  | 1.1                      | Skewers-1.1.jar                                                       | None                                     |
| LCHIJA | soot                     | 1.6                      | Soot-1.6.jar                                                          | None                                     |
| LCHIJA | sm                       | 1.2                      | SoupsAndStewsMod_1.12x_v1.3.jar                                       | None                                     |
| LCHIJA | stg                      | 1.12.2-1.2.3             | stg-1.12.2-1.2.3.jar                                                  | None                                     |
| LCHIJA | substrate                | 1.2                      | substrate-1.2.jar                                                     | None                                     |
| LCHIJA | csam                     | 1.3.0                    | SurvivalAdditions v1.3.0 [MC 1.12.x].jar                              | None                                     |
| LCHIJA | tc6aspects4jei           | 0.0.2a                   | tc6aspects4jei-0.0.2a.jar                                             | None                                     |
| LCHIJA | thaumadditions           | 13r                      | ThaumicAdditions-1.12.2-13r.jar                                       | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCHIJA | thaumicaugmentation      | 1.12.2-1.0.6             | ThaumicAugmentation-1.12.2-1.0.6.jar                                  | None                                     |
| LCHIJA | thaumicbrewing           | 1.0.2                    | thaumicbrewing-1.0.2.jar                                              | None                                     |
| LCHIJA | thaumcomp                | 0.4.4                    | ThaumicComputers-MC1.12.2-0.4.4.jar                                   | None                                     |
| LCHIJA | tcinventoryscan          | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar                            | None                                     |
| LCHIJA | thaumicjei               | 1.6.0                    | ThaumicJEI-1.12.2-1.6.0-27.jar                                        | None                                     |
| LCHIJA | thaumic_mercy            | 0.1                      | ThaumicMercy-0.1.jar                                                  | None                                     |
| LCHIJA | thaumicperiphery         | 0.3.0                    | thaumicperiphery-0.3.0.jar                                            | None                                     |
| LCHIJA | tipthescales             | 1.0.4                    | TipTheScales-1.12.2-1.0.4.jar                                         | None                                     |
| LCHIJA | topaddons                | 1.12.2-1.11.0            | topaddons-1.12.2-1.11.0.jar                                           | None                                     |
| LCHIJA | tramplestopper           | 1.2.0.4                  | tramplestopper-1.12.2-1.2.0.5-universal.jar                           | None                                     |
| LCHIJA | treechoppin              | 1.0.0                    | TreeChoppin-1.12.2-1.0.0.jar                                          | None                                     |
| LCHIJA | vanillafoodpantry        | 4.3.1                    | vanillafoodpantry-mc1.12.2-4.3.1.jar                                  | None                                     |
| LCHIJA | wolfarmor                | 2.2.3.6                  | wolfarmor-1.12.2-2.2.3.1798-universal.jar                             | None                                     |
| LCHIJA | xaerominimap             | 1.17                     | Xaeros_Minimap_FP1.17_Forge_1.12.jar                                  | None                                     |
| LCHIJA | yarrmateys_cutemobmodels | 1.0.16                   | YarrCuteMobModelsRemake-1.0.16-1.12.0.jar                             | None                                     |
| LCHIJA | zombieawareness          | 1.12.1-1.11.16           | zombieawareness-1.12.1-1.11.16.jar                                    | None                                     |
| LCHIJA | industrialwires          | 1.7-36                   | IndustrialWires-1.7-36.jar                                            | 7e11c175d1e24007afec7498a1616bef0000027d |
| LCHIJA | llibrary                 | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                                            | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | snowrealmagic            | 0.3.1                    | SnowRealMagic-0.3.1.jar                                               | None                                     |
| LCHIJA | mysticallib              | 1.12.2-1.2.1             | mysticallib-1.12.2-1.2.1.jar                                          | None                                     |

Loaded coremods (and transformers): 

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.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CreativePatchingLoader (CreativeCore_v1.9.45_mc1.12.2.jar)

HCASM (HammerCore-1.12.2-2.0.4.7.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
Quark Plugin (Quark-r1.5-155.jar)
vazkii.quark.base.asm.ClassTransformer
LoadingPlugin (HardcoreBuoy-1.12-1.0.4.jar)
betterwithmods.core.ClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
li.cil.oc.common.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)

llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
StepupfixCore (StepupFix-1.12.2-1.0.0.4.jar)

Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
BlurPlugin (Blur-1.0.4-14.jar)
com.tterrag.blur.BlurTransformer
CharmLoadingPlugin (Charm-1.12.2-1.1.0.jar)
svenhjol.charm.base.CharmClassTransformer
AstralCore (astralsorcery-1.12.2-1.10.19.jar)

IGCMPatchingLoader (IGCM_v1.2.10_mc1.12.2.jar)
com.creativemd.igcm.core.IGCMTransformer
BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)

ItemPatchingLoader (ItemPhysic Lite 1.3.7 mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
Snow! Real Magic! Core Mod (SnowRealMagic-0.3.1-coremod.jar)
snownee.snow.asm.ASMTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 419.35' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 975 names; 1883 stacks.
Pastebin Connection: Okay.
Dependent Mods:
-Thaumic Additions: Reconstructed (thaumadditions) @13r

RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.13.12.447
	Runtime Debofucsation 1
	RenderEngine: 0
Launched Version: forge-14.23.5.2838
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 419.35, 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: friedrichlps-modern-stock-[v1.1]-1.12.zip, Heavy+Industrial+1.6.7.0+by+adam+r+k.zip, Japanese Electric Locomotive Pack.zip, SydneyTrains_beta0.2.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz

Dedicated server sees duplicate mods

...when BetterPortals is the only mod present. The first line reveals it is looking at an extra relative path to the same jar. No such issue in single player.

Tested on MinecraftForge v14.23.5.2836

[Server thread/FATAL] [FML]: Found a duplicate mod betterportals at [G:\minecraft\1.12.2\.\mods\betterportals-0.1.0.jar, .\mods\betterportals-0.1.0.jar]
[Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.common.DuplicateModsFoundException:
Duplicate Mods:
        betterportals : G:\minecraft\1.12.2\.\mods\betterportals-0.1.0.jar
        betterportals : G:\minecraft\1.12.2\.\mods\betterportals-0.1.0.jar
        

        at net.minecraftforge.fml.common.Loader.identifyDuplicates(Loader.java:464) ~[Loader.class:?]
        at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:426) ~[Loader.class:?]
        at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) ~[Loader.class:?]
        at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]

Sticking the 3rd person camera through a portal

E.g. walking from the overworld to the nether in 3rd person
When the player is already in the portal but the camera is still on the other side of the portal, it should still render the overworld where it is visible (not purely the nether with an empty frame).

Most code for this should already be in place, just need to properly calculate the position of the third person camera.

Dying in the nether messes up the local overworld

When you die in the nether and respawn in the overworld it looks like this:

2019-05-30_19 21 33
2019-05-30_19 21 39

I also saw the biome changing (including the biome "hell") with almost every block, even though the real biome was always "plains".

The exception I got from VanillaFix:

java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: View id 1 is already taken
    at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    at java.util.concurrent.FutureTask.get(FutureTask.java:192)
    at net.minecraft.util.Util.runTask(SourceFile:531)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1088)
    at net.minecraft.client.Minecraft.run(Minecraft.java:3942)
    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)
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: View id 1 is already taken
    at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    at java.util.concurrent.FutureTask.get(FutureTask.java:192)
    at de.johni0702.minecraft.betterportals.client.view.ViewDemuxingTaskQueue$ViewWrappedFutureTask$1.call(ViewDemuxingTaskQueue.kt:77)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at net.minecraft.util.Util.runTask(SourceFile:529)
    ... 9 more
Caused by: java.lang.IllegalArgumentException: View id 1 is already taken
    at de.johni0702.minecraft.betterportals.client.view.ClientViewManagerImpl.createView(ClientViewManagerImpl.kt:72)
    at de.johni0702.minecraft.betterportals.net.CreateView$Handler$onMessage$1.invoke(CreateView.kt:59)
    at de.johni0702.minecraft.betterportals.net.CreateView$Handler$onMessage$1.invoke(CreateView.kt:46)
    at de.johni0702.minecraft.betterportals.BetterPortalsModKt$sam$java_lang_Runnable$0.run(BetterPortalsMod.kt)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at de.johni0702.minecraft.betterportals.client.view.ViewDemuxingTaskQueue$ViewWrappedFutureTask$1$1.invoke(ViewDemuxingTaskQueue.kt:75)
    at de.johni0702.minecraft.betterportals.client.view.ViewDemuxingTaskQueue$ViewWrappedFutureTask$1$1.invoke(ViewDemuxingTaskQueue.kt:70)
    at de.johni0702.minecraft.betterportals.client.view.ClientViewManagerImpl.withView(ClientViewManagerImpl.kt:121)
    at de.johni0702.minecraft.betterportals.client.view.ClientView$DefaultImpls.withView(ClientView.kt:10)
    at de.johni0702.minecraft.betterportals.client.view.ClientViewImpl.withView(ClientViewImpl.kt:22)
    at de.johni0702.minecraft.betterportals.client.view.ViewDemuxingTaskQueue$ViewWrappedFutureTask$1.call(ViewDemuxingTaskQueue.kt:74)
    ... 11 more

Portals can become invisible when behind player

While we do already bypass the portal entity's frustum check, MC doesn't even check entities if a chunk fails the frustum check.
As a result, a portal which spans multiple chunks may not be rendered when its actual chunk isn't in view.

Probably the only viable solution is to do portal rendering completely on its own, not based on entity rendering.

Omnifactory incompatibility

Game will get stuck on "not responding" upon portal creation, and when loading a chunk with a portal open inside of it.

For example, if I /rtp so I get teleported far far away, enough to unload all chunks with portals in them, then come back using my /home, the game will freeze and hang on "not responding" before even visually loading up the chunk, until manually closed, which doesn't generate a crash report.

The very same thing happens if I try to create a new portal.

I'm unsure which mod is causing this incompatibility as I couldn't get a crashlog, but I'm running Omnifactory 1.0.2.

ps: thanks for making such an amazing mod, wanted this to be a part of minecraft for so long <3

Possibility of placing down blocks inside the actual portal

Would it be possible to allow the player to place blocks inside the actual portal? It would be incredibly useful to be able to place redstone or minecart tracks in the actual portal frame to allow them to connect to the other side.

An alternative or workaround for the time being would be too simply move the actual portal directly to the front of the portal frame, instead of it being in between the two openings.

Cavern II Incompatibility

The Caverns II mod portals form but no longer function with BetterPortals installed. The portal animation will display but when stepping through, no longer teleports the player to the Cavern dimension. Once BetterPortals is removed from the pack, the Cavern II portals begin to function as normal.

Internal Server Error on travel to nether

Steps to reproduce:

  1. install mod version 0.1.1 with forge-1.12.2-14.23.5.2768-universal on both client and server
  2. join server and build portal
  3. walk through

Result: player gets kicked from server with internal server error. Interestingly, only occurs when traveling from overworld to nether, nether to overworld works as expected.

Using a portal through a portal is non-functional(?)

Better Portals version: 0.1.3

Tested with a thrown item entity (an ItemPhysic item entity to be precise). When throwing an item through a portal that would then have the velocity to pass through a secondary portal, it would be expected for it to return to your current world, but instead, it passes through the second portal without teleporting and remains in the other world.

Rain rendered inside portal frame

Better Portals version: 0.1.3

When viewing the overworld during rain/thunder weather, rain particles are rendered inside the frame itself, which defies the laws of physics and sanity.

Screenshot of issue

Nether Portals Spawn In Weird Locations

Both when you light a portal in the overworld and nether they often spawn in blocks underwater in ravenes but rarly ever on the overworld and never in a big space in the nether like vanilla minecraft.

[Suggestion] Cubic Chunks compatability?

I tried this mod with cubic chunks, and believe it or not, it actually loads, and you can even make a portal. But as soon as you try to pass, this gets printed in the console: https://pastebin.com/biwuMk5i (also you cant see through the portal)

The fact that this works as well as it does (loading the game and even running and making a portal) suggests it could be patched to work, just call their teleport method instead, or make sure your mixin thing has priority (assuming thats how it works). The dev team for cubic chunks is very open to working to other devs to implement cross-compatibility.

If this interests you, check out their discord.

Portals do not teleport entities in minecarts

Minecarts all by themselves are capable of travelling through the portal all fine. However when a player is sitting in the minecart and it is sent through the portal with the player, it just simply drives through the portal without getting teleported to the nether in the process.

[DEV] Create an API for other mod's to use

This functionality is pretty great, and reminds me of mods like LookingGlass and iChun's GLASS. Instead of adding mod support for all dimension mods out there, you should just create an API for other mods to access. I'd use this in one of my upcoming projects honestly.

It may also be good to look into porting your Kotlin over to raw Java, so you don't have to worry about compiling Kotlin into the mod. Or at least look at dependencies like ShadowFact's Forgelin.

Portal does not cull occluded block faces

Better Portals version: 0.1.3
Better Foliage version: MC1.12-2.2.0

The area where the portal is rendered does not cull adjacent faces that are occluded whilst the portal view is rendered. This causes issues with mod's such as Better Foliage, as seen below, where it draws additional quads for the un-culled face.

Screenshot of BetterFoliage conflict

Mod does not work on servers

So I tested the mod (0.1.3) in the Enigmatica 2 Modpack in singleplayer and it works fine, however, when running on a dedicated server, the portal appears black and you can not walk through it. Its like a solid wall.

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.