Giter VIP home page Giter VIP logo

minor-integrations-and-additions-mia-'s People

Contributors

kappa-maintainer avatar sokyranthedragon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

codetoil omegaice

minor-integrations-and-additions-mia-'s Issues

Crash with recent Aether Legacy updates

Hi Sokyran!

Wanted to throw this mod into my kitchen sink modpack but I noticed it kept crashing, and I think it has something to do with the recent Aether update(s) that came over the last month. Just wanted to submit a crash report:

Here are my crash reports:

With Thaumcraft - With Chisel(?) - Additional Report for good measure.

Forge Version: 14.23.5.2847
The Aether Version: The Aether 1.12.2-v1.5.2
MIA Version: mia-1.12.2-0.2.0d

Missing recipe for egg sorter

the egg sorter seems to be missing the recipe even though hatchery is enabled in the config. what is the recipe to craft it so that it can tested whether it's a bug in jei or not

2020-02-13_08 04 31

[1.12.2] Crash with Future MC [java.lang.NoSuchMethodError]

Hello,

As stated in issue #32. FutureMC causes MIA to crash.

Setting all FutureMC-related options in ALL configs to MIA especially the "future_mc.cfg" to false doesn't fix the issue, unlike the above issue. Even just setting all options in "future_mc.cfg" to false and regenerating all new configs does nothing to fix the issue on my end. There has to be some other conflict somewhere.

Removing MIA or FutureMC from this pack and Minecraft loads perfectly fine. Both mods alone with the above changes work fine but there has to be some conflict somewhere.

crash-2022-04-23_05.36.43-client.txt

Mo' Creatures - some entities not rendering

This is due to MoCRenderSnake trying to call entitysnake.isInsideOfMaterial(Material.WATER), which causes an exception with FakeClientWorld in JER. This is most likely going to require fixing it directly in JER and until then the snake will not be included in loot drops.

java.lang.NoSuchFieldError: isFire

This error dont causes crush. But im interested how this influence on my pack.

