GithubHelp home page GithubHelp logo

daedalusgame / embersrekindled Goto Github PK

View Code? Open in Web Editor NEW
42.0 7.0 32.0 14.09 MB

And so it is, that ash seeketh embers. Continuation of Embers, a dwarven magic mod for Minecraft.

License: MIT License

Java 99.89% GLSL 0.11%

embersrekindled's Introduction

Embers

Embers is best described as a dwarven magic mod. It features a smattering of magical and technical content, from staples such as ore doubling and item transport to alchemy and magical ray guns. All centered around the core mechanic of Ember, a limited form of power that you must extract from the world's core near bedrock.

Builds

You can download the latest files here on curseforge. https://minecraft.curseforge.com/projects/embers-rekindled

Contact

You can also contact us on our discord here. https://discord.gg/J4bn3FG

Building from Source

  • Creating a libs folder is no longer required, all dependencies are either fetched through cursegradle or mavens
  • Proceed as you would for any other forge gradle based project

Build Dependencies

embersrekindled's People

Contributors

2z6c avatar aemande123 avatar baka943 avatar bearheathen avatar bigenergy avatar bogger33 avatar cs8minty avatar daedalusgame avatar elucent avatar epicsquid avatar ewanm89 avatar ichttt avatar kurtchekov avatar polyacovyury avatar redfire75369 avatar sskirillss avatar tehnut avatar tth05 avatar upcraftlp avatar yrsegal 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

embersrekindled's Issues

massive lag due to the sheer amount of dawnstone anvil recipes

as it appears, literally everything in the game can get that core thing put on it, as well as upgrades or something, not to mention the "renamed item" recipes that show up. This is causing extreme lag when switching to it's crafting menu when searching recipes or for uses for items and it happens to start on the dawnstone anvil section cause of no other uses.

Is this a bug that literally everything can be given a heat gauge and stuff? I don't recall having nearly as much issue with crafting recipe searches using embers from the old version before soot updated to require this version.

Investigate: Codex

  • Set it up so custom icons for categories can be done
  • Custom category background
  • Multipage entries
  • Multipage categories too? Probably the easiest way...
  • Customizable connection effect
  • Fully expose rendering for the entries

Extracting Ember from a Nether Portal

Self-explanatory. Basically a multiblock, highly efficient Ember bore for mid/lategame. You would build an 'Infernal Extractor' around a nether portal (the bigger the portal the faster it works). No fuel needed to run, just to start up. The idea being that if the Overworld's core is brimming with firey energy, the hellish atmosphere of The Nether must be swimming in it - so much so it will never run out. Ever.
PROS:

  • does not consume ember from chunks.
  • massively more efficient.

CONS:

  • a full stack of blaze powder is used as an activation catalyst. The machine is also costly: see screenshots below for four stages of its construction around a 3x3 portal (must be an odd number: archaic lights, iron bars and magma block must be place in the centre).
  • only buildable in the overworld. Will not form in other dimensions.
  • If Mystical Mechanics is enabled, you will have to apply mechanical energy to moderate it: slowing it down over time. However, if not moderated sufficiently, the machine will violently explode with infernal power and Ember - enough to seriously ruin your day. Moderate too much, and the Extractor will grind to a halt. You have to carefully use redstone to run pulses of mechanical energy into the machine to run it efficiently. Otherwise, it just uses blaze powder as fuel (or both: configurable).

20180908165114_1 20180908165209_1
Ensure dawnstone is in corners, not obsidian
20180908165339_1 20180908165930_1
Access blocks used as input for mechanical energy and blaze powder. Output from the inferno forge at the bottom. Speaking of which, ensure bore and forge are aligned with the middle of the portal. Blocks around forge do not scale with portal.

Weird mystical mechanics issue only with current 1.5 Hotfix and Forge 14.23.4.2758

When using Forge 14.23.4.2757, the current 1.5 Hotfix version works just fine. However, updating to Forge 14.23.4.2758 causes the Mystical Mechanics dependency issue again. Link to Gist of the Crash Report. All of my mods and configs are the same; the only difference is the Forge version.

Edit: I just noticed the crash report shows the Forge version incorrectly compared to what Curse shows when this happens... It still shows 2757 even though Curse shows 2758.

1.5 dependencies

Mystic Mechanics
Optional or Required?

java.lang.NoClassDefFoundError: mysticalmechanics/api/IGearBehavior
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredField(Class.java:2068)
at net.minecraftforge.registries.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:131)
at net.minecraftforge.registries.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:80)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: mysticalmechanics.api.IGearBehavior
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 11 more
Caused by: java.lang.NullPointerException

crash-2018-08-22_03.43.25-server.txt

1.5 Crash on stratup

Just update to 1.5

https://paste.dimdev.org/baqeletuto.mccrash

`Description: Initializing game

java.lang.NoClassDefFoundError: mysticalmechanics/api/IGearBehavior
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at net.minecraftforge.registries.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:131)
at net.minecraftforge.registries.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:80)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:466)
at net.minecraft.client.Minecraft.run(Minecraft.java:3929)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: mysticalmechanics.api.IGearBehavior
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 16 more
Caused by: java.lang.NullPointerException
`

