• 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]
    Quote from TheTrueTPK»

    Thank you! Your username is the same as here, right?


    Yep :)

    Posted in: Minecraft Mods
  • 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]
    Quote from TheTrueTPK»

    Ohh! I'm excited to see it fully done!


    Join the official Discord to get test versions, suggest ideas, and see development screenshots. https://discord.gg/te5vUrx

    Posted in: Minecraft Mods
  • 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]
    Quote from TheTrueTPK»

    I didn't vote, but I would like to see a future version (i.e. 1.12.2)


    We've been updating the mod to 1.12.2 for more than a year now, almost done.

    https://github.com/TheSlayerMC/Journey-1.12

    Posted in: Minecraft Mods
  • 0

    posted a message on [16x] Jolicraft ~ Trails and Tails (1.20)

    looks beautiful, as always

    Posted in: Resource Packs
  • 0

    posted a message on DEVELOPERS WANTED - Journey into the Light mod

    Journey into the Light is a mod for Minecraft 1.8.9 that has over 9,500 downloads. The original creator and I have been busy porting the mod to 1.12.2 and have made great progress, however my coding knowledge is very limited compared to his, which is an issue considering he lives half way across the globe and lives in a completely different time zone, and is busy with his own personal affairs. I do what I can but constantly I find myself feeling restrained, considering there are still a handful of bugs and changes that need to be ironed out before the final release. I'm hoping there's someone out there who can help out and get this release finalized, and help with the slightly more complicated tasks, but when it comes to this mod there isn't anything too crazy in terms of coding. Please feel free to send me a direct message here on the forums.


    GitHub: https://github.com/TheSlayerMC/Journey-1.12

    Posted in: Modification Development
  • 0

    posted a message on [1.12.2] Custom sun texture isn't being rendered

    I have a custom sun for one of my dimensions, but it appears as a gigantic purple square in the sky instead of the texture that it's bound to. Not sure what the problem is, but the resource location is correct and I can't find any reason why is shouldn't be rendering. Any suggestions?


    SkyRenderer: https://github.com/TheSlayerMC/Journey-1.12/blob/master/main/java/net/journey/dimension/BoilSkyRenderer.java#L120

    Resource Location: https://github.com/TheSlayerMC/Journey-1.12/tree/master/main/resources/assets/journey/textures/environment

    Posted in: Modification Development
  • 1

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]

    JITL should be backported to 1.7.10 so you can also have stuff like the shadow world mod and alot of other rpg mods with it.


    Oh yeah, we haven't even finished porting to 1.12, so let's spend an immense amount of time porting the mod to an outdated version that is at the end of its life.

    Posted in: Minecraft Mods
  • 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]

    that is a lie. In 1.12.2 still usable using GameRegistry.addRecipe(). Also will always exist in code whether or not it's private mapp/method is another story.


    It's not a lie. If it was a lie we wouldn't waste our time redoing recipes for no reason.

    Posted in: Minecraft Mods
  • 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]

    This is pretty late, but Slayer hasn't been in contact with me for a while so not a lot has been done lately and I have no idea where he is or if he plans on doing more work, but here's the snapshot for 1.0.4:

    http://www.mediafire.com/file/zb2bswoojj2vx24/journey-1.0.4.jar/file


    It fixes a lot of bugs, such as:

    >dimension biomes spawning in the overworld


    and that's it :) enjoy

    Posted in: Minecraft Mods
  • 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]
    Quote from DiamondWalker»

    I'm not sure if this may be planned, but if it isn't, there should be an NPC the sells treasure maps for the dimension structures, just as another method of finding structures if you get unlucky exploring.


    We'll keep it in mind. It's a very good idea, along with the other stuff we have planned.

    Posted in: Minecraft Mods
  • 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]
    Quote from jackbmh»

    The port developer for DRPG (not the guy who stole the code, the guy who is porting the mod to 1.12) suggested a fix for the spawn egg crash:

    https://github.com/TheSlayerMC/Journey-1.12/issues/1



    NicosaurusRex is the one who took Journey code tho, which you can see in some of the pushes he's made. It's not a bad thing tbh, because Essence of the Gods has had the same share of controversy about code in the past so he has the same right to do so.

    Posted in: Minecraft Mods
  • 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]

    can i use this mod in a modpack for 1.12.2?


    Not until the update is finished.

    Posted in: Minecraft Mods
  • 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]
    Quote from jonescraft04»

    Crash with the mod: fancy spawn eggs


    ---- Minecraft Crash Report ----
    // I'm sorry, Dave.

    Time: 2018-10-01 19:03:51 BST
    Description: Saving entity NBT

    java.lang.NullPointerException
    at net.journey.entity.mob.boiling.EntityHellwing.writeEntityToNBT(EntityHellwing.java:120)
    at net.minecraft.entity.Entity.writeToNBT(Entity.java:1740)
    at tschipp.fancyspawneggs.client.render.RenderFancyEgg.applyItemEntityDataToEntity(RenderFancyEgg.java:345)
    at tschipp.fancyspawneggs.client.render.RenderFancyEgg.renderByItem(RenderFancyEgg.java:75)
    at net.minecraft.client.renderer.tileentity.TileEntityItemStackRenderer.renderByItem(TileEntityItemStackRenderer.java:45)
    at net.minecraft.client.renderer.RenderItem.renderItem(RenderItem.java:189)
    at net.minecraft.client.renderer.RenderItem.renderItemModelIntoGUI(RenderItem.java:508)
    at net.minecraft.client.renderer.RenderItem.renderItemAndEffectIntoGUI(RenderItem.java:550)
    at net.minecraft.client.gui.inventory.GuiContainer.drawSlot(GuiContainer.java:265)
    at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:98)
    at net.minecraft.client.renderer.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:51)
    at net.minecraft.client.gui.inventory.GuiContainerCreative.drawScreen(GuiContainerCreative.java:643)
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)
    at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.optifine.reflect.Reflector.callVoid(Reflector.java:653)
    at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1456)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1117)
    at net.minecraft.client.Minecraft.run(Minecraft.java:4438)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

    -- Entity being saved --
    Entity Type: journey:hellwing (net.journey.entity.mob.boiling.EntityHellwing)
    Entity ID: 9527
    Entity Name: Hellwing
    Entity's Exact location: 0.00, 0.00, 0.00
    Entity's Block location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
    Entity NBT: ~~ERROR~~ ReportedException: Saving entity NBT

    -- Item being rendered --
    Item Type: net.minecraft.item.ItemMonsterPlacer@659ac28c
    Item Aux: 0
    Item NBT: {EntityTag:{id:"journey:hellwing"}}
    Item Foil: false

    -- Screen render details --
    Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
    Mouse location: Scaled: (428, 173). Absolute: (857, 358)
    Screen size: Scaled: (683, 353). Absolute: (1366, 705). Scale factor of 2

    -- Affected level --
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['jonescraft40'/287, l='MpServer', x=-406.73, y=64.00, z=27.92]]
    Chunk stats: MultiplayerChunkCache: 1027, 1027
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (-204,64,240), Chunk: (at 4,4,0 in -13,15; contains blocks -208,0,240 to -193,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 39043 game time, 39043 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 94 total; [EntityCaveMage['Cave Mage'/3328, l='MpServer', x=-448.50, y=25.00, z=-83.50], EntityStonewalker['Stonewalker'/1537, l='MpServer', x=-484.50, y=24.00, z=75.50], EntityGreenHonglow['Green Honglow'/8966, l='MpServer', x=-416.50, y=15.00, z=101.50], EntityZombie['Zombie'/1543, l='MpServer', x=-373.50, y=36.00, z=101.50], EntityCaveMage['Cave Mage'/1546, l='MpServer', x=-461.50, y=20.00, z=45.50], EntityCaveMage['Cave Mage'/1547, l='MpServer', x=-462.50, y=20.00, z=44.50], EntityCaveMage['Cave Mage'/1548, l='MpServer', x=-328.50, y=22.00, z=19.50], EntityGreenHonglow['Green Honglow'/1555, l='MpServer', x=-369.50, y=14.00, z=-46.50], EntityWolf['Wolf'/20, l='MpServer', x=-392.21, y=72.00, z=80.53], EntityGreenHonglow['Green Honglow'/1300, l='MpServer', x=-388.50, y=14.00, z=50.50], EntitySpectre['Spectre'/1556, l='MpServer', x=-325.50, y=18.00, z=-18.50], EntityCaveMage['Cave Mage'/1557, l='MpServer', x=-499.50, y=16.00, z=53.50], EntityCaveMage['Cave Mage'/4118, l='MpServer', x=-508.50, y=17.00, z=2.50], EntityGreenHonglow['Green Honglow'/1561, l='MpServer', x=-368.50, y=14.00, z=-47.50], EntityCreeper['Creeper'/1564, l='MpServer', x=-389.50, y=20.00, z=13.50], EntityWolf['Wolf'/30, l='MpServer', x=-383.53, y=64.00, z=65.28], EntityWolf['Wolf'/31, l='MpServer', x=-357.82, y=68.00, z=79.50], EntityWolf['Wolf'/32, l='MpServer', x=-381.81, y=72.00, z=89.47], EntityWolf['Wolf'/33, l='MpServer', x=-390.31, y=72.00, z=88.76], EntityRabbit['Rabbit'/300, l='MpServer', x=-424.59, y=65.00, z=13.52], EntityRabbit['Rabbit'/301, l='MpServer', x=-436.29, y=71.00, z=4.50], EntityMediumHongo['Medium Hongo'/814, l='MpServer', x=-417.10, y=37.00, z=106.92], EntityWraith['Wraith'/1333, l='MpServer', x=-321.50, y=21.00, z=-11.50], EntityRabbit['Rabbit'/56, l='MpServer', x=-331.55, y=64.00, z=73.39], EntityHonglow['Red Honglow'/1337, l='MpServer', x=-323.50, y=34.00, z=35.50], EntityRockiteGolem['Rockite Golem'/315, l='MpServer', x=-424.46, y=36.00, z=127.75], EntityBat['Bat'/1084, l='MpServer', x=-404.25, y=28.10, z=47.75], EntityStonewalker['Stonewalker'/1347, l='MpServer', x=-375.50, y=24.00, z=-58.50], EntityCaveling['Caveling'/1348, l='MpServer', x=-367.50, y=17.00, z=-51.50], EntityWolf['Wolf'/326, l='MpServer', x=-402.72, y=60.00, z=92.49], EntityCreeper['Creeper'/1350, l='MpServer', x=-425.42, y=68.00, z=-1.20], EntityWolf['Wolf'/327, l='MpServer', x=-406.45, y=54.00, z=82.48], EntityRabbit['Rabbit'/333, l='MpServer', x=-361.58, y=66.00, z=28.44], EntityStonewalker['Stonewalker'/8269, l='MpServer', x=-463.50, y=25.00, z=14.50], EntityRabbit['Rabbit'/334, l='MpServer', x=-354.54, y=64.00, z=16.43], EntityBlueHonglow['Blue Honglow'/8273, l='MpServer', x=-523.50, y=32.00, z=-11.50], EntityRabbit['Rabbit'/338, l='MpServer', x=-341.51, y=65.00, z=7.53], EntityRabbit['Rabbit'/341, l='MpServer', x=-359.95, y=65.00, z=20.55], EntityRockiteGolem['Rockite Golem'/343, l='MpServer', x=-416.50, y=35.00, z=91.50], EntityHonglow['Red Honglow'/1370, l='MpServer', x=-343.50, y=38.00, z=32.50], EntityRockiteGolem['Rockite Golem'/95, l='MpServer', x=-292.50, y=27.00, z=48.50], EntityRabbit['Rabbit'/352, l='MpServer', x=-440.50, y=64.00, z=98.50], EntityRabbit['Rabbit'/353, l='MpServer', x=-446.57, y=64.00, z=102.79], EntityRabbit['Rabbit'/354, l='MpServer', x=-447.59, y=64.00, z=94.51], EntityRockiteGolem['Rockite Golem'/355, l='MpServer', x=-490.40, y=37.00, z=149.07], EntityRabbit['Rabbit'/361, l='MpServer', x=-340.42, y=67.00, z=-3.46], EntitySkeleton['Skeleton'/1131, l='MpServer', x=-423.50, y=68.00, z=-29.50], EntityCreeper['Creeper'/1388, l='MpServer', x=-406.50, y=26.00, z=45.50], EntityRabbit['Rabbit'/365, l='MpServer', x=-368.65, y=65.00, z=0.63], EntityRabbit['Rabbit'/366, l='MpServer', x=-383.16, y=65.12, z=23.77], EntityBlueHonglow['Blue Honglow'/371, l='MpServer', x=-393.01, y=37.00, z=40.18], EntityBlueHonglow['Blue Honglow'/372, l='MpServer', x=-392.01, y=40.00, z=30.88], EntityCaveMage['Cave Mage'/4474, l='MpServer', x=-515.50, y=31.00, z=-7.50], EntityHonglow['Red Honglow'/1407, l='MpServer', x=-363.50, y=18.00, z=-4.50], EntityRabbit['Rabbit'/384, l='MpServer', x=-383.48, y=64.00, z=-4.36], EntityMinecartChest['Minecart with Chest'/385, l='MpServer', x=-363.50, y=18.06, z=-12.50], EntityGreenHonglow['Green Honglow'/1921, l='MpServer', x=-444.50, y=31.00, z=72.50], EntitySpider['Spider'/1410, l='MpServer', x=-340.50, y=65.00, z=19.50], EntityBlueHonglow['Blue Honglow'/392, l='MpServer', x=-391.99, y=40.00, z=27.89], EntityPlayerSP['jonescraft40'/287, l='MpServer', x=-406.73, y=64.00, z=27.92], EntityCaveling['Caveling'/1418, l='MpServer', x=-398.50, y=34.00, z=-75.50], EntitySpectre['Spectre'/1426, l='MpServer', x=-315.50, y=66.00, z=-42.50], EntityStonewalker['Stonewalker'/1428, l='MpServer', x=-499.50, y=15.00, z=49.50], EntityMinecartChest['Minecart with Chest'/405, l='MpServer', x=-373.50, y=19.06, z=-10.50], EntityItem['item.item.leather'/917, l='MpServer', x=-410.13, y=25.00, z=89.88], EntityRabbit['Rabbit'/407, l='MpServer', x=-378.61, y=64.00, z=11.35], EntityRabbit['Rabbit'/408, l='MpServer', x=-376.03, y=66.00, z=-7.47], EntityCaveMage['Cave Mage'/924, l='MpServer', x=-412.50, y=21.00, z=26.50], EntityBat['Bat'/1437, l='MpServer', x=-377.16, y=16.71, z=-39.22], EntityBat['Bat'/1439, l='MpServer', x=-471.48, y=22.50, z=63.75], EntityHonglow['Red Honglow'/1446, l='MpServer', x=-387.50, y=17.00, z=-80.50], EntityBat['Bat'/1456, l='MpServer', x=-403.50, y=22.14, z=81.55], EntityCreeper['Creeper'/6324, l='MpServer', x=-445.50, y=31.00, z=73.50], EntityCavurn['Cavurn'/1469, l='MpServer', x=-414.50, y=39.00, z=127.50], EntityCaveMage['Cave Mage'/1470, l='MpServer', x=-372.50, y=36.00, z=104.50], EntityCaveling['Caveling'/1475, l='MpServer', x=-391.50, y=32.00, z=-69.50], EntityHonglow['Red Honglow'/1232, l='MpServer', x=-424.50, y=26.00, z=105.50], EntityCavurn['Cavurn'/1489, l='MpServer', x=-511.50, y=28.00, z=17.50], EntityBlueHonglow['Blue Honglow'/1490, l='MpServer', x=-461.50, y=20.00, z=43.50], EntitySpider['Spider'/1491, l='MpServer', x=-404.97, y=64.00, z=-1.28], EntityStonewalker['Stonewalker'/729, l='MpServer', x=-320.50, y=18.00, z=8.50], EntityEnderman['Enderman'/736, l='MpServer', x=-372.50, y=19.00, z=46.50], EntityStonewalker['Stonewalker'/737, l='MpServer', x=-319.50, y=18.00, z=6.50], EntityZombie['Zombie'/1505, l='MpServer', x=-355.50, y=67.00, z=93.50], EntityGreenHonglow['Green Honglow'/1514, l='MpServer', x=-392.50, y=17.00, z=-65.50], EntityCaveling['Caveling'/1517, l='MpServer', x=-339.50, y=20.00, z=-1.50], EntityHonglow['Red Honglow'/1518, l='MpServer', x=-482.50, y=24.00, z=-21.50], EntityBat['Bat'/1010, l='MpServer', x=-363.25, y=19.10, z=-16.88], EntitySpectre['Spectre'/1523, l='MpServer', x=-313.50, y=66.00, z=-44.50], EntitySpider['Spider'/1524, l='MpServer', x=-468.50, y=27.00, z=39.50], EntityBat['Bat'/1270, l='MpServer', x=-433.29, y=37.24, z=74.56], EntityCaveling['Caveling'/8955, l='MpServer', x=-509.50, y=18.00, z=-27.50], EntityStonewalker['Stonewalker'/1533, l='MpServer', x=-368.50, y=28.00, z=-72.50], EntityCavurn['Cavurn'/1534, l='MpServer', x=-513.50, y=26.00, z=28.50]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server

    -- System Details --
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 938325256 bytes (894 MB) / 3050831872 bytes (2909 MB) up to 3817865216 bytes (3641 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.42 Powered by Forge 14.23.4.2732 Optifine OptiFine_1.12.2_HD_U_E1 85 mods loaded, 85 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID | Version | Source | Signature |
    |:--------- |:--------------------------- |:----------------- |:----------------------------------------------- |:---------------------------------------- |
    | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
    | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
    | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2732.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | forge | 14.23.4.2732 | forge-1.12.2-14.23.4.2732.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
    | UCHIJAAAA | itemphysic | 1.4.0 | minecraft.jar | None |
    | UCHIJAAAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
    | UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
    | UCHIJAAAA | tnt_utilities_core | 1.2.3 | minecraft.jar | None |
    | UCHIJAAAA | albedocore | 0.1 | minecraft.jar | None |
    | UCHIJAAAA | uncraftingtable | 1.8-beta6 | [1.12]UncraftingTable-1.8-beta6.jar | None |
    | UCHIJAAAA | additionalcompression | 3.0 | Additional-Compression-1.12.2-3.0.jar | None |
    | UCHIJAAAA | additionalbanners | 1.1.44 | AdditionalBanners-1.12.2-1.1.44.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | albedo | 0.1.3 | albedo-0.1.3.jar | None |
    | UCHIJAAAA | aoa3 | 3.0-SNAPSHOT-6 | aoa3-SNAPSHOT-6.jar | None |
    | UCHIJAAAA | architecturecraft | @VERSION@ | architecturecraft-1.12-2.68.jar | None |
    | UCHIJAAAA | quark | r1.5-130 | Quark-r1.5-130.jar | None |
    | UCHIJAAAA | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None |
    | UCHIJAAAA | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
    | UCHIJAAAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
    | UCHIJAAAA | betterplacement | 1.0.0-1 | BetterPlacement-1.0.0-1.jar | None |
    | UCHIJAAAA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
    | UCHIJAAAA | bookshelf | 2.3.560 | Bookshelf-1.12.2-2.3.560.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | ctm | MC1.12.2-0.3.1.16 | CTM-MC1.12.2-0.3.1.16.jar | None |
    | UCHIJAAAA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
    | UCHIJAAAA | classiccombat | 1.0.0 | ClassicCombat-1.12-1.0.0.jar | None |
    | UCHIJAAAA | coloredlights | 1.12.2-v1.1.1 | ColoredLights-1.12.2-v1.1.1.jar | None |
    | UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | UCHIJAAAA | creativecore | 1.9.9 | CreativeCore_v1.9.25_mc1.12.2.jar | None |
    | UCHIJAAAA | customnpcs | 1.12 | CustomNPCs_1.12.2(26aug18).jar | None |
    | UCHIJAAAA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
    | UCHIJAAAA | ptrmodellib | 1.0.3 | PTRLib-1.0.3.jar | None |
    | UCHIJAAAA | props | 2.6.2 | Decocraft-2.6.2_1.12.2.jar | None |
    | UCHIJAAAA | dooglamoopaintermod | 1.6.1 | dooglamoopaintermod-1.12-1.6.1.jar | None |
    | UCHIJAAAA | dynamiclights | 1.4.9 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.2.jar | None |
    | UCHIJAAAA | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
    | UCHIJAAAA | eplus | 5.0.169 | EnchantingPlus-1.12.2-5.0.169.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | enderportaldecoration | 0.0.1 | EnderPortalDecoration-1.12.2-0.0.1.jar | None |
    | UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.9.4.jar | None |
    | UCHIJAAAA | fbp | 2.4.0 | FancyBlockParticles-1.12.x-2.4.0.jar | None |
    | UCHIJAAAA | fancyspawneggs | 1.0 | FancySpawnEggs+MC1.12.2+v1.0.jar | None |
    | UCHIJAAAA | pitweaks | 1.12.1-0.4.1 | FastVanillaFurnaces-1.12.1-0.4.1.jar | None |
    | UCHIJAAAA | flatbedrockx | 1.4.0 | FlatBedrock-1.4.0_1.12.jar | None |
    | UCHIJAAAA | foamfix | 0.10.2-1.12.2 | foamfix-0.10.2-1.12.2.jar | None |
    | UCHIJAAAA | cfm | 5.12.0 | furniture-5.12.0-1.12.2.jar | None |
    | UCHIJAAAA | hexlands | 1.8.0 | hexlands-1.8.0.jar | None |
    | UCHIJAAAA | waila | 1.8.26 | Hwyla-Mod-1.12.2.jar | None |
    | UCHIJAAAA | infinitefluids | 1.2.0 | infinitefluids-1.11-1.2.0.jar | None |
    | UCHIJAAAA | ironchest | 1.12.2-7.0.44.829 | ironchest-1.12.2-7.0.44.829.jar | None |
    | UCHIJAAAA | journey | 1.0.2 | Journey-1.0.2 BETA.jar | None |
    | UCHIJAAAA | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
    | UCHIJAAAA | lostcities | 2.0.11 | lostcities-1.12-2.0.11.jar | None |
    | UCHIJAAAA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
    | UCHIJAAAA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
    | UCHIJAAAA | mcjtylib_ng | 3.0.3 | mcjtylib-1.12-3.0.3.jar | None |
    | UCHIJAAAA | mobbattle | 2.3.0[1.12] | MobBattleMod-1.12.2-2.3.0.jar | None |
    | UCHIJAAAA | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2(18jan18).jar | None |
    | UCHIJAAAA | recipehandler | 0.11 | NoMoreRecipeConflict-0.11(1.12.2).jar | None |
    | UCHIJAAAA | noodle | 0.4.0 | noodle-0.4.0.jar | None |
    | UCHIJAAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
    | UCHIJAAAA | notenoughwands | 1.7.1 | notenoughwands-1.12-1.7.1.jar | None |
    | UCHIJAAAA | randomtweaks | 1.12.2-2.1.7.0 | randomtweaks-1.12.2-2.1.7.0.jar | None |
    | UCHIJAAAA | shearmadness | 1.12.1 | shearmadness-1.12.1-1.7.0.3.jar | None |
    | UCHIJAAAA | skylands | 1.5.5 | skylands-1.5.5.jar | None |
    | UCHIJAAAA | sonarcore | 5.0.16 | sonarcore-1.12.2-5.0.16-16.jar | None |
    | UCHIJAAAA | surge | 2.0.75 | Surge-1.12.2-2.0.75.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | tnt_utilities | 1.2.3 | tnt_utilities-mc1.12-1.2.3.jar | None |
    | UCHIJAAAA | torohealthmod | 1.12.2-11 | torohealth-1.12.2-11.jar | None |
    | UCHIJAAAA | unlimitedchiselworks | 0.2.0 | UnlimitedChiselWorks-0.2.0.jar | None |
    | UCHIJAAAA | vanillafix | 1.0.9-97 | VanillaFix-1.0.9-97.jar | None |
    | UCHIJAAAA | wawla | 2.5.261 | Wawla-1.12.2-2.5.261.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | weissalbedo | 0.0.14 | WeissAlbedo-1.12.2-0.0.14.jar | None |
    | UCHIJAAAA | odiaj | 1.0 | WeissAlbedo-1.12.2-0.0.14.jar | None |
    | UCHIJAAAA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
    | UCHIJAAAA | wpcraft | 0.0.1 | wpcraft-1.1.1.jar | None |
    | UCHIJAAAA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
    Loaded coremods (and transformers): CreativePatchingLoader (CreativeCore_v1.9.25_mc1.12.2.jar)

    FMLPlugin (albedo-0.1.3.jar)
    elucent.albedo.asm.ASMTransformer
    VanillaFixLoadingPlugin (VanillaFix-1.0.9-97.jar)

    CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
    cubex2.cxlibrary.CoreModTransformer
    IonChests (IonChests-1.0.0.jar)
    pl.asie.ionchests.IonChestsTransformer
    CTMCorePlugin (CTM-MC1.12.2-0.3.1.16.jar)
    team.chisel.ctm.client.asm.CTMTransformer
    Plugin (NotEnoughIDs-1.5.4.2.jar)
    ru.fewizz.neid.asm.Transformer
    MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

    ItemPatchingLoader (ItemPhysic_Full_1.4.13_mc1.12.2.jar)
    com.creativemd.itemphysic.ItemTransformer
    LoadingPlugin (Quark-r1.5-130.jar)
    vazkii.quark.base.asm.ClassTransformer
    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.2-1.12.2.jar)
    pl.asie.foamfix.coremod.FoamFixTransformer
    IvToolkit (IvToolkit-1.3.3-1.12.jar)

    SurgeLoadingPlugin (Surge-1.12.2-2.0.75.jar)

    DLFMLCorePlugin (DynamicLights-1.12.2.jar)
    atomicstryker.dynamiclights.common.DLTransformer
    TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar)
    ljfa.tntutils.asm.ExplosionTransformer
    GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4549' Renderer: 'Intel(R) HD Graphics 5500'
    Suspected Mods: Journey Into the Light (journey), Fancy Spawn Eggs (fancyspawneggs)
    Launched Version: 1.12.2
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4549, Intel
    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,LiteLoader'
    Type: Client (map_client.txt)
    Resource Packs: PulchraPurePBR.zip (incompatible)
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
    Client Crashes Since Restart: 1
    Integrated Server Crashes Since Restart: 0

    crash with DRPG:


    ---- Minecraft Crash Report ----
    // Hey, that tickles! Hehehe!

    Time: 2018-10-03 22:37:13 BST
    Description: Initializing game

    net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Journey Into the Light (journey)
    Caused by: java.lang.RuntimeException: Duplicate stat id: "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.wraith.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" and "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.wraith.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" at id stat.killEntity.wraith
    at net.minecraft.stats.StatBase.registerStat(SourceFile:41)
    at net.minecraft.stats.StatList.getStatKillEntity(StatList.java:305)
    at net.minecraft.entity.EntityList$EntityEggInfo.<init>(EntityList.java:450)
    at net.minecraftforge.fml.common.registry.EntityRegistry.registerEgg(EntityRegistry.java:242)
    at net.minecraftforge.fml.common.registry.EntityRegistry.registerModEntity(EntityRegistry.java:193)
    at net.slayer.api.SlayerAPI.registerMob(SlayerAPI.java:110)
    at net.slayer.api.SlayerAPI.registerOverworldMob(SlayerAPI.java:118)
    at net.journey.util.EntityRegistry.registerOverworldMobs(EntityRegistry.java:140)
    at net.journey.util.EntityRegistry.init(EntityRegistry.java:54)
    at net.journey.proxy.CommonProxy.preInit(CommonProxy.java:61)
    at net.journey.JITL.preInit(JITL.java:38)
    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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:246)
    at net.minecraft.client.Minecraft.init(Minecraft.java:466)
    at net.minecraft.client.Minecraft.run(Minecraft.java:4427)
    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:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 990745656 bytes (944 MB) / 2324168704 bytes (2216 MB) up to 3817865216 bytes (3641 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.4.2732 Optifine OptiFine_1.12.2_HD_U_E1 90 mods loaded, 90 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 |
    |:----- |:--------------------------- |:----------------- |:----------------------------------------------- |:---------------------------------------- |
    | UCH | minecraft | 1.12.2 | minecraft.jar | None |
    | UCH | mcp | 9.42 | minecraft.jar | None |
    | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2732.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH | forge | 14.23.4.2732 | forge-1.12.2-14.23.4.2732.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH | creativecoredummy | 1.0.0 | minecraft.jar | None |
    | UCH | itemphysic | 1.4.0 | minecraft.jar | None |
    | UCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
    | UCH | foamfixcore | 7.7.4 | minecraft.jar | None |
    | UCH | tnt_utilities_core | 1.2.3 | minecraft.jar | None |
    | UCH | albedocore | 0.1 | minecraft.jar | None |
    | UCH | uncraftingtable | 1.8-beta6 | [1.12]UncraftingTable-1.8-beta6.jar | None |
    | UCH | additionalcompression | 3.0 | Additional-Compression-1.12.2-3.0.jar | None |
    | UCH | additionalbanners | 1.1.45 | AdditionalBanners-1.12.2-1.1.45.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCH | albedo | 0.1.3 | albedo-0.1.3.jar | None |
    | UCH | aoa3 | 3.0-SNAPSHOT-6 | aoa3-SNAPSHOT-6.jar | None |
    | UCH | architecturecraft | @VERSION@ | architecturecraft-1.12-2.68.jar | None |
    | UCH | quark | r1.5-130 | Quark-r1.5-130.jar | None |
    | UCH | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None |
    | UCH | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
    | UCH | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
    | UCH | betterplacement | 1.0.0-1 | BetterPlacement-1.0.0-1.jar | None |
    | UCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
    | UCH | bookshelf | 2.3.560 | Bookshelf-1.12.2-2.3.560.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCH | ctm | MC1.12.2-0.3.1.16 | CTM-MC1.12.2-0.3.1.16.jar | None |
    | UCH | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
    | UCH | classiccombat | 1.0.0 | ClassicCombat-1.12-1.0.0.jar | None |
    | UCH | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCH | coloredlights | 1.12.2-v1.1.1 | ColoredLights-1.12.2-v1.1.1.jar | None |
    | UCH | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | UCH | creativecore | 1.9.9 | CreativeCore_v1.9.25_mc1.12.2.jar | None |
    | UCH | customnpcs | 1.12 | CustomNPCs_1.12.2(26aug18).jar | None |
    | UCH | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
    | UCH | ptrmodellib | 1.0.3 | PTRLib-1.0.3.jar | None |
    | UCH | props | 2.6.2 | Decocraft-2.6.2_1.12.2.jar | None |
    | UCH | divinerpg | 1.12.2.0 | divinerpg-1.12.2.0.5.jar | None |
    | UCH | dynamiclights | 1.4.9 | DynamicLights-1.12.2.jar | None |
    | UCH | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.2.jar | None |
    | UCH | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.2.jar | None |
    | UCH | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.2.jar | None |
    | UCH | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.2.jar | None |
    | UCH | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.2.jar | None |
    | UCH | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.2.jar | None |
    | UCH | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.2.jar | None |
    | UCH | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.2.jar | None |
    | UCH | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.2.jar | None |
    | UCH | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
    | UCH | eplus | 5.0.171 | EnchantingPlus-1.12.2-5.0.171.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCH | enchdesc | 1.1.9 | EnchantmentDescriptions-1.12.2-1.1.9.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCH | enderportaldecoration | 0.0.1 | EnderPortalDecoration-1.12.2-0.0.1.jar | None |
    | UCH | extrautils2 | 1.0 | extrautils2-1.12-1.9.4.jar | None |
    | UCH | fbp | 2.4.0 | FancyBlockParticles-1.12.x-2.4.0.jar | None |
    | UCH | fancyspawneggs | 1.0 | FancySpawnEggs+MC1.12.2+v1.0.jar | None |
    | UCH | pitweaks | 1.12.1-0.4.1 | FastVanillaFurnaces-1.12.1-0.4.1.jar | None |
    | UCH | flatbedrockx | 1.4.0 | FlatBedrock-1.4.0_1.12.jar | None |
    | UCH | foamfix | 0.10.2-1.12.2 | foamfix-0.10.2-1.12.2.jar | None |
    | UCH | forgemultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCH | microblockcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None |
    | UCH | minecraftmultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None |
    | UCH | cfm | 5.12.0 | furniture-5.12.0-1.12.2.jar | None |
    | UCH | hexlands | 1.8.0 | hexlands-1.8.0.jar | None |
    | UCH | waila | 1.8.26 | Hwyla-Mod-1.12.2.jar | None |
    | UCH | infinitefluids | 1.2.0 | infinitefluids-1.11-1.2.0.jar | None |
    | UCH | ironchest | 1.12.2-7.0.44.829 | ironchest-1.12.2-7.0.44.829.jar | None |
    | UCH | jei | 4.12.1.217 | jei_1.12.2-4.12.1.217.jar | None |
    | UCEE | journey | 1.0.2 | Journey-1.0.2 BETA.jar | None |
    | UC | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
    | UC | lostcities | 2.0.12 | lostcities-1.12-2.0.12.jar | None |
    | UC | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
    | UC | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
    | UC | mcjtylib_ng | 3.0.3 | mcjtylib-1.12-3.0.3.jar | None |
    | UC | mobbattle | 2.3.0[1.12] | MobBattleMod-1.12.2-2.3.0.jar | None |
    | UC | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2(18jan18).jar | None |
    | UC | recipehandler | 0.11 | NoMoreRecipeConflict-0.11(1.12.2).jar | None |
    | UC | noodle | 0.4.0 | noodle-0.4.0.jar | None |
    | UC | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
    | UC | notenoughwands | 1.7.1 | notenoughwands-1.12-1.7.1.jar | None |
    | UC | randomtweaks | 1.12.2-2.1.7.0 | randomtweaks-1.12.2-2.1.7.0.jar | None |
    | UC | shearmadness | 1.12.1 | shearmadness-1.12.1-1.7.0.3.jar | None |
    | UC | skylands | 1.5.5 | skylands-1.5.5.jar | None |
    | UC | surge | 2.0.76 | Surge-1.12.2-2.0.76.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UC | tnt_utilities | 1.2.3 | tnt_utilities-mc1.12-1.2.3.jar | None |
    | UC | torohealthmod | 1.12.2-11 | torohealth-1.12.2-11.jar | None |
    | UC | unlimitedchiselworks | 0.2.0 | UnlimitedChiselWorks-0.2.0.jar | None |
    | UC | vanillafix | 1.0.9-97 | VanillaFix-1.0.9-97.jar | None |
    | UC | wawla | 2.5.261 | Wawla-1.12.2-2.5.261.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UC | weissalbedo | 0.0.14 | WeissAlbedo-1.12.2-0.0.14.jar | None |
    | UC | odiaj | 1.0 | WeissAlbedo-1.12.2-0.0.14.jar | None |
    | UC | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
    | UC | wpcraft | 0.0.1 | wpcraft-1.1.1.jar | None |
    | UC | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
    Loaded coremods (and transformers): CreativePatchingLoader (CreativeCore_v1.9.25_mc1.12.2.jar)

    FMLPlugin (albedo-0.1.3.jar)
    elucent.albedo.asm.ASMTransformer
    VanillaFixLoadingPlugin (VanillaFix-1.0.9-97.jar)

    CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
    cubex2.cxlibrary.CoreModTransformer
    IonChests (IonChests-1.0.0.jar)
    pl.asie.ionchests.IonChestsTransformer
    CTMCorePlugin (CTM-MC1.12.2-0.3.1.16.jar)
    team.chisel.ctm.client.asm.CTMTransformer
    Plugin (NotEnoughIDs-1.5.4.2.jar)
    ru.fewizz.neid.asm.Transformer
    MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

    SurgeLoadingPlugin (Surge-1.12.2-2.0.76.jar)

    ItemPatchingLoader (ItemPhysic_Full_1.4.13_mc1.12.2.jar)
    com.creativemd.itemphysic.ItemTransformer
    LoadingPlugin (Quark-r1.5-130.jar)
    vazkii.quark.base.asm.ClassTransformer
    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.2-1.12.2.jar)
    pl.asie.foamfix.coremod.FoamFixTransformer
    IvToolkit (IvToolkit-1.3.3-1.12.jar)

    DLFMLCorePlugin (DynamicLights-1.12.2.jar)
    atomicstryker.dynamiclights.common.DLTransformer
    TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar)
    ljfa.tntutils.asm.ExplosionTransformer
    GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4549' Renderer: 'Intel(R) HD Graphics 5500'
    Suspected Mods: Journey Into the Light (journey)
    Launched Version: 1.12.2
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4549, Intel
    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,LiteLoader'
    Type: Client (map_client.txt)
    Resource Packs: PulchraPurePBR.zip (incompatible)
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz


    I'm not sure about the Spawn Egg issue, but the new DRPG dev copied a lot of JITL code so I wouldn't be surprised if that's what's causing the crash.

    Posted in: Minecraft Mods
  • 0

    posted a message on JOURNEY INTO THE LIGHT v.1.0.5.17a | Dimensions | Mobs | Weapons | Magic | Bosses and Much More! [9K + Downloads!]

    sorry for asking but also i encounter a crash when entering in the end with JITL


    send the crash report, don't just say it crashed because we can't fix it if we have no idea why it crashed.

    Quote from TheTrueTPK»

    Will shields be added when the update comes out? Just curious


    I was working on shields but they will most likely be added in a future update after the 1.2 release

    Posted in: Minecraft Mods
  • To post a comment, please .