[16:17:16] [Client thread/ERROR] [jei]: Failed to register mod plugin: class com.github.sokyranthedragon.mia.integrations.jer.JeiJerIntegration$1
java.lang.NoSuchFieldError: isFire
	at com.github.sokyranthedragon.mia.integrations.iceandfire.JerIceAndFireIntegration.configureMob(JerIceAndFireIntegration.java:238) ~[JerIceAndFireIntegration.class:?]
	at com.github.sokyranthedragon.mia.integrations.jer.JustEnoughResources.initJerIntegration(JustEnoughResources.java:204) ~[JustEnoughResources.class:?]
	at com.github.sokyranthedragon.mia.integrations.jer.JeiJerIntegration$1.register(JeiJerIntegration.java:64) ~[JeiJerIntegration$1.class:?]
	at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:213) [JeiStarter.class:?]
	at mezz.jei.startup.JeiStarter.start(JeiStarter.java:77) [JeiStarter.class:?]
	at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:136) [ProxyCommonClient.class:?]
	at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:55) [JustEnoughItems.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
[...]

Thaumcraft treasure bag JEI screen does not respect loot bag modifications via crafttweaker

Hello,

Having an issue where thaumcraft treasure bags do not display accurate contents in JEI due to them displaying default contents. Treasure bag JEI page should show corrected loot when it is modified using crafttweaker as such:

For example, the following script will remove potions and gold nuggets from all tiers [0=common, 1=uncommon, 2=rare] treasure bags, and add golden apples at a rare chance. These changes are not reflected in JEI, which still shows the potions and nuggets and will not show the golden apple.

mods.thaumcraft.LootBag.removeLoot(<minecraft:potion>, [0,1,2]);
mods.thaumcraft.LootBag.removeLoot(<minecraft:splash_potion>, [0,1,2]);
mods.thaumcraft.LootBag.removeLoot(<minecraft:lingering_potion>, [0,1,2]);
mods.thaumcraft.LootBag.removeLoot(<minecraft:gold_nugget>, [0,1,2]);
mods.thaumcraft.LootBag.addLoot(<minecraft:golden_apple>%200, [0,1,2]);

Versions used:
Forge 14.23.5.2860
MIA 0.2.2a
Thaumcraft 6.1.BETA26

Thank you and best regards,
Luke616

Focus: Size Stabilizastion - doesn't work

While size changing focus (thaumcraft spell system) works fine, Size Stabilization effect doesn't work at all.
It gives stabilizaton effect (up to 5 seconds), but it does not affect actual size. It's probably due to effect durration (like drinking milk provide infinite duration).

Crash when the game launch

---- Minecraft Crash Report ----
// I blame way2muchnoise.

Time: 2020-01-26 12:53:43 CET
Description: Initializing game

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minor Integration and Additions (mia)
Caused by: java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at java.util.Collections$UnmodifiableCollection$1.next(Unknown Source)
at net.minecraft.world.storage.loot.LootTableManager.reloadLootTables(LootTableManager.java:47)
at net.minecraft.world.storage.loot.LootTableManager.(LootTableManager.java:35)
at jeresources.util.LootTableHelper.getManager(LootTableHelper.java:177)
at com.github.sokyranthedragon.mia.integrations.jer.JustEnoughResources.init(JustEnoughResources.java:124)
at com.github.sokyranthedragon.mia.integrations.base.ModIntegrator.init(ModIntegrator.java:158)
at com.github.sokyranthedragon.mia.proxy.CommonProxy.init(CommonProxy.java:65)
at com.github.sokyranthedragon.mia.proxy.ClientProxy.init(ClientProxy.java:28)
at com.github.sokyranthedragon.mia.Mia.init(Mia.java:70)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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 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:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.init(Minecraft.java:535)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
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)

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_241, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2927448576 bytes (2791 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC -Xmx4G -Xms4G -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F6_pre1 101 mods loaded, 101 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                                |
   |:----- |:--------------------------- |:--------------- |:------------------------------------------- |:---------------------------------------- |
   | LCHI  | minecraft                   | 1.12.2          | minecraft.jar                               | None                                     |
   | LCHI  | mcp                         | 9.42            | minecraft.jar                               | None                                     |
   | LCHI  | FML                         | 8.0.99.99       | forge-1.12.2-14.23.5.2847.jar               | None                                     |
   | LCHI  | forge                       | 14.23.5.2847    | forge-1.12.2-14.23.5.2847.jar               | None                                     |
   | LCHI  | itemphysic                  | 1.4.0           | minecraft.jar                               | None                                     |
   | LCHI  | smoothfontcore              | mc1.12.2-2.1.1  | minecraft.jar                               | None                                     |
   | LCHI  | randompatches               | 1.12.2-1.21.0.0 | randompatches-1.12.2-1.21.0.0.jar           | None                                     |
   | LCHI  | smoothfont                  | mc1.12.2-2.1.1  | SmoothFont-mc1.12.2-2.1.1.jar               | None                                     |
   | LCHI  | movillages                  | 1.5.4           | [1.12]MoVillages-1.5.4.jar                  | None                                     |
   | LCHI  | anvilfix                    | 1.0.3           | AnvilFix-1.12.2-1.0.3.jar                   | None                                     |
   | LCHI  | toughasnails                | 3.1.0.141       | ToughAsNails-1.12.2-3.1.0.141-universal.jar | None                                     |
   | LCHI  | applejuiceskin              | 1.0.0.4         | applejuiceskin-1.12.2-1.0.0.4.jar           | None                                     |
   | LCHI  | jei                         | 4.15.0.293      | jei_1.12.2-4.15.0.293.jar                   | None                                     |
   | LCHI  | appleskin                   | 1.0.9           | AppleSkin-mc1.12-1.0.9.jar                  | None                                     |
   | LCHI  | carrots                     | 1.0.0b1         | carrotslib-mc1.12.2-1.0.0b1.jar             | None                                     |
   | LCHI  | armorunder                  | 1.0.0           | armorunder-mc1.12.2-1.0.0.jar               | None                                     |
   | LCHI  | astikorcarts                | 1.12.2-0.1.2.7  | astikorcarts-1.12.2-0.1.2.7.jar             | None                                     |
   | LCHI  | quark                       | r1.6-177        | Quark-r1.6-177.jar                          | None                                     |
   | LCHI  | autoreglib                  | 1.3-32          | AutoRegLib-1.3-32.jar                       | None                                     |
   | LCHI  | baubles                     | 1.5.2           | Baubles-1.12-1.5.2.jar                      | None                                     |
   | LCHI  | bettercaves                 | 1.12.2          | bettercaves-1.12.2-1.6.0.jar                | None                                     |
   | LCHI  | forgelin                    | 1.8.4           | Forgelin-1.8.4.jar                          | None                                     |
   | LCHI  | betterfoliage               | 2.3.1           | BetterFoliage-MC1.12-2.3.1.jar              | None                                     |
   | LCHI  | betternether                | 0.1.8.6         | betternether-0.1.8.6.jar                    | None                                     |
   | LCHI  | blockdrops                  | 1.4.0           | blockdrops-1.12.2-1.4.0.jar                 | None                                     |
   | LCHI  | bottledmilk                 | 1.0.0           | BottledMilk-1.12-1.1.0.jar                  | None                                     |
   | LCHI  | brownmooshrooms             | 1.0.0           | brownmooshrooms-1.0.0.jar                   | None                                     |
   | LCHI  | carryon                     | 1.12.3          | CarryOn+MC1.12.2+v1.12.3.jar                | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
   | LCHI  | charm                       | 1.12.2-1.3.6    | Charm-1.12.2-1.3.6.jar                      | None                                     |
   | LCHI  | chunkpregenerator           | 2.1             | Chunk+Pregenerator+V1.12-2.2.jar            | None                                     |
   | LCHI  | colytra                     | 1.2.0.4         | colytra-1.12.2-1.2.0.4.jar                  | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
   | LCHI  | combatrefined               | 1.4.1           | combatrefined-1.4.2.jar                     | None                                     |
   | LCHI  | comforts                    | 1.4.1.2         | comforts-1.12.2-1.4.1.2.jar                 | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
   | LCHI  | concreteconversion          | 1.2.1           | Concrete+Conversion-1.12.2-1.2.1.jar        | None                                     |
   | LCHI  | concreteplus                | 1.1.2           | ConcreteExtends-1.1.2_1.12.jar              | None                                     |
   | LCHI  | consolehud                  | 1.4.1           | ConsoleHUD-v1.4.1-1.12.2.jar                | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
   | LCHI  | craftablesaddles            | 1.3             | Craftable+Saddles[1.12]-1.3.jar             | None                                     |
   | LCHI  | dymm                        | 2.0.0           | DocumentYourModMod-2.0.0.jar                | None                                     |
   | LCHI  | orelib                      | 3.6.0.1         | OreLib-1.12.2-3.6.0.1.jar                   | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCHI  | dsurround                   | 3.6.0.2         | DynamicSurroundings-1.12.2-3.6.0.2.jar      | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCHI  | dynamictrees                | 1.12.2-0.9.6    | DynamicTrees-1.12.2-0.9.6.jar               | None                                     |
   | LCHI  | easyflint                   | 1.1.0           | EasyFlint-1.12.2-1.1.0.jar                  | None                                     |
   | LCHI  | mod_lavacow                 | 1.0.12          | Fishs_Undead_Rising-1.0.12.jar              | None                                     |
   | LCHI  | fivefeetsmall               | 1.0.1           | FiveFeetSmall-v1.0.1-1.12.2.jar             | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
   | LCHI  | gamblingstyle               | 1.0.1           | GamblingStyle-v1.0.1-1.12.2.jar             | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
   | LCHI  | giacomosfoundry             | 1.3.13          | GiacomosFoundry-1.12.2-1.3.13.jar           | None                                     |
   | LCHI  | giacomos_maps               | 1.2.3           | GiacomosMaps-1.12.2-1.2.3.jar               | None                                     |
   | LCHI  | grapplemod                  | 1.12.2-v11.1    | grapplemod-v11.1-1.12.2.jar                 | None                                     |
   | LCHI  | guardillagers               | 1.0.1           | guardillagers-1.12.2-1.0.1.jar              | None                                     |
   | LCHI  | hatstands                   | 1.0.0           | hatstands-1.0.0-1.12.2.jar                  | None                                     |
   | LCHI  | homingexporbs               | 1.1             | HomingExpOrbs-1.1.jar                       | None                                     |
   | LCHI  | llibrary                    | 1.7.19          | llibrary-1.7.19-1.12.2.jar                  | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
   | LCHI  | iceandfire                  | 1.8.3           | iceandfire-1.8.3.jar                        | None                                     |
   | LCHI  | mantle                      | 1.12-1.3.3.55   | Mantle-1.12-1.3.3.55.jar                    | None                                     |
   | LCHI  | inspirations                | 1.12.2-0.2.9    | Inspirations-1.12.2-0.2.9.jar               | None                                     |
   | LCHI  | jaff                        | 1.7_for_1.12    | JustAFewFish-1.7_for_1.12.jar               | None                                     |
   | LCHI  | jeresources                 | 0.9.2.60        | JustEnoughResources-1.12.2-0.9.2.60.jar     | None                                     |
   | LCHI  | leatherworks                | 1.78.0          | LeatherWorks-1.12-1.78.0.42.jar             | None                                     |
   | LCHI  | libraryex                   | 1.0.12          | LibraryEx-1.12.2-1.0.12.jar                 | None                                     |
   | LCHI  | mage                        | 0.2.4           | MAGE-0.2.4.jar                              | None                                     |
   | LCHE  | mia                         | 1.12.2-0.1.0c   | mia-1.12.2-0.1.0c.jar                       | None                                     |
   | LCH   | mirageorb                   | 1.1.0           | mirageorb-1.12.2-1.1.0.jar                  | None                                     |
   | LCH   | mowziesmobs                 | 1.5.4           | mowziesmobs-1.5.4.jar                       | None                                     |
   | LCH   | multimob                    | 1.0.5           | multimob-1.0.5.jar                          | None                                     |
   | LCH   | mutantbeasts                | 0.6.1           | MutantBeasts-1.12.2-0.6.1.jar               | None                                     |
   | LCH   | naturalbabyanimals          | 1.2.0           | naturalbabyanimals-1.2.0-mc1.12.x.jar       | None                                     |
   | LCH   | netherex                    | 2.0.14          | NetherEx-1.12.2-2.0.14.jar                  | None                                     |
   | LCH   | rustic                      | 1.1.2           | rustic-1.1.2.jar                            | None                                     |
   | LCH   | ore_stone_variants          | 4.6             | ore_stone_variants-4.6.jar                  | None                                     |
   | LCH   | oregenmod                   | 1.0             | OreGenModMC1.12.2-1.5.1.jar                 | None                                     |
   | LCH   | paraglider                  | 1.0.1.5         | Paraglider-1.12.2-1.0.1.5.jar               | None                                     |
   | LCH   | paths                       | 1.0             | paths-1.6.1.jar                             | None                                     |
   | LCH   | potionofaiming              | 1.0.0           | potionofaiming-1.12.2-1.0.0.jar             | None                                     |
   | LCH   | powerdrop                   | MC1.12.2-1.1.2  | PowerDrop-MC1.12.2-1.1.2.jar                | None                                     |
   | LCH   | primitivemobs               | 1.2.3a          | primitivemobs-1.2.3a.jar                    | None                                     |
   | LCH   | quarkoddities               | 1               | QuarkOddities-1.12.2.jar                    | None                                     |
   | LCH   | reagenchant                 | 1.0.0           | Reagenchant-1.12.2-1.0.0.jar                | None                                     |
   | LCH   | realisticbrewingstand       | 3.1.0           | realisticbrewingstand-3.1.0.jar             | None                                     |
   | LCH   | respawnablepets             | 1.0.6           | respawnable-pets-1.0.6.1.jar                | None                                     |
   | LCH   | rbeacons                    | 1.0.0           | responsivebeacons-1.0.0-1.12.2.jar          | None                                     |
   | LCH   | savemystronghold            | 1.12.2-1.0.0    | savemystronghold-1.12.2-1.0.0.jar           | None                                     |
   | LCH   | sbirds                      | 1.12.2-1.0.0    | sbirds-1.12.2-1.1.0.jar                     | None                                     |
   | LCH   | shouldersurfing             | 1.16            | ShoulderSurfing-1.12.2-1.15.1.jar           | d6261bb645f41db84c74f98e512c2bb43f188af2 |
   | LCH   | simulatednights             | 1.12-2.1.0      | simulatednights-1.12-2.1.0.jar              | None                                     |
   | LCH   | smarthud                    | 2.0.2           | smarthud-2.0.2.jar                          | None                                     |
   | LCH   | smooth-scrolling-everywhere | 1.0             | smooth-scrolling-everywhere-1.0.jar         | None                                     |
   | LCH   | somelikeitdry               | 1.2.2           | somelikeitdry-1.2.2.jar                     | None                                     |
   | LCH   | soundphysics                | 1.0.8-1         | Sound-Physics-1.12.2.jar                    | None                                     |
   | LCH   | surge                       | 2.0.77          | Surge-1.12.2-2.0.77.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | tanspit                     | 1.12.2-1.3      | tanspit-1.12.2-1.4.jar                      | None                                     |
   | LCH   | vanillafix                  | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar                    | None                                     |
   | LCH   | veining                     | 1.3.2           | veining-1.3.2-1.12.x.jar                    | None                                     |
   | LCH   | villagenames                | 3.2.3           | VillageNames-1.12.2-3.2.3.jar               | None                                     |
   | LCH   | watercontrolextreme         | 1.0.0           | WaterControlExtreme-1.0.2.jar               | None                                     |
   | LCH   | wearablebackpacks           | 3.1.4           | WearableBackpacks-1.12.2-3.1.4.jar          | None                                     |
   | LCH   | wooltostring                | 1.12.2          | WoolToString-1.12.2-1.0.0.jar               | None                                     |
   | LCH   | xpfromharvest               | 1.1.0           | xpfromharvest-1.12.2-1.1.0.jar              | None                                     |
   | LCH   | zenny3d.saturationoverflow  | 1.1.1           | zenny3d.saturationoverflow-1.1.1.jar        | None                                     |
   | LCH   | phosphor-lighting           | 1.12.2-0.2.6    | phosphor-1.12.2-0.2.6+build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
   | LCH   | snowrealmagic               | 0.3.3           | SnowRealMagic-0.3.3.jar                     | None                                     |
   | LCH   | worldsretold                | 1.0.7           | Worlds+Retold-+(v1.0.7)+14.23.5.2784.jar    | None                                     |

Loaded coremods (and transformers): Quark Plugin (Quark-r1.6-177.jar)
vazkii.quark.base.asm.ClassTransformer
iceandfire (iceandfire-1.8.3.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
ForgelinPlugin (Forgelin-1.8.4.jar)

                                  ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
                                    com.teamderpy.shouldersurfing.asm.ShoulderTransformations
                                  Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.1.jar)
                                    com.chocohead.biab.BornInABarn
                                  MageCoremod (MAGE-0.2.4.jar)
                                    pl.asie.mage.core.EntityRendererTransformer
                                    pl.asie.mage.core.SmoothWaterTransformer
                                    pl.asie.mage.core.TextureAtlasSpriteTransformer
                                  TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
                                    
                                  ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)
                                    com.tictim.paraglider.asm.TransformerModelBiped
                                  ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
                                    c4.colytra.asm.ElytraTransformer
                                  CorePlugin (SmoothFont-mc1.12.2-2.1.1.jar)
                                    bre.smoothfont.asm.Transformer
                                  RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
                                    com.therandomlabs.randompatches.core.RPTransformer
                                  llibrary (llibrary-core-1.0.11-1.12.2.jar)
                                    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                  Realistic Brewing Stand (realisticbrewingstand-3.1.0.jar)
                                    mjaroslav.mcmods.realisticbrewingstand.gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
                                  BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
                                    mods.betterfoliage.loader.BetterFoliageTransformer
                                  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
                                    
                                  VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
                                    
                                  ItemPatchingLoader (ItemPhysic+Lite+1.3.7+mc1.12.2.jar)
                                    com.creativemd.itemphysic.ItemTransformer
                                  SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
                                    
                                  CharmLoadingPlugin (Charm-1.12.2-1.3.6.jar)
                                    svenhjol.charm.base.CharmClassTransformer
                                  CoreModLoader (Sound-Physics-1.12.2.jar)
                                    com.sonicether.soundphysics.CoreModInjector

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 441.87' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
Pulsar/inspirations loaded Pulses: - InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsTools (Enabled/Not Forced)
- InspirationsRecipes (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)
- InspirationsShared (Enabled/Forced)
- ToughAsNailsPlugin (Enabled/Not Forced)
- LeatherWorks (Enabled/Not Forced)
Suspected Mods: Just Enough Resources (jeresources), Minor Integration and Additions (mia)
Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.87, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz

Ideas - Hatchery - Shredder recipes

Any ideas for shredder recipes should be posted here.

Any issues with recipe ideas that aren't posted here will be closed and referred to this message.

Crash with new Ice & Fire update

`---- Minecraft Crash Report ----
// Why did you do that?

Time: 2020-04-24 22:30:16 CDT
Description: Initializing game

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minor Integration and Additions (mia)
Caused by: java.lang.NoClassDefFoundError: com/github/alexthe666/iceandfire/core/ModItems
at com.github.sokyranthedragon.mia.integrations.iceandfire.ExtraUtilsIceAndFireIntegration.addRecipes(ExtraUtilsIceAndFireIntegration.java:30)
at com.github.sokyranthedragon.mia.integrations.xu2.ExtraUtilities2.init(ExtraUtilities2.java:129)
at com.github.sokyranthedragon.mia.integrations.base.ModIntegrator.init(ModIntegrator.java:168)
at com.github.sokyranthedragon.mia.proxy.CommonProxy.init(CommonProxy.java:92)
at com.github.sokyranthedragon.mia.proxy.ClientProxy.init(ClientProxy.java:29)
at com.github.sokyranthedragon.mia.Mia.init(Mia.java:73)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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 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:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.init(Minecraft.java:535)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
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)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.ClassNotFoundException: com.github.alexthe666.iceandfire.core.ModItems
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 54 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 56 more

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_241, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 503316368 bytes (479 MB) / 3128950784 bytes (2984 MB) up to 5242880000 bytes (5000 MB)
JVM Flags: 21 total; -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:-OmitStackTraceInFastThrow -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=8 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2500m -Xmx5000m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 Optifine OptiFine_1.12.2_HD_U_F6_pre1 200 mods loaded, 200 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                                |
   |:----- |:--------------------------- |:------------------- |:----------------------------------------------- |:---------------------------------------- |
   | LCHI  | minecraft                   | 1.12.2              | minecraft.jar                                   | None                                     |
   | LCHI  | mcp                         | 9.42                | minecraft.jar                                   | None                                     |
   | LCHI  | FML                         | 8.0.99.99           | forge-1.12.2-14.23.5.2854-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCHI  | forge                       | 14.23.5.2854        | forge-1.12.2-14.23.5.2854-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCHI  | creativecoredummy           | 1.0.0               | minecraft.jar                                   | None                                     |
   | LCHI  | itemphysic                  | 1.4.0               | minecraft.jar                                   | None                                     |
   | LCHI  | muon                        | 0.2                 | minecraft.jar                                   | None                                     |
   | LCHI  | opticmanager                | 1.0                 | minecraft.jar                                   | None                                     |
   | LCHI  | smoothfontcore              | mc1.12.2-2.1.1      | minecraft.jar                                   | None                                     |
   | LCHI  | foamfixcore                 | 7.7.4               | minecraft.jar                                   | None                                     |
   | LCHI  | rpintegration               | 1.12.2-1.5.1.0      | rpintegration-1.12.2-1.5.1.0.jar                | None                                     |
   | LCHI  | randompatches               | 1.12.2-1.21.0.2     | randompatches-1.12.2-1.21.0.2.jar               | None                                     |
   | LCHI  | smoothfont                  | mc1.12.2-2.1.1      | SmoothFont-mc1.12.2-2.1.1.jar                   | None                                     |
   | LCHI  | fastbench                   | 1.7.3               | FastWorkbench-1.12.2-1.7.3.jar                  | None                                     |
   | LCHI  | actuallyadditions           | 1.12.2-r151         | ActuallyAdditions-1.12.2-r151-2.jar             | None                                     |
   | LCHI  | additionalcompression       | 3.4                 | Additional-Compression-1.12.2-3.4.jar           | None                                     |
   | LCHI  | antiqueatlas                | 4.6.3               | antiqueatlas-1.12.2-4.6.3.jar                   | None                                     |
   | LCHI  | ebwizardry                  | 4.2.11              | ElectroblobsWizardry-4.2.11-MC1.12.2.jar        | None                                     |
   | LCHI  | ancientspellcraft           | 1.0.2               | AncientSpellcraft-1.0.2.jar                     | None                                     |
   | LCHI  | codechickenlib              | 3.2.3.358           | CodeChickenLib-1.12.2-3.2.3.358-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCHI  | ancientwarfare              | 1.12.2-2.7.0.772    | ancientwarfare-1.12.2-2.7.0.772.jar             | None                                     |
   | LCHI  | ancientwarfarestructure     | 1.12.2-2.7.0.772    | ancientwarfare-1.12.2-2.7.0.772.jar             | None                                     |
   | LCHI  | ancientwarfarevehicle       | 1.12.2-2.7.0.772    | ancientwarfare-1.12.2-2.7.0.772.jar             | None                                     |
   | LCHI  | ancientwarfarenpc           | 1.12.2-2.7.0.772    | ancientwarfare-1.12.2-2.7.0.772.jar             | None                                     |
   | LCHI  | redstoneflux                | 2.1.1               | RedstoneFlux-1.12-2.1.1.1-universal.jar         | None                                     |
   | LCHI  | ancientwarfareautomation    | 1.12.2-2.7.0.772    | ancientwarfare-1.12.2-2.7.0.772.jar             | None                                     |
   | LCHI  | antiqueatlasoverlay         | 1.2                 | antiqueatlas-1.12.2-4.6.3.jar                   | None                                     |
   | LCHI  | mantle                      | 1.12-1.3.3.55       | Mantle-1.12-1.3.3.55.jar                        | None                                     |
   | LCHI  | inspirations                | 1.12.2-0.2.9        | Inspirations-1.12.2-0.2.9.jar                   | None                                     |
   | LCHI  | placebo                     | 1.6.0               | Placebo-1.12.2-1.6.0.jar                        | None                                     |
   | LCHI  | apotheosis                  | 1.12.4              | Apotheosis-1.12.2-1.12.5.jar                    | None                                     |
   | LCHI  | baubles                     | 1.5.2               | Baubles-1.12-1.5.2.jar                          | None                                     |
   | LCHI  | gbook_snapshot              | 2.9.1.s5            | Guidebook-1.12.2-2.9.1.s5.jar                   | None                                     |
   | LCHI  | arcanearchives              | 0.2.0.18            | arcanearchives-0.2.0.18.jar                     | None                                     |
   | LCHI  | astikorcarts                | 1.12.2-0.1.2.7      | astikorcarts-1.12.2-0.1.2.7.jar                 | None                                     |
   | LCHI  | waystones                   | 4.1.0               | Waystones_1.12.2-4.1.0.jar                      | None                                     |
   | LCHI  | atlasextras                 | 1.8                 | AtlasExtras-1.12.2-1.8.jar                      | None                                     |
   | LCHI  | attributefix                | 1.0.10              | AttributeFix-1.12.2-1.0.10.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHI  | atum                        | 2.0.17              | Atum-1.12.2-2.0.17.jar                          | None                                     |
   | LCHI  | autoattack                  | @VERSION@           | autoattack-1.1.jar                              | None                                     |
   | LCHI  | charset                     | 0.5.6.4             | Charset-Lib-0.5.6.4.jar                         | None                                     |
   | LCHI  | jei                         | 4.15.0.293          | jei_1.12.2-4.15.0.293.jar                       | None                                     |
   | LCHI  | quark                       | r1.6-179            | Quark-r1.6-179.jar                              | None                                     |
   | LCHI  | autoreglib                  | 1.3-32              | AutoRegLib-1.3-32.jar                           | None                                     |
   | LCHI  | ichunutil                   | 7.2.2               | iChunUtil-1.12.2-7.2.2.jar                      | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LCHI  | backtools                   | 7.0.1               | BackTools-1.12.2-7.0.1.jar                      | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LCHI  | betteradvancements          | 0.1.0.77            | BetterAdvancements-1.12.2-0.1.0.77.jar          | None                                     |
   | LCHI  | betterburning               | 0.9.2               | BetterBurning-1.12.2-0.9.2.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHI  | patchouli                   | 1.0-20              | Patchouli-1.0-20.jar                            | None                                     |
   | LCHI  | bewitchment                 | 0.21.12             | bewitchment-1.12.2-0.0.21.12.jar                | None                                     |
   | LCHI  | biomesoplenty               | 7.0.1.2444          | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar   | None                                     |
   | LCHI  | bookshelf                   | 2.3.590             | Bookshelf-1.12.2-2.3.590.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHI  | bookworm                    | 1.12.2-2.5.1        | bookworm-1.12.2-2.5.1.jar                       | None                                     |
   | LCHI  | bopadditions                | 1.1.2               | BoPAdditions-1.1.2.jar                          | None                                     |
   | LCHI  | borntobe                    | @VERSION@           | borntobe-1.12.2-1.0.jar                         | None                                     |
   | LCHI  | champions                   | 1.12.2-1.0.11.4     | champions-1.12.2-1.0.11.4.jar                   | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
   | LCHI  | sandro                      | 1.3d                | Redstone+++ver1.3e.jar                          | None                                     |
   | LCHI  | redstoneplusplus            | 1.3e                | Redstone+++ver1.3e.jar                          | None                                     |
   | LCHI  | charm                       | 1.12.2-1.3.7        | Charm-1.12.2-1.3.7.jar                          | None                                     |
   | LCHI  | randomtweaks                | 1.12.2-2.7.1.0      | randomtweaks-1.12.2-2.7.1.0.jar                 | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
   | LCHI  | classicbar                  | @VERSION@           | classicbar-0.5.4.jar                            | None                                     |
   | LCHI  | clumps                      | 3.1.2               | Clumps-3.1.2.jar                                | None                                     |
   | LCHI  | cofhcore                    | 4.6.6               | CoFHCore-1.12.2-4.6.6.1-universal.jar           | None                                     |
   | LCHI  | cofhworld                   | 1.4.0               | CoFHWorld-1.12.2-1.4.0.1-universal.jar          | None                                     |
   | LCHI  | colytra                     | 1.2.0.4             | colytra-1.12.2-1.2.0.4.jar                      | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
   | LCHI  | cyclopscore                 | 1.6.3               | CyclopsCore-1.12.2-1.6.3.jar                    | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHI  | commoncapabilities          | 2.4.6               | CommonCapabilities-1.12.2-2.4.6.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHI  | extendedrenderer            | v1.0                | coroutil-1.12.1-1.2.37.jar                      | None                                     |
   | LCHI  | coroutil                    | 1.12.1-1.2.37       | coroutil-1.12.1-1.2.37.jar                      | None                                     |
   | LCHI  | configmod                   | v1.0                | coroutil-1.12.1-1.2.37.jar                      | None                                     |
   | LCHI  | playerrevive                | 1.0                 | PlayerRevive_v1.2.34_mc1.12.2.jar               | None                                     |
   | LCHI  | creativecore                | 1.10.0              | CreativeCore_v1.10.10_mc1.12.2.jar              | None                                     |
   | LCHI  | razak_demonmod              | 1.0                 | Cursed Mobs - 1.12.2 - 2.2.jar                  | None                                     |
   | LCHI  | cxlibrary                   | 1.6.1               | cxlibrary-1.12.1-1.6.1.jar                      | None                                     |
   | LCHI  | cyclicmagic                 | 1.20.2              | Cyclic-1.12.2-1.20.2.jar                        | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
   | LCHI  | darktheme                   | 13r                 | DarkTheme-1.12.2-13r.jar                        | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
   | LCHI  | waila                       | 1.8.26              | Hwyla-1.8.26-B41_1.12.2.jar                     | None                                     |
   | LCHI  | darkutils                   | 1.8.230             | DarkUtils-1.12.2-1.8.230.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHI  | dldungeonsjbg               | 1.13.2              | DoomlikeDungeons-1.13.2-MC1.12.2.jar            | None                                     |
   | LCHI  | dungeonmobs                 | 5.8.5               | dungeonmobs-5.8.5-MC1.12.2.jar                  | None                                     |
   | LCHI  | orelib                      | 3.6.0.1             | OreLib-1.12.2-3.6.0.1.jar                       | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCHI  | dsurround                   | 3.6.1.0             | DynamicSurroundings-1.12.2-3.6.1.0.jar          | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCHI  | eerieentities               | 1.0.8               | EerieEntities-1.12.2-1.0.8.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHI  | eplus                       | 5.0.179             | EnchantingPlus-1.12.2-5.0.179.jar               | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHI  | endercompass                | 1.0                 | EnderCompass-1.0-1.12.2.jar                     | None                                     |
   | LCHI  | mysticalworld               | 1.12.2-1.8.4        | mysticalworld-1.12.2-1.8.4.jar                  | None                                     |
   | LCHI  | endercore                   | 1.12.2-0.5.75       | EnderCore-1.12.2-0.5.75.jar                     | None                                     |
   | LCHI  | thermalfoundation           | 2.6.7               | ThermalFoundation-1.12.2-2.6.7.1-universal.jar  | None                                     |
   | LCHI  | thermalexpansion            | 5.5.7               | ThermalExpansion-1.12.2-5.5.7.1-universal.jar   | None                                     |
   | LCHI  | enderio                     | 5.1.55              | EnderIO-base-1.12.2-5.1.55.jar                  | None                                     |
   | LCHI  | enderiobase                 | 5.1.55              | EnderIO-base-1.12.2-5.1.55.jar                  | None                                     |
   | LCHI  | enderioconduits             | 5.1.55              | EnderIO-conduits-1.12.2-5.1.55.jar              | None                                     |
   | LCHI  | enderiopowertools           | 5.1.55              | EnderIO-conduits-1.12.2-5.1.55.jar              | None                                     |
   | LCHI  | enderioendergy              | 5.1.55              | EnderIO-endergy-1.12.2-5.1.55.jar               | None                                     |
   | LCHI  | enderiomachines             | 5.1.55              | EnderIO-machines-1.12.2-5.1.55.jar              | None                                     |
   | LCHI  | enderiozoo                  | 5.1.55              | EnderIO-zoo-1.12.2-5.1.55.jar                   | None                                     |
   | LCHI  | endreborn                   | 0.3.4               | EndReborn III [0.3.4].jar                       | None                                     |
   | LCHI  | evilcraft                   | 0.10.78             | EvilCraft-1.12.2-0.10.78.jar                    | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHI  | evilcraftcompat             | 1.0.0               | EvilCraft-1.12.2-0.10.78.jar                    | None                                     |
   | LCHI  | minerva                     | 1.0.13              | minerva-library-1.0.13.jar                      | b851b8b7c7f4d8d0e910ff27618150ba80c026ec |
   | LCHI  | extraalchemy                | 0.5.3               | extraalchemy-0.5.3.jar                          | b851b8b7c7f4d8d0e910ff27618150ba80c026ec |
   | LCHI  | extracreatures              | 1.3.7               | ExtraCreatures-[1.12.2]--1.3.7.jar              | None                                     |
   | LCHI  | golems                      | 7.1.9               | ExtraGolems-1.12-7.1.9.jar                      | None                                     |
   | LCHI  | extra_spells                | 1.1.4               | ExtraSpells-1.12.2-1.1.4.jar                    | None                                     |
   | LCHI  | extrautils2                 | 1.0                 | extrautils2-1.12-1.9.9.jar                      | None                                     |
   | LCHI  | fastfurnace                 | 1.3.1               | FastFurnace-1.12.2-1.3.1.jar                    | None                                     |
   | LCHI  | mod_lavacow                 | 1.0.13              | Fishs_Undead_Rising-1.0.13.jar                  | None                                     |
   | LCHI  | foamfix                     | 0.10.10-1.12.2      | foamfix-0.10.10-1.12.2.jar                      | None                                     |
   | LCHI  | llibrary                    | 1.7.19              | llibrary-1.7.19-1.12.2.jar                      | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
   | LCHI  | fossil                      | 8.0.4               | fossilsarcheology-8.0.4.jar                     | None                                     |
   | LCHI  | fpsreducer                  | mc1.12.2-1.14.1     | FpsReducer-mc1.12.2-1.14.1.jar                  | None                                     |
   | LCHI  | gravitygun                  | 7.1.0               | GravityGun-1.12.2-7.1.0.jar                     | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LCHI  | grimoireofgaia              | 1.7.2               | GrimoireOfGaia3-1.12.2-1.7.2.jar                | None                                     |
   | LCHI  | guideapi                    | 1.12-2.1.8-63       | Guide-API-1.12-2.1.8-63.jar                     | None                                     |
   | LCHI  | harvestersnight             | 1.1.0               | harvestersnight-1.12.2-1.1.0.jar                | None                                     |
   | LCHI  | hatchery                    | 2.2.2               | hatchery-1.12.2-2.2.2.jar                       | None                                     |
   | LCHI  | horsestandstill             | 1.12.2-0.0.1        | horsestandstill-1.12.2-0.0.1.jar                | None                                     |
   | LCHI  | horsetweaks                 | 1.0.5               | HorseTweaks_1.12.2-1.0.5.jar                    | None                                     |
   | LCHI  | hw_inv                      | 1.12.1-1.1.13       | hostileworlds_invasions-1.12.1-1.1.13.jar       | None                                     |
   | LCHI  | iceandfire                  | 1.9.1               | iceandfire-1.9.1-1.12.2.jar                     | None                                     |
   | LCHI  | ido                         | 1.0.6               | ido-1.12.2-1.1.0.jar                            | None                                     |
   | LCHI  | improvedmobs                | 1.6.7               | ImprovedMobs-1.12.2-1.6.7.jar                   | None                                     |
   | LCHI  | jeid                        | 1.0.3-55            | JustEnoughIDs-1.0.3-55.jar                      | None                                     |
   | LCHI  | jeresources                 | 0.9.2.60            | JustEnoughResources-1.12.2-0.9.2.60.jar         | None                                     |
   | LCHI  | keywizard                   | 1.12.2-1.7.3        | keywizard-1.12.2-1.7.3.jar                      | None                                     |
   | LCHI  | leshen                      | 1.2.0               | Leshen-1.2.jar                                  | None                                     |
   | LCHI  | dogslie                     | 1.0.2               | LetSleepingDogsLie-1.12.2-1.0.2.jar             | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LCHI  | libraryex                   | 1.1.2               | LibraryEx-1.12.2-1.1.2.jar                      | None                                     |
   | LCHI  | lycanitesmobs               | 2.0.7.2 - MC 1.12.2 | lycanitesmobs-1.12.2-2.0.7.2.jar                | None                                     |
   | LCHI  | mage                        | 0.2.4               | MAGE-0.2.4.jar                                  | None                                     |
   | LCHI  | mcwbridges                  | 1.0.4               | mcw-bridges-1.0.4-mc1.12.2.jar                  | None                                     |
   | LCHI  | mcwfurnitures               | 1.0.1               | mcw-furniture-1.0.1-mc1.12.2beta.jar            | None                                     |
   | LCHI  | melongolem                  | 1.2.3               | MelonMod-1.12-1.2.3.jar                         | None                                     |
   | LCHI  | tbone                       | v1.6.8+mc1.12.2     | TBone-v1.6.8+mc1.12.2.jar                       | None                                     |
   | LCHI  | metalchests                 | v6.1.0+mc1.12.2     | MetalChests-v6.1.0+mc1.12.2.jar                 | None                                     |
   | LCHE  | mia                         | 1.12.2-0.1.5c       | mia-1.12.2-0.1.5c.jar                           | None                                     |
   | LCH   | morefurnaces                | 1.10.5              | MoreFurnaces-1.12.2-1.10.6.jar                  | None                                     |
   | LCH   | mountedpearl                | 1.0                 | mountedpearl-1.12.2-0.0.1.jar                   | None                                     |
   | LCH   | mousetweaks                 | 2.10                | MouseTweaks-2.10-mc1.12.2.jar                   | None                                     |
   | LCH   | mowziesmobs                 | 1.5.4               | mowziesmobs-1.5.4.jar                           | None                                     |
   | LCH   | multimob                    | 1.0.5               | multimob-1.0.5.jar                              | None                                     |
   | LCH   | multithreadednoise          | 0.0.2               | MultithreadedNoise-1.12.2-0.0.2.jar             | None                                     |
   | LCH   | mysticalwildlife            | 1.3.0.1             | mysticalwildlife-1.12.2-1.3.0.1.jar             | None                                     |
   | LCH   | namepain                    | 1.2.1               | NamePain-1.12.x-1.2.1.jar                       | None                                     |
   | LCH   | naturescompass              | 1.8.5               | NaturesCompass-1.12.2-1.8.5.jar                 | None                                     |
   | LCH   | netherex                    | 2.1.5               | NetherEx-1.12.2-2.1.5.jar                       | None                                     |
   | LCH   | nifty                       | 1.5                 | nifty-1.12.2-1.5.jar                            | None                                     |
   | LCH   | nightmares                  | 1.0.12              | Nightmares-1.12.2-1.0.12.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | recipehandler               | 0.13                | NoMoreRecipeConflict-0.13(1.12.2).jar           | None                                     |
   | LCH   | nyx                         | 1.3.0               | Nyx-1.3.0.jar                                   | None                                     |
   | LCH   | oreexcavation               | 1.4.150             | OreExcavation-1.4.150.jar                       | None                                     |
   | LCH   | parry                       | 1.0                 | parry-1.0-hotfix.jar                            | None                                     |
   | LCH   | pillagers                   | 1.0.6               | Pillagers-1.12.2-1.0.6.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | potioncore                  | 1.9_for_1.12.2      | PotionCore-1.9_for_1.12.2.jar                   | None                                     |
   | LCH   | primitivemobs               | 1.2.3a              | primitivemobs-1.2.3a.jar                        | None                                     |
   | LCH   | progressivebosses           | 1.5.4               | ProgressiveBosses-1.5.4-mc1.12.x.jar            | None                                     |
   | LCH   | quarkoddities               | 1                   | QuarkOddities-1.12.2.jar                        | None                                     |
   | LCH   | randomportals               | 1.12.2-1.8.1.1      | randomportals-1.12.2-1.8.1.1.jar                | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
   | LCH   | randomthings                | 4.2.7.4             | RandomThings-MC1.12.2-4.2.7.4.jar               | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | LCH   | rats                        | 3.2.9               | rats-3.2.9.jar                                  | None                                     |
   | LCH   | redstonearsenal             | 2.6.6               | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar    | None                                     |
   | LCH   | xreliquary                  | 1.12.2-1.3.4.796    | Reliquary-1.12.2-1.3.4.796.jar                  | None                                     |
   | LCH   | rbeacons                    | 1.0.0               | responsivebeacons-1.0.0-1.12.2.jar              | None                                     |
   | LCH   | roguelike                   | 2.1.1               | RoguelikeDungeonsFnarEdition-1.12.2-2.1.1.jar   | None                                     |
   | LCH   | rustic                      | 1.1.2               | rustic-1.1.2.jar                                | None                                     |
   | LCH   | rusticbopwoods              | 1.0                 | rusticbopwoods-1.0.jar                          | None                                     |
   | LCH   | rusticwitchcraft            | 1.0.2               | rusticwitcraft-1.0.2.jar                        | None                                     |
   | LCH   | sledgehammer                | 1.12.2-2.0.1        | Sledgehammer-1.12.2-2.0.1.jar                   | 565fa4dbf20e7c3c4423950ca8e0bdabf7568796 |
   | LCH   | smooth-scrolling-everywhere | 1.1                 | smooth-scrolling-everywhere-1.1.jar             | None                                     |
   | LCH   | somelikeitdry               | 1.2.2               | somelikeitdry-1.2.2.jar                         | None                                     |
   | LCH   | soundfilters                | 0.12_for_1.12       | SoundFilters-0.12_for_1.12.jar                  | None                                     |
   | LCH   | stg                         | 1.12.2-1.2.3        | stg-1.12.2-1.2.3.jar                            | None                                     |
   | LCH   | sutils                      | 1.0                 | StructureUtils-1.1.0.4.jar                      | None                                     |
   | LCH   | surge                       | 2.0.79              | Surge-1.12.2-2.0.79.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | tenshilib                   | 1.2.3               | TenshiLib-1.12.2-1.2.3.jar                      | None                                     |
   | LCH   | texfix                      | 4.0                 | TexFix V-1.12-4.0.jar                           | None                                     |
   | LCH   | twilightforest              | 3.10.1013           | twilightforest-1.12.2-3.10.1013-universal.jar   | None                                     |
   | LCH   | tfspellpack                 | 1.0.1               | TFSpellPack-1.0.1-MC1.12.2.jar                  | None                                     |
   | LCH   | thenarrowgate               | 1.0.0               | thenarrowgate-1.0.0.jar                         | None                                     |
   | LCH   | golems_thermal              | 7.1.5-0             | Thermal-Golems-Addon-7.1.5-0.jar                | None                                     |
   | LCH   | thermalcultivation          | 0.3.6               | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None                                     |
   | LCH   | thermaldynamics             | 2.5.6               | ThermalDynamics-1.12.2-2.5.6.1-universal.jar    | None                                     |
   | LCH   | thesummoner                 | 1.0.1-beta          | thesummoner-1.0.1.jar                           | None                                     |
   | LCH   | togetherforever             | 1.0.2               | togetherforever-1.12.2-1.0.12-22.jar            | None                                     |
   | LCH   | tumbleweed                  | 1.12-0.4.7          | tumbleweed-1.12-0.4.7.jar                       | None                                     |
   | LCH   | uniquee                     | 1.8.0               | Unique Enchantments V1.12.2-1.8.jar             | None                                     |
   | LCH   | universalbestiary           | 1.3.1               | universalbestiary-1.12.2-1.3.1.jar              | None                                     |
   | LCH   | vanillafix                  | 1.0.10-150          | VanillaFix-1.0.10-150.jar                       | None                                     |
   | LCH   | vtweaks                     | 2.0.8               | VTweaks-1.12.2-2.0.8.jar                        | None                                     |
   | LCH   | wawla                       | 2.6.275             | Wawla-1.12.2-2.6.275.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | witherskelefix              | 2.6.3               | WitherSkeletonTweaks-1.12.2-2.6.3.jar           | None                                     |
   | LCH   | zawa                        | 1.12.2-2.0.32       | zawa-1.12.2-2.0.32.jar                          | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 |
   | LCH   | zawatrophies                | 1.12.2-1.0.2        | zawatrophies-1.12.2-1.0.2.jar                   | None                                     |
   | LCH   | betteranimalsplus           | 9.0.1               | betteranimalsplus-1.12.2-9.0.1.jar              | None                                     |
   | LCH   | craftstudioapi              | 1.0.0               | CraftStudio-1.0.1.95-mc1.12-alpha.jar           | None                                     |
   | LCH   | cyclopstek                  | 1.0.34              | cyclopstek-1.0.34.jar                           | None                                     |
   | LCH   | dshuds                      | 3.6.0.0             | DynamicSurroundingsHuds-1.12.2-3.6.0.0.jar      | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCH   | jade                        | 0.1.0               | Jade-0.1.0.jar                                  | None                                     |
   | LCH   | phosphor-lighting           | 1.12.2-0.2.7        | phosphor-forge-mc1.12.2-0.2.7-universal.jar     | None                                     |
   | LCH   | mysticallib                 | 1.12.2-1.7.0        | mysticallib-1.12.2-1.7.0.jar                    | None                                     |

Loaded coremods (and transformers): ItemPatchingLoader (ItemPhysic_Full_1.4.32_mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)

                                  CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
                                    cubex2.cxlibrary.CoreModTransformer
                                  Quark Plugin (Quark-r1.6-179.jar)
                                    vazkii.quark.base.asm.ClassTransformer
                                  MuonPlugin (muon-0.2-1.12.jar)
                                    gd.izno.mc.muon.MuonClassTransformer
                                  iceandfire (iceandfire-1.9.1-1.12.2.jar)
                                    com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
                                  ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
                                    c4.colytra.asm.ElytraTransformer
                                  StructureUtilsASM (StructureUtils-1.1.0.4.jar)
                                    me.modmuss50.structureutils.StructureTransformer
                                  AALoadingPlugin (arcanearchives-0.2.0.18.jar)
                                    
                                  RandomPatches (randompatches-1.12.2-1.21.0.2.jar)
                                    com.therandomlabs.randompatches.core.RPTransformer
                                  JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar)
                                    org.dimdev.jeid.JEIDTransformer
                                  TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
                                    
                                  LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
                                    lumien.randomthings.asm.ClassTransformer
                                  TenshiCore (TenshiLib-1.12.2-1.2.3.jar)
                                    com.flemmli97.tenshilib.asm.ASMTransformer
                                  CharsetPatchCore (CharsetPatches-0.1.8.jar)
                                    pl.asie.charset.patches.CharsetPatchTransformer
                                  MageCoremod (MAGE-0.2.4.jar)
                                    pl.asie.mage.core.EntityRendererTransformer
                                    pl.asie.mage.core.SmoothWaterTransformer
                                    pl.asie.mage.core.TextureAtlasSpriteTransformer
                                  ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
                                    shadows.ApotheosisTransformer
                                  SurgeLoadingPlugin (Surge-1.12.2-2.0.79.jar)
                                    
                                  Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
                                    com.chocohead.biab.BornInABarn
                                  CorePlugin (SmoothFont-mc1.12.2-2.1.1.jar)
                                    bre.smoothfont.asm.Transformer
                                  BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.21.12.jar)
                                    
                                  RandomPatches Integration (rpintegration-1.12.2-1.5.1.0.jar)
                                    
                                  llibrary (llibrary-core-1.0.11-1.12.2.jar)
                                    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                  CharmLoadingPlugin (Charm-1.12.2-1.3.7.jar)
                                    svenhjol.charm.base.CharmClassTransformer
                                  VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
                                    
                                  ratscore (rats-3.2.9.jar)
                                    com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
                                  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.10-1.12.2.jar)
                                    pl.asie.foamfix.coremod.FoamFixTransformer
                                  CreativePatchingLoader (CreativeCore_v1.10.10_mc1.12.2.jar)
                                    
                                  OpticPatchingLoader (OpticManager_v1.1.9_mc1.12.2.jar)
                                    com.creativemd.opticmanager.OpticTransformer
                                  EnderCorePlugin (EnderCore-1.12.2-0.5.75-core.jar)
                                    com.enderio.core.common.transform.EnderCoreTransformer
                                    com.enderio.core.common.transform.SimpleMixinPatcher

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 445.87' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
Pulsar/inspirations loaded Pulses: - InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsTools (Enabled/Not Forced)
- InspirationsRecipes (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)
- InspirationsShared (Enabled/Forced)
- WailaPlugin (Enabled/Not Forced)
- RatsPlugin (Enabled/Not Forced)
- TwilightForestPlugin (Enabled/Not Forced)
Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* Optifine is installed. This is NOT supported.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.

        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
        !!!You are looking at the diagnostics information, not at the crash.       !!!
        !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Suspected Mods: Minor Integration and Additions (mia)
Launched Version: MultiMC5
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050/PCIe/SSE2 GL version 4.6.0 NVIDIA 445.87, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: AntiqueAtlasExtra-v1.2.zip, Lycanites_Redux1.0.zip, Pixelated_v1.3_EnhancedVisuals by nox_cgt.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz
`