Pipes creates fps lags

I have been using Embers 0.230 and upgraded to Rekindled version 1.4hotfix. i had serious fps lags when i have visual contact with my ember machines. I have everything Embers in my basement and i am in the same chunk as my machines most of the time without any visuals and they work alright, when i start to see them i had problems. further experimantations showed me that it was because of my fluid extractor from the fluid vessel to pressure refinery. I downdate my embers back to 0.230 and everything works fine.

Investigate: Block Breaker

There's some dupe bug that got fixed in the last Embers version.
Also Block Breaker breaking a Block Breaker crashes the game.

Strange crash with latest EmbersRekindled

java.lang.NoClassDefFoundError: mysticalmechanics/api/IGearBehavior
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredField(Class.java:2068)
at net.minecraftforge.registries.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:131)
at net.minecraftforge.registries.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:80)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:466)
at net.minecraft.client.Minecraft.run(Minecraft.java:3929)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: mysticalmechanics.api.IGearBehavior
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 16 more
Caused by: java.lang.NullPointerException

Dawnstone Anvil - enchanted item/book + enchanted book [suggestion/bug]

Looking at the behaviour around the Dawnstone Anvil, I thought you could combine and item with an enchanted book to gain enchantments or level up existing enchantments. That doesn't happen.

I cannot combine enchanted books of the same enchantment and level. I cannot combine different enchanted books. I cannot combine enchanted or unenchanted items with books.

Is this intended? I understand the Dawnstone Anvil is a powerful tool compared to the vanilla anvil, but best to ask, I suppose.

EmbersRekindled v. 1.7, MC 1.12.2, Forge 14.23.4.2732

Thank you for your time

[1.12.2] [Dev Build 1] Soot and alchemy recipes

Hi,

if the "Overrides the Exchange Tablet" option in Soot is enabled the recipes from Embers and Aetherworks are blank and don't seem to work:

tablet

If the override is disabled, they work fine, but it seems the soot alchemy recipes aren't working in that case...

Thanks for looking into it.

Best regards,
wamc

Broken formatting placeholder pattern

You replace the language parser's pattern for "fixing up" invalid formatting placeholder here:

Locale.PATTERN = Pattern.compile("%\\$1s"); //No mercy

This is fundamentally broken and suggests to me that you do not know Java's regex engine. It seems like your intention was to to have it replace occurrences of %$1s with itself, making the replacement effectively a no-op.

However, this leads to problems if a language file contains a line such as the following:

some.key=Muh awesome lang %%$1s

As you can tell, this example contains a string that's matched by your replaced pattern. Upon loading the game, this will lead to the following exception being thrown:

java.lang.IndexOutOfBoundsException: No group 1

The reason for this is that $n for any non-negative integer n is special notation in the replacement for a regex search & replace operation in Java. It tells the engine to put whatever was the nth matching group in the into the resulting string (0 being the entire matched string).

As a consequence, your change with the intention of making the replacement a no-op in fact breaks a perfectly valid language file.

I'd suggest removing this pattern overriding altogether, it can both lead to breakage and messes with modder expectations, because anyone who looks into the details of MC locale loading will come across the Vanilla pattern and will expect it to work.

[4349456] Mystical Mechanics API package not correctly imported

Trying to do gradle build, I get this:

> Task :compileJava FAILED
/Users/ghughes/wd/mc/EmbersRekindled/build/sources/main/java/teamroots/embers/compat/MysticalMechanicsIntegration.java:5: error: package mysticalmechanics.api does not exist
import mysticalmechanics.api.IGearBehavior;
                            ^
/Users/ghughes/wd/mc/EmbersRekindled/build/sources/main/java/teamroots/embers/compat/MysticalMechanicsIntegration.java:6: error: package mysticalmechanics.api does not exist
import mysticalmechanics.api.MysticalMechanicsAPI;
                            ^
/Users/ghughes/wd/mc/EmbersRekindled/build/sources/main/java/teamroots/embers/tileentity/TileEntitySteamEngine.java:3: error: package mysticalmechanics.api does not exist
import mysticalmechanics.api.DefaultMechCapability;
                            ^
/Users/ghughes/wd/mc/EmbersRekindled/build/sources/main/java/teamroots/embers/tileentity/TileEntitySteamEngine.java:4: error: package mysticalmechanics.api does not exist
import mysticalmechanics.api.MysticalMechanicsAPI;
                            ^
/Users/ghughes/wd/mc/EmbersRekindled/build/sources/main/java/teamroots/embers/tileentity/TileEntitySteamEngine.java:35: error: cannot find symbol
        public DefaultMechCapability capability = new DefaultMechCapability();
               ^
  symbol:   class DefaultMechCapability
  location: class TileEntitySteamEngine
5 errors

[1.12.2] [Dev Build 1] Soot and stamping recipes

