UniDict is an unification mod.
WanionLib is required.
Check out Apex Hosting!
They offer stable and ultra-low latency servers, which is extremely important for you and your friends to have an enjoyable time playing together!
When we play modded Minecraft, several mods based on their progression add Copper, Tin, Silver, Lead... But since a lot of mods add these common resources, we start to have a lot of equivalent items.
This "issue" could be solved manually through CraftTweaker, but since there are a lot of machines and resources, it can quickly become boring, and CraftTweaker doesn't give you the ability to modify everything.
Would it not be easier to do this automatically? This is what UniDict does, it standardizes the output of all recipes (that it integrates with), not just for crafting table recipes, but for a lot of machines throughout several mods.
UniDict does not unify Ore Generation.
for more information about UniDict, check out our Wiki.
checkout the first, and probably the last, UniDict Spotlight, made by ShepherdShang.
Integrations (1.12.2):
- AbyssalCraft (Transmutator)
- Actually Additions (Crusher, Empowerer, Atomic Reconstructor)
- Advanced Rocketry (All Machines)
- Advanced Solar Panels (Molecular Transformer)
- Applied Energistics 2 (Grindstone)
- Base Metals (Crack Hammer)
- Blood Magic (Alchemy Table)
- Chickens (Chickens)
- Draconic Evolution (Draconic chest)
- Embers (Stamper)
- Ender IO (Alloy Smelter, SAG Mill)
- Forestry (Centrifuge, Carpenter)
- Gadgetry Core (Alloy Furnace)
- Gadgetry Machines (Grinder)
- IC2 Classic (Compressor, Extractor, Macerator, SawMill, Recycler, Scrap Box)
- Industrial Craft 2 (Macerator, Thermal Centrifuge, Compressor, Extractor, Blast Furnace, Scrap Box, Block Cutting Machine)
- Industrial Foregoing (Laser, Fluid Sieving Machine)
- Immersive Engineering (Arc Furnace, Blast Furnace, Crusher, Metal Press, Alloy Kiln)
- Kitsu's ForgeCraft (Anvil, Casting, Forge)
- Magneticraft (Crushing Table, Sluice Box, Grinder, Sieve)
- Mekanism (Crusher, Chemical Injection Chamber, Enrichment Chamber, Metallurgic Infuser, Energized Smelter, Combiner, Precision Sawmill)
- RailCraft (Rock Crusher, Blast Furnace, Metal Rolling)
- TechReborn (All Machines)
- Thermal Expansion (Compactor, Fractionating Still, Pulverizer, Redstone Furnace, Induction Smelter)
- Vanilla (Crafting, Furnace, Villagers)
Looking for Integrations for old Minecraft Versions? click here.
1.64.4 plss?
1.16.4?
I have been hoping for a mod like this for so long. If you ever update for 1.16.4, I WILL be getting this!
Please do 1.16.4
Used to love this for 1.12.2 but have not played since then, looking for an update.
could we please get a 1.16.4 update for his mod in the future? I've always trusted this mod for handling the unifications of my ore needs over other similar mods in the past because it's proven to cover every type of ore from other mods i have used, but now in the 1.16.4 era - a lot of those other mods that added new ores are seeing themselves to 1.16.4 but there's currently no reliable means to unify them as of yet. This mod would be such a blessing for handling that, its why i shall eagerly await a 1.16.4 release.
1.16.4??
Hi, is there any chance that you would add GregTech Community Edition support please ?
Hello, an integration for GregTech is not necessary as you can already configure default predict in the config file. Make sure that the "useCustomModPriorities" is set to "true" and that the "modPriorities" option contains the same mod ids as in the unidict config option "ownerOfEveryThing". This should make GregTech use the same defaults as UniDict.
No Thaumcraft integration?
Does it support base metals mod?
BaseMetals mod is supported. Thaumcraft is not.
Is there something in Thaumcraft that should be unified, I never used the mod.
In reply to Taknax: Only the iron plates
Hello, i checked out thaumcraft and i cannot find any recipe which causes problems (is not outputting or accepting the right inputs). Could you provide me with some examples if you have any?
In reply to elektrkilldev:
Their are just some ironplates and i checked myself and find out, that their is nothing to unify. Base metal is supported and i love this mod now more then before. :) Ty for your work. Happy new year.
Can you add buildcraft to the mod integrations please?
Hello, I keep getting this error when starting up. Pls help!
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: llibrary (llibrary-core-1.0.11-1.12.2.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar) HCASM (HammerCore-1.12.2-2.0.5.6.jar) McLib core mod (mclib-1.0.3-1.12.2.jar)Contact their authors BEFORE contacting forge
// My bad.
Time: 11/19/20 5:35 PMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from UniDict (unidict)Caused by: java.lang.NoClassDefFoundError: wanion/lib/common/Dependencies$DependenceWatcher at wanion.unidict.proxy.CommonProxy.preInit(CommonProxy.java:50) at wanion.unidict.UniDict.preInit(UniDict.java:85) 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.GeneratedMethodAccessor9.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.preinitializeMods(Loader.java:629) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: wanion.lib.common.Dependencies$DependenceWatcher at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 42 moreCaused by: java.lang.NullPointerException
In reply to Pantalooners:
either your UniDict or WanionLib is Outdated, try updating both to the lastest version.
my game crashed
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: llibrary (llibrary-core-1.0.11-1.12.2.jar) AstralCore (astralsorcery-1.12.2-1.10.27.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.281.jar) PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar) iceandfire (iceandfire-1.9.1-1.12.2.jar)Contact their authors BEFORE contacting forge
// Shall we play a game?
Time: 11/15/20 7:51 AMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from UniDict (unidict)Caused by: java.lang.NoSuchMethodError: net.minecraft.item.ItemStack.getItem()Lnet/minecraft/item/Item; at wanion.unidict.common.Util$1.compare(Util.java:45) at wanion.unidict.common.Util$1.compare(Util.java:36) at java.util.TimSort.countRunAndMakeAscending(TimSort.java:356) at java.util.TimSort.sort(TimSort.java:216) at java.util.Arrays.sort(Arrays.java:1438) at java.util.List.sort(List.java:478) at wanion.unidict.resource.UniResourceContainer.sort(UniResourceContainer.java:147) at wanion.unidict.resource.UniResourceContainer.setSort(UniResourceContainer.java:139) at wanion.unidict.resource.Resource.lambda$setSortOfChildren$3(Resource.java:231) at wanion.unidict.resource.Resource$$Lambda$1639/183523269.execute(Unknown Source) at gnu.trove.map.hash.TIntObjectHashMap.forEachValue(TIntObjectHashMap.java:402) at wanion.unidict.resource.Resource.setSortOfChildren(Resource.java:230) at wanion.unidict.resource.UniResourceHandler.lambda$gatherResources$9(UniResourceHandler.java:147) at wanion.unidict.resource.UniResourceHandler$$Lambda$1637/956424238.accept(Unknown Source) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1540) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at wanion.unidict.resource.UniResourceHandler.gatherResources(UniResourceHandler.java:147) at wanion.unidict.resource.UniResourceHandler.init(UniResourceHandler.java:72) at wanion.unidict.proxy.CommonProxy.init(CommonProxy.java:56) at wanion.unidict.UniDict.init(UniDict.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.GeneratedMethodAccessor8.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.func_71384_a(Minecraft.java:535) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1812492416 bytes (1728 MB) / 4160749568 bytes (3968 MB) up to 6442450944 bytes (6144 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -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.2854 49 mods loaded, 49 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.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHI | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHI | micdoodlecore | | minecraft.jar | None | | LCHI | aether_legacy | 1.5.2 | aether-1.12.2-v1.5.2.jar | None | | LCHI | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build411.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf | | LCHI | aether | 0.3.0 | aether_ii-1.12.2-0.3.0+build411-universal.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf | | 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 | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | LCHI | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None | | LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCHI | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.602.jar | None | | LCHI | astralsorcery | 1.10.27 | astralsorcery-1.12.2-1.10.27.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 | | LCHI | betterquesting | 3.5.329 | BetterQuesting-3.5.329.jar | None | | LCHI | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None | | LCHI | jei | 4.16.1.302 | jei_1.12.2-4.16.1.302.jar | None | | LCHI | botania | r1.10-361 | Botania+r1.10-361.jar | None | | LCHI | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None | | LCHI | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.602.jar | None | | LCHI | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.602.jar | None | | LCHI | embers | 0.230 | embers-0.230.jar | None | | LCHI | fastleafdecay | v14 | FastLeafDecay-v14.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 | ic2 | 2.8.170-ex112 | industrialcraft-2-2.8.170-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LCHI | galacticraftcore | 4.0.2.281 | GalacticraftCore-1.12.2-4.0.2.281.jar | None | | LCHI | galacticraftplanets | 4.0.2.281 | Galacticraft-Planets-1.12.2-4.0.2.281.jar | None | | LCHI | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None | | LCHI | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LCHI | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None | | LCHI | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None | | LCHI | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | LCHI | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None | | LCHI | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None | | LCHI | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zg.jar | None | | LCHI | reap | 1.5.3 | reap-1.5.3.jar | None | | LCHI | bq_standard | 3.4.173 | StandardExpansion-3.4.173.jar | None | | LCHI | totemic | 1.12.2-0.11.6 | Totemic-1.12.2-0.11.6.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea | | LCHI | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None | | LCHI | vampirism | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None | | LCHI | teamlapen-lib | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None | | LCHI | vampirism_integrations | vampirism_integrations | VampirismIntegrations-1.12.2-1.3.0.jar | None | | LCHI | wanionlib | 1.12.2-2.5 | WanionLib-1.12.2-2.5.jar | None | | LCHI | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50.jar | f0387d288626cc2d937daa504e74af570c52a2f1 | | LCHI | structurize | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar | None | | LCHI | minecolonies | 1.12.2-0.11.841-ALPHA | minecolonies-1.12.2-0.11.841-ALPHA-universal.jar | None | | LCHE | unidict | 1.12.2-2.9.8 | UniDict-1.12.2-2.9.8-dev.jar | None |
Loaded coremods (and transformers): llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcherAstralCore (astralsorcery-1.12.2-1.10.27.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformerMicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.281.jar) micdoodle8.mods.miccore.MicdoodleTransformerPhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelperApotheosisCore (Apotheosis-1.12.2-1.12.5.jar) shadows.ApotheosisTransformericeandfire (iceandfire-1.9.1-1.12.2.jar) com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 445.87' Renderer: 'GeForce GTX 970/PCIe/SSE2' AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
hey, how can i remove these recipes? these 2 says they are added by UniDict
https://imgur.com/a/TjyMuPX
not even Crafttweaker can remove them
Please say what is status of update to 1.16?
In reply to lumbrius:
I have to take a look, so no ETA for now.