Music player continues to play music if the item is moved to a container or anything else with a GUI

Best way to explain it, is to the insert a music disc into the music player. Then place the music player item into say, a chest. The music will keep playing. Worse yet, you can actually void the item by say, moving it to a trash bin.

If you get a new music player to play a new track, it just plays both tracks simultaneously. The only way to stop it is to log out of the Single player world or server. There is no other way that I found to stop that.

This could be a potential issue if, say there was a block or item that just takes the item out of a players inventory by accident somehow or if the player moves the music player to, say a trash bin by mistake.

Invalid registration attempt for an Ore Dictionary item

I have 16 barely similar blocks of warnings in debug.log:

[16:27:26] [Client thread/WARN] [FML]: ****************************************
[16:27:26] [Client thread/WARN] [FML]: * Invalid registration attempt for an Ore Dictionary item with name doorWood has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
[16:27:26] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:665)
[16:27:26] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:651)
[16:27:26] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:649)
[16:27:26] [Client thread/WARN] [FML]: *  at com.github.sokyranthedragon.mia.integrations.biomesoplenty.BiomesOPlenty.init(BiomesOPlenty.java:67)
[16:27:26] [Client thread/WARN] [FML]: *  at com.github.sokyranthedragon.mia.integrations.base.ModIntegrator.init(ModIntegrator.java:211)
[16:27:26] [Client thread/WARN] [FML]: *  at com.github.sokyranthedragon.mia.proxy.CommonProxy.init(CommonProxy.java:115)...
[16:27:26] [Client thread/WARN] [FML]: ****************************************