Soot's stamper override seems to be removing all stamping recipes, even the ones added by Soot. Checking the recipes of items such as dawnstone and antimony plates and ingots won't show any stamping recipes, and the stamper does nothing if placed in the world and provided with ember, liquid metal, and a stamp.

[1.12.2] [1.7] "Fixes" the Mojang lang file parser breaks Blood Magic chat messages

Hi,

the "fix" for Mojangs lang file parser breaks some messages from Blood Magic, for instance the current Essence display in chat:

https://github.com/WayofTime/BloodMagic/blob/d54c828fba3c673a4401c470a93040f03e0eb2c1/src/main/resources/assets/bloodmagic/lang/en_US.lang#L398

It only shows tooltip.bloodmagic.sigil.divination.currentEssence instead of the defined string, it's fixed when reverting EmbersRekindled to 1.6.

Thanks for looking into it.

Best regards,
wamc

[1.12.2] [1.8] Crystal Cell/Dial amount of Ember not updating when full

Hi,

if a crystal cell runs full over time it seems the amount of ember shown by an ember dial doesn't update, it stays constantly at 1440000, even if I only extract ember. (I think this is only a visual bug)
Saving the world and relogging fixes this issue for some time.
May be the same issue as with the activator, pressure refinery and reactor, which you fixed in 913c27b

Thanks for looking into it.

Best regards,
wamc

[Question] EmbersRekindled & Soot config question

Hi,

I would love to try the dev build, but I have two questions before upgrading from the old embers version:

  • Are the itemids the same or should I start a new world?
  • I think I read something in the commits about features which was brought over from Soot, should I disable some of the overrides in the Soot config before updating?

Thanks for looking into it and updating embers. :)

Best regards
wamc

Ticking entity crash

Having random client crash on a server with entities on generating new chunks:

Sometime players are traped in a crash loops until teleported far away from the chunk, sometime they can reconnect without problems.

---- Minecraft Crash Report ----

WARNING: coremods are present:
FMLPlugin (elulib-0.1.12.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.9.17.jar)
LoadingPlugin (Quark-r1.4-125.jar)
AstralCore (astralsorcery-1.12.2-1.9.4.jar)
MixinLoaderForge (Valkyrien+Warfare+0.9_prerelease_5.jar)
llibrary (llibrary-core-1.0.6-1.12.2.jar)
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.3.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.12.jar)
Wizardry Plugin (wizardry-0.9.6.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar)
Contact their authors BEFORE contacting forge

// Everything's going to plan. No, really, that was supposed to happen.

Time: 8/19/18 4:42 PM
Description: Ticking entity

java.lang.ClassCastException: java.lang.Float cannot be cast to net.minecraft.util.math.BlockPos
at teamroots.roots.entity.EntityAuspiciousPoint.func_70071_h_(EntityAuspiciousPoint.java:157)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1846)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1097)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Thread: Client thread
Stacktrace:
at teamroots.roots.entity.EntityAuspiciousPoint.func_70071_h_(EntityAuspiciousPoint.java:157)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.World.func_72870_g(World.java:1952)