Seems like the dont affect a game, but how to rid them, and what do they means?

Compat bug with Quark

Mods included:
Quark-r1.6-179 (last version for 1.12.2)
AutoRegLib-1.3-32 (last version for 1.12.2)
MIA 1.12.2-0.2.2a (last version)

For some reason with the MIA mod present, frogs and crabs from Quark have their items drops always smelted (no matter the mob is on fire or not)

the solution i found was disabling the "Add cooked mob drops" config

Issues with FutureMC and Quark compat in Stonecutter; odd recipes

thedarkcolour and i had some headscratching when the stonecutter started having odd quark recipes such as air equaling elder prismarine, and basalt missing textures in jei, we had no clue what was causing it, only to find out the source originates from MIA. I tried to remove futuremc quark compat in MIA's configs, only to have the same issue. Removing MIA completely remedies this issue however. I sadly wont be able to use MIA until this odd bug is somehow circumvented. Heres some screenshots!

unknown

unknown

thanks for everything that you do, i hope this can be fixed soon D:

Torches Crash: Cannot set property PropertyInteger to 10

Playing on dedicated server crashing game with log:

java.lang.IllegalArgumentException: Cannot set property PropertyInteger{name=variant, clazz=class java.lang.Integer, values=[0, 1]} to 10 on block mia:torch_gold, it is not an allowed value
    at pl.asie.foamfix.common.FoamyBlockState.withProperty(FoamyBlockState.java:57)
    at com.github.sokyranthedragon.mia.block.base.BlockBaseMetaTorch.getStateForPlacement(BlockBaseMetaTorch.java:63)
    at net.minecraft.block.Block.getStateForPlacement(Block.java:2273)
    at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:84)

I though problem was with FoamFix, but removing mod and loading again still crash:

java.lang.IllegalArgumentException: Cannot set property PropertyInteger{name=variant, clazz=class java.lang.Integer, values=[0, 1]} to 10 on block mia:torch_gold, it is not an allowed value
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.withProperty(BlockStateContainer.java:235)
    at com.github.sokyranthedragon.mia.block.base.BlockBaseMetaTorch.getStateForPlacement(BlockBaseMetaTorch.java:63)
    at net.minecraft.block.Block.getStateForPlacement(Block.java:2273)
    at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:84)
    at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:53)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_4280_BlockEvents_blockHighlightEvent_DrawBlockHighlightEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)

This wasnt happens all the time. I was played several days already and used this torches much.
Now i can't join server, but other players play fine.

Full debg.log

Update:

This happens when i look at Torch with Builder's Wand from Better Builder's Wands mod.

Suggestions - Additional Loot Bag and JER Mob Drop pages

Hello,

Wanted to suggest a few more mods which would fit right in with the compat features of this mod. Thanks for reading and considering them, and thanks for the great mod!

Best,
Luke616


MIA Suggestions:

Chest Loot contents JER screen:

Mob Drop info JER screen:

  • Twilight Forest Adds lots of mobs, including some bosses which drop important items
  • Grimoire of Gaia Adds lots of mobs, many of which drop unique items which would be important to know how to access
  • Electroblob's Wizardry Really only adds one hostile mob by default (an Evil Wizard) but it'd be nice to know what he drops
  • Bewitchment Adds a few mobs, and some special drops from them when killed using a specific dagger. This info would be very useful to have in JEI