-- Entity being ticked --
Details:
Entity Type: roots:auspicious_point (teamroots.roots.entity.EntityAuspiciousPoint)
Entity ID: 619849
Entity Name: entity.auspicious_point.name
Entity's Exact location: -1105.00, 51.00, 114.00
Entity's Block location: World: (-1105,51,114), Chunk: (at 15,3,2 in -70,7; contains blocks -1120,0,112 to -1105,255,127), Region: (-3,0; contains chunks -96,0 to -65,31, blocks -1536,0,0 to -1025,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1756)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['gayuke'/617643, l='MpServer', x=-1138.68, y=65.41, z=175.72]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 06 - SKYLAND, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-291,171,479), Chunk: (at 13,10,15 in -19,29; contains blocks -304,0,464 to -289,255,479), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 19440563 game time, 29137 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: 101 total; [EntityXPOrb['Experience Orb'/620035, l='MpServer', x=-1049.30, y=32.00, z=284.94], EntityXPOrb['Experience Orb'/620037, l='MpServer', x=-1051.16, y=35.00, z=286.08], EntityXPOrb['Experience Orb'/620036, l='MpServer', x=-1050.74, y=34.00, z=286.75], EntityCow['Cow'/619817, l='MpServer', x=-1179.56, y=29.00, z=127.55], EntityZombie['Zombie'/619816, l='MpServer', x=-1137.64, y=55.00, z=173.04], EntityBat['Bat'/619819, l='MpServer', x=-1157.78, y=29.70, z=111.38], EntityCow['Cow'/619818, l='MpServer', x=-1175.36, y=31.00, z=130.53], EntityBrainyZombie['Angry Zombie'/619821, l='MpServer', x=-1155.07, y=28.00, z=123.48], EntityBat['Bat'/619820, l='MpServer', x=-1152.51, y=31.86, z=104.36], EntitySkeleton['Skeleton'/619823, l='MpServer', x=-1169.99, y=37.11, z=134.61], EntityBat['Bat'/619822, l='MpServer', x=-1164.37, y=20.17, z=134.74], EntityBat['Bat'/619832, l='MpServer', x=-1145.54, y=30.86, z=96.85], EntityBat['Bat'/619835, l='MpServer', x=-1145.34, y=42.51, z=140.43], EntityBat['Bat'/619834, l='MpServer', x=-1141.48, y=32.79, z=103.72], EntitySquid['Squid'/619837, l='MpServer', x=-1126.24, y=49.43, z=143.52], EntityAncientGolem['Ancient Golem'/619836, l='MpServer', x=-1131.41, y=47.67, z=115.78], EntitySquid['Squid'/619839, l='MpServer', x=-1126.80, y=48.42, z=144.60], EntitySquid['Squid'/619838, l='MpServer', x=-1133.60, y=48.14, z=155.36], EntityZombie['Zombie'/619825, l='MpServer', x=-1159.50, y=17.00, z=156.50], EntityBat['Bat'/619824, l='MpServer', x=-1161.59, y=17.63, z=156.10], EntitySkeleton['Skeleton'/619827, l='MpServer', x=-1144.73, y=29.00, z=109.49], EntitySkeleton['Skeleton'/619826, l='MpServer', x=-1165.48, y=38.00, z=157.73], EntityBat['Bat'/619829, l='MpServer', x=-1146.34, y=31.02, z=103.85], EntitySkeleton['Skeleton'/619828, l='MpServer', x=-1146.50, y=27.00, z=107.50], EntitySkeleton['Skeleton'/619830, l='MpServer', x=-1142.87, y=31.00, z=111.57], EntityAuspiciousPoint['entity.auspicious_point.name'/619849, l='MpServer', x=-1105.00, y=51.00, z=114.00], EntityItem['item.tile.sapling.oak'/619848, l='MpServer', x=-1109.44, y=43.00, z=127.84], EntitySheep['Sheep'/619851, l='MpServer', x=-1117.52, y=48.00, z=113.00], EntitySheep['Sheep'/619850, l='MpServer', x=-1116.29, y=48.00, z=115.69], EntityBat['Bat'/619853, l='MpServer', x=-1106.15, y=11.22, z=128.71], EntitySpider['Spider'/619852, l='MpServer', x=-1117.98, y=48.00, z=117.01], EntitySheep['Sheep'/619855, l='MpServer', x=-1108.55, y=42.00, z=134.28], EntityBat['Bat'/619854, l='MpServer', x=-1105.21, y=11.10, z=128.33], EntityZombie['Zombie'/619841, l='MpServer', x=-1127.49, y=33.33, z=184.85], EntityZombie['Zombie'/619840, l='MpServer', x=-1129.50, y=31.00, z=183.50], EntityCow['Cow'/619843, l='MpServer', x=-1126.50, y=47.00, z=204.83], EntityZombieVillager['Zombie Villager'/619842, l='MpServer', x=-1132.50, y=33.00, z=176.81], EntityCow['Cow'/619845, l='MpServer', x=-1132.58, y=48.00, z=210.15], EntityAshen['Ashen'/621637, l='MpServer', x=-1099.50, y=19.00, z=255.50], EntityBat['Bat'/625221, l='MpServer', x=-1109.50, y=22.00, z=255.50], EntityCow['Cow'/619844, l='MpServer', x=-1129.59, y=48.00, z=204.84], EntityBat['Bat'/619847, l='MpServer', x=-1119.04, y=49.29, z=102.87], EntityCow['Cow'/619846, l='MpServer', x=-1125.50, y=48.00, z=214.50], EntityItem['item.item.crystal_essence'/619865, l='MpServer', x=-1109.07, y=32.00, z=157.94], EntityItem['item.item.crystal_essence'/619864, l='MpServer', x=-1110.66, y=33.00, z=155.63], EntityBat['Bat'/622424, l='MpServer', x=-1108.50, y=32.00, z=148.50], EntityZombie['Zombie'/619867, l='MpServer', x=-1108.50, y=32.00, z=146.50], EntityItem['item.item.crystal_essence'/619866, l='MpServer', x=-1111.15, y=33.00, z=157.74], EntityBat['Bat'/619869, l='MpServer', x=-1105.86, y=33.26, z=154.10], EntitySkeleton['Skeleton'/619868, l='MpServer', x=-1111.54, y=33.00, z=145.21], EntityBat['Bat'/621404, l='MpServer', x=-1105.50, y=33.00, z=139.50], EntityBat['Bat'/619871, l='MpServer', x=-1104.92, y=33.39, z=146.91], EntityBat['Bat'/619870, l='MpServer', x=-1106.47, y=32.04, z=145.65], EntityCreeper['Creeper'/619857, l='MpServer', x=-1107.10, y=43.67, z=141.57], EntitySheep['Sheep'/619856, l='MpServer', x=-1106.55, y=41.00, z=129.88], EntityZombie['Zombie'/619859, l='MpServer', x=-1108.85, y=35.00, z=139.85], EntityCreeper['Creeper'/619858, l='MpServer', x=-1110.50, y=46.00, z=143.50], EntityItem['item.tile.sapling.oak'/619861, l='MpServer', x=-1116.38, y=52.00, z=129.41], EntitySpider['Spider'/619860, l='MpServer', x=-1106.50, y=35.00, z=141.50], EntityZombie['Zombie'/619863, l='MpServer', x=-1106.86, y=31.33, z=148.25], EntityItem['item.tile.sapling.oak'/619862, l='MpServer', x=-1114.36, y=53.00, z=129.37], EntitySpider['Spider'/619881, l='MpServer', x=-1094.76, y=31.00, z=146.89], EntityWitch['Witch'/619880, l='MpServer', x=-1100.21, y=31.00, z=147.27], EntityBat['Bat'/619883, l='MpServer', x=-1089.96, y=34.26, z=156.69], EntityCreeper['Creeper'/619882, l='MpServer', x=-1098.29, y=31.00, z=148.50], EntityAncientGolem['Ancient Golem'/619885, l='MpServer', x=-1089.48, y=15.00, z=193.28], EntityBat['Bat'/619884, l='MpServer', x=-1089.63, y=33.92, z=142.63], EntityZombie['Zombie'/624236, l='MpServer', x=-1156.50, y=19.00, z=159.50], EntityCreeper['Creeper'/619873, l='MpServer', x=-1099.50, y=43.00, z=142.50], EntitySpider['Spider'/619872, l='MpServer', x=-1088.50, y=44.00, z=103.50], EntityZombie['Zombie'/619875, l='MpServer', x=-1093.36, y=32.00, z=136.50], EntitySkeleton['Skeleton'/619874, l='MpServer', x=-1093.54, y=32.00, z=141.92], EntityZombie['Zombie'/624738, l='MpServer', x=-1129.50, y=30.00, z=184.50], EntityZombie['Zombie'/619877, l='MpServer', x=-1090.52, y=43.00, z=132.73], EntityZombie['Zombie'/619876, l='MpServer', x=-1096.71, y=32.00, z=139.38], EntityBat['Bat'/619879, l='MpServer', x=-1098.78, y=34.69, z=143.39], EntityCreeper['Creeper'/619878, l='MpServer', x=-1103.50, y=35.00, z=137.50], EntityCreeper['Creeper'/619897, l='MpServer', x=-1082.50, y=45.00, z=119.50], EntityChicken['Chicken'/619896, l='MpServer', x=-1072.50, y=34.00, z=124.50], EntityItem['item.item.feather'/619899, l='MpServer', x=-1078.45, y=38.00, z=130.13], EntityChicken['Chicken'/619898, l='MpServer', x=-1077.50, y=38.00, z=130.48], EntityChicken['Chicken'/619900, l='MpServer', x=-1071.80, y=35.00, z=126.43], EntityCreeper['Creeper'/619903, l='MpServer', x=-1078.50, y=39.00, z=104.50], EntityChicken['Chicken'/619891, l='MpServer', x=-1067.47, y=38.00, z=129.18], EntityChicken['Chicken'/619890, l='MpServer', x=-1066.48, y=38.00, z=130.14], EntityChicken['Chicken'/619892, l='MpServer', x=-1067.82, y=38.00, z=130.50], EntityChicken['Chicken'/619895, l='MpServer', x=-1073.63, y=35.00, z=124.18], EntityChicken['Chicken'/619894, l='MpServer', x=-1067.82, y=30.00, z=111.60], EntityBat['Bat'/624502, l='MpServer', x=-1111.50, y=33.00, z=154.50], EntityXPOrb['Experience Orb'/619916, l='MpServer', x=-1105.38, y=32.00, z=295.74], EntityXPOrb['Experience Orb'/619919, l='MpServer', x=-1106.57, y=32.00, z=296.32], EntityXPOrb['Experience Orb'/619918, l='MpServer', x=-1107.97, y=32.00, z=295.04], EntityCreeper['Creeper'/619904, l='MpServer', x=-1081.14, y=44.00, z=99.58], EntityFireDragon['Fire Dragon'/619935, l='MpServer', x=-1088.56, y=39.92, z=237.44], EntityXPOrb['Experience Orb'/619920, l='MpServer', x=-1106.62, y=32.00, z=296.17], EntitySkeleton['Skeleton'/624850, l='MpServer', x=-1110.50, y=33.00, z=158.50], EntityPlayerSP['gayuke'/617643, l='MpServer', x=-1138.68, y=65.41, z=175.72], EntityCreeper['Creeper'/622819, l='MpServer', x=-1111.50, y=33.00, z=150.50], EntityCreeper['Creeper'/622818, l='MpServer', x=-1111.50, y=33.00, z=147.50], EntityBat['Bat'/620263, l='MpServer', x=-1098.50, y=19.00, z=251.50], EntitySkeleton['Skeleton'/622587, l='MpServer', x=-1129.50, y=35.00, z=205.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2740)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1296177184 bytes (1236 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 29
FML: MCP 9.42 Powered by Forge 14.23.4.2750 80 mods loaded, 80 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State  | ID                       | Version              | Source                                          | Signature                                |
|:------ |:------------------------ |:-------------------- |:----------------------------------------------- |:---------------------------------------- |
| UCHIJA | minecraft                | 1.12.2               | minecraft.jar                                   | None                                     |
| UCHIJA | mcp                      | 9.42                 | minecraft.jar                                   | None                                     |
| UCHIJA | FML                      | 8.0.99.99            | forge-1.12.2-14.23.4.2750.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | forge                    | 14.23.4.2750         | forge-1.12.2-14.23.4.2750.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | ivtoolkit                | 1.3.3-1.12           | minecraft.jar                                   | None                                     |
| UCHIJA | elucore                  | 1.0                  | minecraft.jar                                   | None                                     |
| UCHIJA | jei                      | 4.10.0.200           | jei_1.12.2-4.10.0.200.jar                       | None                                     |
| UCHIJA | mantle                   | 1.12-1.3.2.24        | Mantle-1.12-1.3.2.24.jar                        | None                                     |
| UCHIJA | tconstruct               | 1.12.2-2.10.1.87     | TConstruct-1.12.2-2.10.1.87.jar                 | None                                     |
| UCHIJA | immersiveengineering     | 0.12-84              | ImmersiveEngineering-0.12-84.jar                | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJA | alternatingflux          | 0.12-4               | alternatingflux-0.12-4.jar                      | None                                     |
| UCHIJA | codechickenlib           | 3.2.0.345            | CodeChickenLib-1.12.2-3.2.0.345-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJA | ancientwarfare           | 1.12.2-2.6.1.298     | ancientwarfare-1.12.2-2.6.1.298.jar             | None                                     |
| UCHIJA | ancientwarfareautomation | 1.12.2-2.6.1.298     | ancientwarfare-1.12.2-2.6.1.298.jar             | None                                     |
| UCHIJA | ancientwarfarenpc        | 1.12.2-2.6.1.298     | ancientwarfare-1.12.2-2.6.1.298.jar             | None                                     |
| UCHIJA | ancientwarfarestructure  | 1.12.2-2.6.1.298     | ancientwarfare-1.12.2-2.6.1.298.jar             | None                                     |
| UCHIJA | ancientwarfarevehicle    | 1.12.2-2.6.1.298     | ancientwarfare-1.12.2-2.6.1.298.jar             | None                                     |
| UCHIJA | guideapi                 | 1.12-2.1.5-60        | Guide-API-1.12-2.1.5-60.jar                     | None                                     |
| UCHIJA | bloodmagic               | 1.12.2-2.3.1-99      | BloodMagic-1.12.2-2.3.1-99.jar                  | None                                     |
| UCHIJA | animus                   | 1                    | Animus-2.0.3.jar                                | None                                     |
| UCHIJA | appliedenergistics2      | rv5-stable-11        | appliedenergistics2-rv5-stable-11.jar           | None                                     |
| UCHIJA | baubles                  | 1.5.2                | Baubles-1.12-1.5.2.jar                          | None                                     |
| UCHIJA | crafttweaker             | 4.1.9                | CraftTweaker2-1.12-4.1.9.jar                    | None                                     |
| UCHIJA | astralsorcery            | 1.9.4                | astralsorcery-1.12.2-1.9.4.jar                  | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJA | quark                    | r1.4-125             | Quark-r1.4-125.jar                              | None                                     |
| UCHIJA | autoreglib               | 1.3-18               | AutoRegLib-1.3-18.jar                           | None                                     |
| UCHIJA | bibliocraft              | 2.4.5                | BiblioCraft[v2.4.5][MC1.12.2].jar               | None                                     |
| UCHIJA | thaumcraft               | 6.1.BETA22           | Thaumcraft-1.12.2-6.1.BETA22.jar                | None                                     |
| UCHIJA | botania                  | r1.10-354            | Botania+r1.10-354.jar                           | None                                     |
| UCHIJA | chameleon                | 1.12-4.1.3           | Chameleon-1.12-4.1.3.jar                        | None                                     |
| UCHIJA | conarm                   | 1.0.0                | conarm-1.12.2-1.0.0.jar                         | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJA | ctgui                    | 1.0.0                | CraftTweaker2-1.12-4.1.9.jar                    | None                                     |
| UCHIJA | crafttweakerjei          | 2.0.2                | CraftTweaker2-1.12-4.1.9.jar                    | None                                     |
| UCHIJA | customnpcs               | 1.12                 | CustomNPCs_1.12.2(09jul18).jar                  | None                                     |
| UCHIJA | dummycore                | 2.4.112.3.           | DummyCoreUnofficial-2.4.112.3.jar               | None                                     |
| UCHIJA | embers                   | 0.221                | EmbersRekindled-1.4hotfix.jar                   | None                                     |
| UCHIJA | waila                    | 1.8.26               | Hwyla-1.8.26-B41_1.12.2.jar                     | None                                     |
| UCHIJA | extracells               | 2.5.13               | ExtraCells-1.12.2-2.5.13a60.jar                 | None                                     |
| UCHIJA | forestry                 | 5.8.0.291            | forestry_1.12.2-5.8.0.291.jar                   | None                                     |
| UCHIJA | forgelin                 | 1.7.4                | Forgelin-1.7.4.jar                              | None                                     |
| UCHIJA | ftblib                   | 5.2.0.23             | FTBLib-5.2.0.23.jar                             | None                                     |
| UCHIJA | journeymap               | 1.12.2-5.5.2         | journeymap-1.12.2-5.5.2.jar                     | None                                     |
| UCHIJA | ftbutilities             | 5.2.0.28             | FTBUtilities-5.2.0.28.jar                       | None                                     |
| UCHIJA | hammercore               | 1.9.9.17             | HammerCore-1.12.2-1.9.9.17.jar                  | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UCHIJA | llibrary                 | 1.7.14               | llibrary-1.7.14-1.12.2.jar                      | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| UCHIJA | iceandfire               | 1.5.2                | iceandfire-1.5.2.jar                            | None                                     |
| UCHIJA | immersivecables          | 1.3.2                | ImmersiveCables-1.12.2-1.3.2.jar                | None                                     |
| UCHIJA | immersivetech            | 1.3.10               | immersivetech-1.12-1.3.10.jar                   | None                                     |
| UCHIJA | infernalmobs             | 1.7.5                | InfernalMobs-1.12.2.jar                         | None                                     |
| UCHIJA | jeibees                  | 0.9.0.5              | jeibees-0.9.0.5-mc1.12.2.jar                    | None                                     |
| UCHIJA | wizardry                 | 0.9.6                | wizardry-0.9.6.jar                              | None                                     |
| UCHIJA | librarianlib             | 4.12                 | librarianlib-1.12.2-4.12.jar                    | None                                     |
| UCHIJA | lycanitesmobs            | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | arcticmobs               | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | demonmobs                | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | desertmobs               | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | elementalmobs            | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | forestmobs               | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | freshwatermobs           | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | infernomobs              | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | junglemobs               | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | mountainmobs             | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | plainsmobs               | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | saltwatermobs            | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | shadowmobs               | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | swampmobs                | 1.20.4.0 - MC 1.12.2 | LycanitesMobsComplete+1.20.4.0+[1.12.2]-1.0.jar | None                                     |
| UCHIJA | magicbees                | 1.0                  | MagicBees-1.12.2-3.1.10.jar                     | None                                     |
| UCHIJA | noviuma                  | 1.12.2               | noviuma-1.0.jar                                 | None                                     |
| UCHIJA | reccomplex               | 1.4.7                | RecurrentComplex-1.4.7.jar                      | None                                     |
| UCHIJA | roots                    | 0.104                | roots-2-0.104.jar                               | None                                     |
| UCHIJA | skylands                 | 1.5.5                | skylands-1.5.5.jar                              | None                                     |
| UCHIJA | storagedrawers           | 1.12-5.3.5           | StorageDrawers-1.12.2-5.3.6.jar                 | None                                     |
| UCHIJA | thaumadditions           | 2r                   | ThaumicAdditions-1.12.2-2r.jar                  | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UCHIJA | thaumicbases             | 3.0.120.30b          | thaumicbases-3.0.120.30b.jar                    | None                                     |
| UCHIJA | thaumicjei               | 1.2.1                | ThaumicJEI-1.12.2-1.4.0-14.jar                  | None                                     |
| UCHIJA | tinkersjei               | 1.0                  | tinkersjei-1.0.jar                              | None                                     |
| UCHIJA | valkyrienwarfare         | 0.9_prerelease_5     | Valkyrien+Warfare+0.9_prerelease_5.jar          | 8f639e7b2d1117d8f2c5d545e2231f0a0519f0ce |
| UCHIJA | worldedit                | 6.1.8                | worldedit-forge-mc1.12-6.1.8-dist.jar           | None                                     |
| UCHIJA | elulib                   | 0.1.12               | elulib-0.1.12.jar                               | None                                     |
| UCHIJA | librarianliblate         | 4.12                 | librarianlib-1.12.2-4.12.jar                    | None                                     |

Loaded coremods (and transformers): 

FMLPlugin (elulib-0.1.12.jar)
elucent.elulib.asm.ASMTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)

HammerCoreCore (HammerCore-1.12.2-1.9.9.17.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
LoadingPlugin (Quark-r1.4-125.jar)
vazkii.quark.base.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.9.4.jar)

MixinLoaderForge (Valkyrien+Warfare+0.9_prerelease_5.jar)

llibrary (llibrary-core-1.0.6-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.3.jar)
DummyCore.ASM.DCASMManager
IvToolkit (IvToolkit-1.3.3-1.12.jar)

LibrarianLib Plugin (librarianlib-1.12.2-4.12.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
Wizardry Plugin (wizardry-0.9.6.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4749' Renderer: 'Intel(R) HD Graphics 630'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- wailaIntegration (Enabled/Not Forced)

AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.

OreDictionary Info: Registered 761 names; 1154 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUNCg0KYmxvY2tzIHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSBhZGQgQ2h1bmsgTG9hZGVyIGJsb2NrPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOkNodW5rTG9hZGVyPXRydWUNCg0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGFkZCBUZXNzZXJhY3QgYmxvY2s/IFtkZWZhdWx0OiBmYWxzZV0NCiAgICBCOlRlc3NlcmFjdD1mYWxzZQ0KfQ0KDQoNCmNsaWVudCB7DQogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcmVwbGFjZSBlbmNoYW50bWVudCBnbGludCBjb2xvciB3aXRoIG1vcmUgbWF0Y2hpbmcgY29sb3JzIGZvciBzb21lIHZhbmlsbGEgaXRlbXM/IFtkZWZhdWx0OiB0cnVlXQ0KICAgIEI6IkN1c3RvbSBFbmNoYW50bWVudCBDb2xvcnMgZm9yIFZhbmlsbGEgSXRlbXMiPXRydWUNCg0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIHBvcnRmb3J3YXJkIHlvdXIgbG9jYWwgd29ybGQgd2hlbiB5b3Ugc2hhcmUgd2l0aCBpdCB0byBMQU4/DQogICAgIyBUaGlzIGZlYXR1cmUgZG9lc24ndCB3b3JrIG9uIGFsbCBjbGllbnRzLCB5b3UgYXJlIGdvaW5nIHRvIGdldCBhIG1lc3NhZ2UgaW4gY2hhdCBpZiBpdCB3YXMgc3VjY2Vzc2Z1bC91bnN1Y2Nlc3NmdWwgW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiTEFOIFVQblAiPXRydWUNCg0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGFkZCBNb2QgQnJvd3NlciBmZWF0dXJlIHRvIG1haW4gbWVudT8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiTW9kIEJyb3dzZXIiPXRydWUNCg0KICAgICMgUmVwbGFjZSB2YW5pbGxhIGZ1cm5hY2UgYW5kIGJyZXdpbmcgc3RhbmQgcHJvZ3Jlc3MgYmFycyB0byB1c2Ugc21vb3RoIHJlbmRlcmluZz8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiU21vb3RoIFZhbmlsbGEgR3VpcyI9dHJ1ZQ0KfQ0KDQoNCmRlYnVnIHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSBhZGQgZGVidWcgcmF5IHRyYWNlciBpdGVtPyBbZGVmYXVsdDogZmFsc2VdDQogICAgQjpSYXl0cmFjZXI9ZmFsc2UNCg0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGFkZCBkZWJ1ZyB6YXBwZXIgaXRlbT8gW2RlZmF1bHQ6IGZhbHNlXQ0KICAgIEI6WmFwcGVyPWZhbHNlDQp9DQoNCg0KaXRlbXMgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGFkZCBBY2N1bXVsYXRvciBpdGVtPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOkFjY3VtdWxhdG9yPXRydWUNCn0NCg0KDQppd3JlbmNoIHsNCiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgd3JlbmNoYWJsZT8gKGNvbG9yIGVuY29kZWQgaW4gaGV4IGZvcm0gc3VjaCBhcyBSUkdHQkIpDQogICAgUzpHcmVlbj0yMkZGMjINCg0KICAgICMgV2hhdCBpcyB0aGUgY29sb3Igd2hlbiB0aGUgaG92ZXJlZCBibG9jayBpcyBOT1Qgd3JlbmNoYWJsZT8gKGNvbG9yIGVuY29kZWQgaW4gaGV4IGZvcm0gc3VjaCBhcyBSUkdHQkIpDQogICAgUzpSZWQ9RkYyMjIyDQp9DQoNCg0KbmV0d29ya2luZyB7DQogICAgIyBTaG91bGQgSGFtbWVyQ29yZSB1c2Ugb2xkIG5ldHdvcmtpbmcgaW5zdGVhZCBvZiB0aGUgbmV3IChldmVudC1kcml2ZW4pIG9uZT8gW2RlZmF1bHQ6IGZhbHNlXQ0KICAgIEI6Ik9sZCBOZXR3b3JrIj1mYWxzZQ0KfQ0KDQoNCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGZvcmNlLXNwYXduIEVuZGVyIERyYWdvbiBFZ2cgb24gRW5kZXIgRHJhZ29uIGRlYXRoPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJBbHdheXMgU3Bhd24gRHJhZ29uIEVnZyI9dHJ1ZQ0KfQ0KDQoNCg==
Pastebin Connection: Okay.
[DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''dummycore''CodeChickenLib'
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
Launched Version: 1.12.2-forge1.12.2-14.23.4.2750
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 22.20.16.4749, 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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz

JEI Recipe integration appears broken

After installing Embers Rekindled and Soot alongside JEI, it appears that Embers loses all JEI integration and its impossible to tell what any of the recipes are. I tested this in a separate test instance with very few mods installed, and if I swap back to Embers all of the JEI integration returns. I realize this might be kinda lackluster for an issue report, but I hope that the problem can be found.

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.