General suggestions:

  • Remove any mob drop screens that are empty/have no contents from JEI
  • Add support for JER display of mob drops specified with crafttweaker's IEntityDefinition
    • Example: this line will cause sheep to drop 4-6 ingots at an 80% chance, but is not reflected in JER
      <entity:minecraft:sheep>.addDrop(<minecraft:iron_ingot> % 80, 4, 6);

Chickends mod - add more chickens for different mod items

Thermal Foundation:

  • Phyto-Gro (Slag + Saltpepper)
  • Rich Phyto-Gro (Phyto-Gro + Rich Slag)
  • Bitumen (Sand + Coal?)
  • Coal Coke (Coal + Lava?)
  • Sawdust (Log + ?)

Hard to include and therefore not planned: Pulped Biomass/Bioblend
Thought about but not plannet: Destabilized/Energized/Resonant Clathrate (can use redstone/glowstone/ender pearl to get the same materials), Rosin/Tar (no real uses besides smelting and a few recipes), Fluxed Phyto-Gro (you'll need to energize it yourself)

Ice and Fire:

  • Desert Myrmex Resin (Slime + Orange)
  • Jungle Myrmex Resin (Slime + Cactus Green)
  • Pixie Dust (? + ?)

Maybe: Shiny Scales, Stymphalian Feathers, Amphihtere Feathers (need to think of a recipe first as well)

Tinker's Construct:

  • Aluminum Brass (Copper + Aluminum), need a check if those chickens exist

Maybe: Sliky Jewel (Emerald + Gold)

Extra Utilities 2:

  • Enchanted Ingot (add nuggets to the mod and make chickens drop them) (Gold + Lapis)

Thaumcraft? (Quicksilver, Thaumium, Void Metal, Void Seed, Primordial Pearl?)
I'm not sure about it as they (or at least most of them) are somewhat harder and expensive to obtain.

Server Crash

Trying to load client side features on server (audio):

"net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/audio/ISound"

[Potential bug?] - Music player resets itself when placing a music disc into a jukebox

While the music player is playing, if you insert a music disc into a jukebox. It resets whatever is playing in the Music player (it still plays the disc from the jukebox normally). It also messes with the "Playing - [Music Disc]" text that appears on the screen as it quickly replaces it with whatever is playing in the Music player.

I'm assuming the music player and Jukebox is linked somehow?

crash with new version (1.9c)

hey, I just installed 1.9c to a modpack I downloaded today ( https://www.curseforge.com/minecraft/modpacks/minecraft-eternal , however I also added crossroads and its dependency, essentials.) I am getting a crash on startup, apparently because the Thermal expansion/ Dungeon tactics integration is having issues with the iron club. The modpack does include both mentioned mods. The log has this to say:

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minor Integrations and Additions (mia)
Caused by: java.lang.NoSuchFieldError: IRON_CLUB
at com.github.sokyranthedragon.mia.integrations.dungeontactics.ThermalExpansionDungeonTacticsIntegration.addRecipes(ThermalExpansionDungeonTacticsIntegration.java:30)
at com.github.sokyranthedragon.mia.integrations.thermalexpansion.ThermalExpansion.init(ThermalExpansion.java:73)
at com.github.sokyranthedragon.mia.integrations.base.ModIntegrator.init(ModIntegrator.java:194)
at com.github.sokyranthedragon.mia.proxy.CommonProxy.init(CommonProxy.java:103)
at com.github.sokyranthedragon.mia.proxy.ClientProxy.init(ClientProxy.java:41)
at com.github.sokyranthedragon.mia.Mia.init(Mia.java:91)
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:637)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.init(Minecraft.java:535)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
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)

Ideas - Music player should respect Jukebox/Note blocks volume slider

This is a rather minor request. If it's at all possible for the music player to respect the Jukebox/Note blocks, or, have it's own slider to fine tune the music volume. It only respects the master volume slider.

I understand if this is perhaps a limit on the mod itself.

Also, would it be possible to somehow stop the normal background music from overlapping or playing while the music player is running?

Debug.log ERROR: Couldn't load loot table mia:mocreatures/

In my modpack i have 77 errors in debug.log file started with:

[Server thread/ERROR] [net.minecraft.world.storage.loot.LootTableManager]: Couldn't load loot table mia:mocreatures/passive/ostrich/ostrich_6 from jar:file:/D:/mc_client/Instances/Enigmatica2Expert%20-%20Extended/mods/mia-1.12.2-0.2.1c.jar!/assets/mia/loot_tables/mocreatures/passive/ostrich/ostrich_6.json
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'mocreatures:heartdarkness'

They flooding debug.log, so i would like to remove them.
My modpack dont have mocreatures mod, so i dont know why MIA add this loot tables from the first place.

debug.log

Incompatibility with Mo' Creatures Extended

Just today, Mo'Creatures Extended () was updated and as part of its update, it reorganized the class file system, and consequently MIA crashes as now the creatures are no longer where they initially were. Here is a snippet of the crash log that I got that illustrates this:
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minor Integrations and Additions (mia) Caused by: java.lang.NoClassDefFoundError: drzhark/mocreatures/entity/passive/MoCEntitySnake
The snake is now located at drzhark/mocreatures/entity/hunter/MoCEntitySnake

Of course, fixing this would be a dilemma, as then MIA would lose support for the original Mo' Creatures (which has more total downloads) in favor of this new fork of the mod (which is not very noticed right now, not even at 5k downloads). As a person who likes Mo' Creatures, I favor the new version personally only because it fixes a lot of bugs and improves many of the sounds, textures, and models, among a host of other improvement. But it's not popular so I can see how it's very much a dilemma.

Edit: I fixed this issue by disabling the MIA support for Mo' Creatures in the config. Thankfully, Mo' Creatures adds a lot of (but not all) of the integrations added by MIA in its latest update.

MIA broke Just Enough Resources with EnderIO installed

With MIA and EnderIO installed (default configs), JER category in JEI dissapeared.

Without MIA and with:

It can be fixed through config option:

    # Set to false to completely disable integration with JER
    B:"Enable JER integration"=false

Minimum mod list:

EnderCore-1.12.2-0.5.76
EnderIO-base-1.12.2-5.2.66
jei_1.12.2-4.16.1.301
JustEnoughResources-1.12.2-0.9.2.60
mia-1.12.2-0.2.0e

debug.log

I spend like 6 hours to find this error in my 400 mods pack... duh

Crash with new FutureMC update 0.2.4.0

FutureMC just updated, so i put it into my modpack alongside your wonderful mod and it sadly crashed, something to do with honeyblocks i believe when i glanced at it! here is the crash report: here thank you so much for everything you do! <3

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.