Git Product home page Git Product logo

autooredictconvert's People

Contributors

mattdahepic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

autooredictconvert's Issues

Client crashes wen auto-converting quartz glass.

I have noticed that if you make quartz glass and put it into your inventory it automatically converts it to hardened glass, but the problem is that it can't choose which so it gives you a missing texture ittem, that if you hover over with a mouse it chrashes your client. The only way to fix this was to clear my inventory and then make hard glass using obsidian and lead.

Add input to the converter block !

Hello !

I think that can be good if we can connect the block to pipe or other things.

You can add gui or other in it like inventory or something (it's an idea)

Because now we can only connect with hopper and it's not good in modded.

Thank you

Convert From Machine Output ?

Can you convert automaticaly an ingot from a Furnace output and not only from a player pick item in his inventory ?

If you can do for all machine output that can be good

Thank's you to read this and considered this !

Bye MathisSkate

Server Crash!!!!!!!!

---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 4/22/21, 12:16 AM
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) ~[forge:?] {re:classloading}
at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:51) ~[forge:?] {re:classloading}
at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading,re:mixin,pl:mixin:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?] {}
at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[customjava15.jar:36.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}
at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [customjava15.jar:?] {}
at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [customjava15.jar:?] {}
at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [customjava15.jar:?] {}

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

-- Head --
Thread: main
Stacktrace:
at java.lang.ClassLoader.findClass(ClassLoader.java:719) ~[?:?] {}
-- MOD autooredictconv --
Details:
Caused by 0: java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag
at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {}
at java.lang.Class.privateGetDeclaredConstructors(Class.java:3296) ~[?:?] {}
at java.lang.Class.getConstructor0(Class.java:3501) ~[?:?] {}
at java.lang.Class.getConstructor(Class.java:2244) ~[?:?] {}
at net.minecraftforge.eventbus.api.EventListenerHelper.computeListenerList(EventListenerHelper.java:96) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerListInternal(EventListenerHelper.java:63) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerList(EventListenerHelper.java:48) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addToListeners(EventBus.java:263) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:231) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:186) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:180) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:174) ~[eventbus-4.0.0.jar:?] {}
at com.mattdahepic.autooredictconv.common.AutoOreDictConv.(AutoOreDictConv.java:56) ~[autooredictconv:16.1.9] {re:classloading}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {re:classloading,re:classloading,re:classloading}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64) ~[?:?] {re:classloading,re:classloading,re:classloading}
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {re:classloading,re:classloading,re:classloading}
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {}
at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?] {}
at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350) ~[?:?] {re:classloading,re:classloading,re:classloading}
at java.lang.Class.newInstance(Class.java:645) ~[?:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.1] {re:classloading}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1800) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1792) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ~[?:?] {}

Mod File: autooredictconv-1.16.4-16.1.9.jar
Failure message: Auto Ore Dictionary Converter (autooredictconv) has failed to load correctly
	java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag
Mod Version: 16.1.9
Mod Issue URL: https://github.com/MattDahEpic/AutoOreDictConvert/issues
Exception message: java.lang.ClassNotFoundException: net.minecraft.client.util.ITooltipFlag

Stacktrace:
at java.lang.ClassLoader.findClass(ClassLoader.java:719) ~[?:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?] {}
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:106) ~[modlauncher-8.0.9.jar:?] {re:classloading}
at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?] {}
at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {}
at java.lang.Class.privateGetDeclaredConstructors(Class.java:3296) ~[?:?] {}
at java.lang.Class.getConstructor0(Class.java:3501) ~[?:?] {}
at java.lang.Class.getConstructor(Class.java:2244) ~[?:?] {}
at net.minecraftforge.eventbus.api.EventListenerHelper.computeListenerList(EventListenerHelper.java:96) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerListInternal(EventListenerHelper.java:63) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerList(EventListenerHelper.java:48) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addToListeners(EventBus.java:263) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:231) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:186) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:180) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:174) ~[eventbus-4.0.0.jar:?] {}
at com.mattdahepic.autooredictconv.common.AutoOreDictConv.(AutoOreDictConv.java:56) ~[autooredictconv:16.1.9] {re:classloading}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {re:classloading,re:classloading,re:classloading,re:classloading}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64) ~[?:?] {re:classloading,re:classloading,re:classloading,re:classloading}
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {re:classloading,re:classloading,re:classloading,re:classloading}
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {}
at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?] {}
at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350) ~[?:?] {re:classloading,re:classloading,re:classloading,re:classloading}
at java.lang.Class.newInstance(Class.java:645) ~[?:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.1] {re:classloading}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1800) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1792) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ~[?:?] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 4.15.0-128-generic
Java Version: 15.0.2, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 950009856 bytes (906 MB) / 3936354304 bytes (3754 MB) up to 8589934592 bytes (8192 MB)
CPUs: 24
JVM Flags: 20 total; -Xmx8192M -Xms512M -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:G1ReservePercent=20 -XX:G1HeapRegionSize=8M -XX:+UseZGC -XX:+DisableExplicitGC -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1MixedGCLiveThresholdPercent=90 -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -XX:+PerfDisableSharedMem -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlserver
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/customjava15.jar object_holder_definalize PLUGINSERVICE
/customjava15.jar runtime_enum_extender PLUGINSERVICE
/customjava15.jar capability_inject_definalize PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/customjava15.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/customjava15.jar fml TRANSFORMATIONSERVICE
FML: 36.1
Forge: net.minecraftforge:36.1.4
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
justenoughbeacons-3.1-1.16.3.jar |Just Enough Beacons |justenoughbeacons |3.1-1.16.3 |CREATE_REG|NOSIGNATURE
infernal-expansion-forge-1.3.jar |Infernal Expansion |infernalexp |Release 1.3 |CREATE_REG|NOSIGNATURE
HMM19.3.1MC1.16.5.jar |Horror Movie Monsters |hmm |19.3.1 |CREATE_REG|NOSIGNATURE
upsizer-mc1.16.4-6.1.1.jar |Upsizer |upsizer |6.1.1 |CREATE_REG|NOSIGNATURE
refinedpipes-0.5.jar |Refined Pipes |refinedpipes |0.5 |CREATE_REG|NOSIGNATURE
prefab-1.6.5.2.jar |Prefab |prefab |1.6.5.2 |CREATE_REG|NOSIGNATURE
mcw-windows-1.0.3-mc1.16.5.jar |Macaw's Windows |mcwwindows |1.0.3 |CREATE_REG|NOSIGNATURE
ContentTweaker-1.16-1.0.0.develop.11.jar |ContentTweaker |contenttweaker |1.0.0.develop.11 |CREATE_REG|NOSIGNATURE
modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |CREATE_REG|NOSIGNATURE
pitg-1.16.3-1.4.2.jar |Pane In The Glass |pitg |1.16.3-1.4.2 |CREATE_REG|NOSIGNATURE
Neat 1.7-27.jar |Neat |neat |1.7-27 |CREATE_REG|NOSIGNATURE
IronJetpacks-1.16.4-4.2.0.jar |Iron Jetpacks |ironjetpacks |4.2.0 |CREATE_REG|NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.1.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.1 |CREATE_REG|NOSIGNATURE
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |CREATE_REG|NOSIGNATURE
YungsApi-1.16.4-Forge-6.jar |YUNG's API |yungsapi |1.16.4-Forge-6 |CREATE_REG|NOSIGNATURE
GatewaysToEternity-1.16.3-1.0.1.jar |Gateways To Eternity |gateways |1.0.1 |CREATE_REG|NOSIGNATURE
rangedpumps-0.8.2.jar |Ranged Pumps |rangedpumps |0.8.2 |CREATE_REG|NOSIGNATURE
jumbofurnace-1.16.4-2.2.0.1.jar |Jumbo Furnace |jumbofurnace |1.16.4-2.2.0.1 |CREATE_REG|NOSIGNATURE
mdecore-1.16.4-16.1.0.jar |MattDahEpic Core |mdecore |16.1.0 |CREATE_REG|NOSIGNATURE
Wither-Skeleton-Tweaks-1.16.4-5.3.0.jar |Wither Skeleton Tweaks |wstweaks |5.3.0 |CREATE_REG|NOSIGNATURE
Shrink-1.16.4-1.0.7.jar |Shrink |shrink |1.0.7 |CREATE_REG|NOSIGNATURE
reliquary-1.16.5-1.3.5.1096.jar |Reliquary |xreliquary |1.16.5-1.3.5.1096 |CREATE_REG|NOSIGNATURE
randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |CREATE_REG|92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
ChanceCubes-1.16.3-5.0.2.394.jar |Chance Cubes |chancecubes |1.16.3-5.0.2.394 |CREATE_REG|NOSIGNATURE
Apotheosis-1.16.4-4.5.1.jar |Apotheosis |apotheosis |4.5.1 |CREATE_REG|NOSIGNATURE
Hornets-0.0.3.jar |Hornets |hornets |0.0.3 |CREATE_REG|NOSIGNATURE
TwerkItMeal-1.3.8.jar |TwerkItMeal |twerkitmeal |1.3.8 |CREATE_REG|NOSIGNATURE
ironagefurniture 1.16.4-1.16.5 0.2.0.5.jar |Iron Age Furniture |ironagefurniture |1.16.4-0.2.0 |CREATE_REG|NOSIGNATURE
WaterStrainer-1.16.3-10.0.0.jar |Water Strainer |waterstrainer |1.16.3-10.0.0 |CREATE_REG|NOSIGNATURE
speedyhoppers-1.16.4-1.jar |Speedy Hoppers |speedyhoppers |1.16.4-1 |CREATE_REG|NOSIGNATURE
SnowRealMagic-1.16.4-2.5.5.jar |Snow! Real Magic! |snowrealmagic |2.5.5 |CREATE_REG|NOSIGNATURE
gunswithoutroses-1.16.5-1.0.8.jar |Guns Without Roses |gunswithoutroses |1.0.8 |CREATE_REG|NOSIGNATURE
TMechworks-1.16.3+-2.2.4.jar |Tinkers' Mechworks |tmechworks |2.2.4 |CREATE_REG|NOSIGNATURE
JustEnoughResources-1.16.4-0.12.0.109.jar |Just Enough Resources |jeresources |0.12.0.109 |CREATE_REG|NOSIGNATURE
Paraglider-1.16.2-1.3.1.0.jar |Paraglider |paraglider |1.3.1.0 |CREATE_REG|NOSIGNATURE
shetiphiancore-1.16-3.8.5.jar |ShetiPhian-Core |shetiphiancore |3.8.5 |CREATE_REG|NOSIGNATURE
supplementaries-1.16.5-0.12.1.jar |Supplementaries |supplementaries |1.16.5-0.12.1 |CREATE_REG|NOSIGNATURE
emojiful-1.16.4-2.1.4.jar |Emojiful |emojiful |1.16.4-2.1.4 |CREATE_REG|NOSIGNATURE
refinedstorage-1.9.12.jar |Refined Storage |refinedstorage |1.9.12 |CREATE_REG|NOSIGNATURE
structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |CREATE_REG|NOSIGNATURE
industrial-foregoing-1.16.5-3.2.11-55cb112.jar |Industrial Foregoing |industrialforegoing |3.2.11 |CREATE_REG|NOSIGNATURE
torchmaster-2.3.7.jar |Torchmaster |torchmaster |2.3.7 |CREATE_REG|NOSIGNATURE
repurposed_structures-1.16.5-2.6.5-forge.jar |Repurposed Structures |repurposed_structures |1.16.5-2.6.5-forge |CREATE_REG|NOSIGNATURE
ToolStats-1.16.5-6.0.1.jar |ToolStats |toolstats |6.0.1 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
ironfurnaces-1.16.5-2.6.7.jar |Iron Furnaces |ironfurnaces |2.6.7 |CREATE_REG|NOSIGNATURE
dungeons_plus-1.16.5-1.1.4.jar |Dungeons Plus |dungeons_plus |1.1.4 |CREATE_REG|NOSIGNATURE
mcw-trapdoors-1.0.2-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.2 |CREATE_REG|NOSIGNATURE
Botania-1.16.5-415.jar |Botania |botania |1.16.5-415 |CREATE_REG|NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |CREATE_REG|NOSIGNATURE
spark-forge.jar |spark |spark |1.5.2 |CREATE_REG|NOSIGNATURE
curios-forge-1.16.5-4.0.5.1.jar |Curios API |curios |1.16.5-4.0.5.1 |CREATE_REG|NOSIGNATURE
betterweather-2.0-BETA-SEASONS-ONLY-3.jar |Better Weather |betterweather |2.0-BETA-SEASONS-ONL|CREATE_REG|NOSIGNATURE
Fertilization_1.16.3-5.2.0.jar |Fertilization |fertilization |5.2.0 |CREATE_REG|NOSIGNATURE
Server_Utils-1.16.3-1.6.6.jar |Elrol's Server Utilities |serverutilities |1.16.3-1.6.6 |CREATE_REG|NOSIGNATURE
ExtraStorage-1.16.4-1.3.1.jar |Extra Storage |extrastorage |1.3.1 |CREATE_REG|NOSIGNATURE
NaturesAura-34.2.jar |Nature's Aura |naturesaura |34.2 |CREATE_REG|NOSIGNATURE
constructionwand-1.16.5-2.1.jar |Construction Wand |constructionwand |1.16.5-2.1 |CREATE_REG|NOSIGNATURE
mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |CREATE_REG|NOSIGNATURE
observerlib-1.16.4-1.5.1.jar |ObserverLib |observerlib |1.16.4-1.5.1 |CREATE_REG|NOSIGNATURE
mcw-furniture-2.0.1-mc1.16.5.jar |Macaw's Furniture |mcwfurnitures |2.0.1 |CREATE_REG|NOSIGNATURE
ItemPhysic_v1.4.17_mc1.16.5.jar |ItemPhysic |itemphysic |1.6.0 |CREATE_REG|NOSIGNATURE
ironcoals-3.4.1.jar |Iron Coals |ironcoals |3.4.1 |CREATE_REG|NOSIGNATURE
fastbenchminusreplacement-1.4.jar |FastWorkbench Minus Replacemen|fastbenchminusreplacement |1.4 |CREATE_REG|NOSIGNATURE
BetterBurning-1.16.5-6.0.4.jar |BetterBurning |betterburning |6.0.4 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |CREATE_REG|NOSIGNATURE
exoticbirds-1.16.4-1.1.0.jar |Exotic Birds |exoticbirds |1.1.0 |CREATE_REG|NOSIGNATURE
PrettyBeaches_1.16.3-5.2.0.jar |Pretty Beaches |prettybeaches |5.2.0 |CREATE_REG|NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.3.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.3 |CREATE_REG|NOSIGNATURE
DangerousStoneCutter-1.16.2-1.4.jar |Dangerous Stone Cutter |dangerousstonecutter |1.4 |CREATE_REG|NOSIGNATURE
Industrial Agriculture[Industrial Foregoing]-1.16.|Industrial Agriculture Plugin-|iapif |1.16.3-1.7.1 |CREATE_REG|NOSIGNATURE
SaveMyStronghold-1.16.4-1.0.jar |Save My Stronghold! |savemystronghold |1.16.4-1.0 |CREATE_REG|NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |CREATE_REG|NOSIGNATURE
nomowanderer_MC1.16.5_1.1.jar |NoMoWanderer |nomowanderer |1.16.5_1.1 |CREATE_REG|NOSIGNATURE
mowziesmobs-1.5.16.jar |Mowzie's Mobs |mowziesmobs |1.5.16 |CREATE_REG|NOSIGNATURE
mining_helmet-1.16.5-2.0.1.jar |Mining Helmet |mining_helmet |2.0.1 |CREATE_REG|NOSIGNATURE
woot-1.16.5-1.0.5.0.jar |Woot |woot |1.16.5-1.0.5.0 |CREATE_REG|NOSIGNATURE
portable_stonecutter-1.16.4-1.3.4.jar |Portable Stonecutter |portable_stonecutter |1.3.3 |CREATE_REG|NOSIGNATURE
jei-1.16.5-7.6.4.87.jar |Just Enough Items |jei |7.6.4.87 |CREATE_REG|NOSIGNATURE
AttributeFix-1.16.5-10.1.2.jar |AttributeFix |attributefix |10.1.2 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Jellyfishing-1.6.9.jar |Jellyfishing |jellyfishing |1.6.8 |CREATE_REG|NOSIGNATURE
Mekanism-1.16.5-10.0.21.448.jar |Mekanism |mekanism |10.0.21 |CREATE_REG|NOSIGNATURE
Undefeatables 1.4.jar |Undefeatables |undefeatables |1.4 |CREATE_REG|NOSIGNATURE
PassableFoliage-1.16.5-2.2.1.jar |Passable Foliage |passablefoliage |2.2.1 |CREATE_REG|NOSIGNATURE
NaturesCompass-1.16.5-1.8.6.jar |Nature's Compass |naturescompass |1.16.5-1.8.6 |CREATE_REG|NOSIGNATURE
LibX-1.16.3-1.0.39.jar |LibX |libx |1.16.3-1.0.39 |CREATE_REG|NOSIGNATURE
compactmachines-4.0.0-beta.2.jar |Compact Machines 4 |compactmachines |4.0.0-beta.2 |CREATE_REG|NOSIGNATURE
good-nights-sleep-1.16.5-1.2.14.jar |Good Night's Sleep |good_nights_sleep |1.2.14 |CREATE_REG|NOSIGNATURE
engineerstools-1.16.4-1.1.4.jar |Engineer's Tools |engineerstools |1.1.4 |CREATE_REG|bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
FarmingForBlockheads_1.16.3-7.3.0.jar |Farming for Blockheads |farmingforblockheads |7.3.0 |CREATE_REG|NOSIGNATURE
pneumaticcraft-repressurized-1.16.5-2.12.0-177.jar|PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.12.0-177 |CREATE_REG|NOSIGNATURE
snowundertrees-1.16.5-v1.1.4.jar |Snow Under Trees |snowundertrees |v1.1.4 |CREATE_REG|NOSIGNATURE
ClickMachine-1.16.4-4.3.0.jar |Click Machine |clickmachine |4.3.0 |CREATE_REG|NOSIGNATURE
additional_lights-1.16.4-2.1.3.jar |Additional Lights |additional_lights |2.1.3 |CREATE_REG|NOSIGNATURE
JEITweaker-1.16.5-1.0.1.15.jar |JEI Tweaker |jeitweaker |1.0.1.15 |CREATE_REG|NOSIGNATURE
CraftTweaker-1.16.5-7.1.0.224.jar |CraftTweaker |crafttweaker |7.1.0 |CREATE_REG|NOSIGNATURE
extradisks-1.16.4-1.5.0.jar |Extra Disks |extradisks |1.5.0 |CREATE_REG|NOSIGNATURE
ImmersivePetroleum-1.16.5-3.2.0-3.jar |Immersive Petroleum |immersivepetroleum |3.2.0-3 |CREATE_REG|NOSIGNATURE
simpletomb-1.16.5-1.0.7.jar |Simple Tombstone |simpletomb |1.16.5-1.0.7 |CREATE_REG|1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
blame-1.16.4-1.9.2.jar |Blame! |blame |1.9.2 |CREATE_REG|NOSIGNATURE
ZeroCore2-1.16.4-2.0.21.jar |Zero CORE 2 |zerocore |1.16.4-2.0.21 |CREATE_REG|NOSIGNATURE
forge-1.16.5-36.1.4-server.jar |Minecraft |minecraft |1.16.5 |CREATE_REG|NOSIGNATURE
theoneprobe-1.16-3.0.7.jar |The One Probe |theoneprobe |1.16-3.0.7 |CREATE_REG|NOSIGNATURE
clockout-1.16.4-2.0.0.1.jar |Clockout |clockout |2.0.0.1 |CREATE_REG|NOSIGNATURE
configswapper-1.2.jar |Config Swapper |configswapper |1.2 |CREATE_REG|NOSIGNATURE
ImmersiveEngineering-1.16.5-4.2.4-134.jar |Immersive Engineering |immersiveengineering |1.16.5-4.2.4-134 |CREATE_REG|44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
SaveYourPets-1.16.2-1.0.0.5.jar |Save Your Pets |syp |1.0.0.5 |CREATE_REG|NOSIGNATURE
pamhc2crops-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |CREATE_REG|NOSIGNATURE
EmendatusEnigmatica-1.16.5-1.2.4.jar |Emendatus Enigmatica |emendatusenigmatica |1.16.5-1.2.4 |CREATE_REG|NOSIGNATURE
ceilingtorch-1.16.5-v1.10.jar |Ceiling Torch |ceilingtorch |v1.10 |CREATE_REG|NOSIGNATURE
jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |CREATE_REG|NOSIGNATURE
Mantle-1.16.5-1.6.92.jar |Mantle |mantle |1.6.92 |CREATE_REG|NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |CREATE_REG|NOSIGNATURE
ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |CREATE_REG|NOSIGNATURE
baubley-heart-canisters-1.16.4-1.1.2.jar |Baubley Heart Canisters |bhc |1.1.2 |CREATE_REG|NOSIGNATURE
serverconfigupdater-1.3.jar |ServerConfig Updater |serverconfigupdater |1.3 |CREATE_REG|NOSIGNATURE
lava-monster-1.16.4-1.0.9.jar |Lava Monster |lava_monster |1.0.9 |CREATE_REG|NOSIGNATURE
polymorph-forge-1.16.5-0.24.jar |Polymorph |polymorph |1.16.5-0.24 |CREATE_REG|NOSIGNATURE
multibeds-1.16-1.7.9.jar |Multi-Beds |multibeds |1.7.9 |CREATE_REG|NOSIGNATURE
JustEnoughProfessions-1.16.5-1.2.1.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.1 |CREATE_REG|NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |CREATE_REG|NOSIGNATURE
FastFurnace-1.16.4-4.4.0.jar |FastFurnace |fastfurnace |4.4.0 |CREATE_REG|NOSIGNATURE
connectedglass-1.0.8-mc1.16.5.jar |Connected Glass |connectedglass |1.0.8 |CREATE_REG|NOSIGNATURE
occultism-1.16.5-1.0.17.jar |Occultism |occultism |1.16.5-1.0.17 |CREATE_REG|NOSIGNATURE
byg-1.1.14.jar |Oh The Biomes You'll Go |byg |1.1.14 |CREATE_REG|NOSIGNATURE
extremeSoundMuffler-3.9_Forge-1.16.5.jar |Extreme Sound Muffler |extremesoundmuffler |3.9_forge-1.16.5 |CREATE_REG|NOSIGNATURE
CosmeticArmorReworked-1.16.5-v1b.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v1b |CREATE_REG|5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
magipsi-1.16.4-2.0.0.0.jar |Magical Psi |magipsi |1.16.4-2.0.0.0 |CREATE_REG|NOSIGNATURE
EnderMail-1.16.5-1.2.0.jar |Ender Mail |endermail |1.16.5-1.2.0 |CREATE_REG|NOSIGNATURE
lootbagmod-1.16.5-1.6.6.jar |Loot Bag Mod |lootbagmod |1.6.6 |CREATE_REG|NOSIGNATURE
farlanders-1.16.4-1.3.8.jar |The Farlanders |farlanders |1.3.8 |CREATE_REG|NOSIGNATURE
rsrequestify-1.16.3-2.0.1.jar |RSRequestify |rsrequestify |2.0.1 |CREATE_REG|NOSIGNATURE
CyclopsCore-1.16.5-1.11.5.jar |Cyclops Core |cyclopscore |1.11.5 |CREATE_REG|NOSIGNATURE
Instrumental-Mobs-1.16.3-1.3.1.jar |Instrumental Mobs |instrumentalmobs |1.3.1 |CREATE_REG|NOSIGNATURE
astralsorcery-1.16.4-1.13.9.jar |Astral Sorcery |astralsorcery |1.16.4-1.13.9 |CREATE_REG|45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |CREATE_REG|NOSIGNATURE
aiotbotania-1.16.4-1.7.5.jar |AIOT Botania |aiotbotania |1.7.5 |CREATE_REG|NOSIGNATURE
advancedperipherals-0.4.6b.jar |Advanced Peripherals |advancedperipherals |0.4.6b |CREATE_REG|NOSIGNATURE
Hats-1.16.5-10.1.0.jar |Hats |hats |10.1.0 |CREATE_REG|NOSIGNATURE
morecreatestuffs-1.3.jar |More Create Stuffs |morecreatestuffs |1.3 |CREATE_REG|NOSIGNATURE
ExtendedCrafting-1.16.4-3.1.4.jar |Extended Crafting |extendedcrafting |3.1.4 |CREATE_REG|NOSIGNATURE
ChineseWorkshop-1.16.3-3.2.1.jar |ChineseWorkshop |chineseworkshop |3.2.1 |CREATE_REG|NOSIGNATURE
Kiwi-1.16.5-3.5.0.jar |Kiwi |kiwi |3.5.0 |CREATE_REG|NOSIGNATURE
autooredictconv-1.16.4-16.1.9.jar |Auto Ore Dictionary Converter |autooredictconv |16.1.9 |ERROR |NOSIGNATURE
Industrial Agriculture[Core]-1.16.3-1.7.1.jar |Industrial Agriculture |industrialagriculture |1.16.3-1.7.1 |CREATE_REG|NOSIGNATURE
KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |CREATE_REG|NOSIGNATURE
rsgauges-1.16.4-1.2.9-b1.jar |Gauges and Switches |rsgauges |1.2.9-b1 |CREATE_REG|bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
findme-1.16.3-2.1.0.0.jar |Find Me |findme |NONE |CREATE_REG|NOSIGNATURE
glassential-forge-1.16.5-1.1.6.jar |Glassential |glassential |1.1.6 |CREATE_REG|NOSIGNATURE
MoreMobGriefingOptions-1.16.5-1.0.0.jar |More MobGriefing Options |moremobgriefingoptions |1.0.0 |CREATE_REG|NOSIGNATURE
CookingForBlockheads_1.16.5-9.3.1.jar |Cooking for Blockheads |cookingforblockheads |9.3.1 |CREATE_REG|NOSIGNATURE
Placebo-1.16.4-4.4.2.jar |Placebo |placebo |4.4.2 |CREATE_REG|NOSIGNATURE
jumpoverfences-1.16.4-1.0.1.jar |Jump Over Fences |jumpoverfences |1.16.4-1.0.1 |CREATE_REG|NOSIGNATURE
citadel-1.6.2.jar |Citadel |citadel |1.6.2 |CREATE_REG|NOSIGNATURE
alexsmobs-1.9.1.jar |Alex's Mobs |alexsmobs |1.9.1 |CREATE_REG|NOSIGNATURE
iceandfire-2.1.6-1.16.4.jar |Ice and Fire |iceandfire |2.1.6-1.16.4 |CREATE_REG|NOSIGNATURE
allthemodium-1.4.1-1.16.5-36.1.0.jar |Allthemodium |allthemodium |1.4.1-1.16.5-36.1.0 |CREATE_REG|NOSIGNATURE
mightyarchitect-mc1.16.3_v0.5.jar |The Mighty Architect |mightyarchitect |0.5 |CREATE_REG|NOSIGNATURE
potionsmaster-0.2.0-1.16.5-36.0.52.jar |Potions Master |potionsmaster |0.2.0-1.16.5-36.0.52|CREATE_REG|NOSIGNATURE
culinaryconstruct-forge-1.16.5-4.0.0.6.jar |Culinary Construct |culinaryconstruct |1.16.5-4.0.0.6 |CREATE_REG|NOSIGNATURE
MutantBeasts-1.16.4-1.1.3.jar |Mutant Beasts |mutantbeasts |1.16.4-1.1.3 |CREATE_REG|d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
cartographer-0.0.2-1.16.5-36.0.52.jar |Cartographer |cartographer |0.0.2-1.16.5-36.0.52|CREATE_REG|NOSIGNATURE
Bookshelf-1.16.5-10.0.7.jar |Bookshelf |bookshelf |10.0.7 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
DarkUtilities-1.16.5-8.0.9.jar |Dark Utilities |darkutils |8.0.9 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
BotanyPots-1.16.5-7.0.17.jar |BotanyPots |botanypots |7.0.17 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
BotanyTrees-1.16.5-3.0.4.jar |BotanyTrees |botanytrees |3.0.4 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Tips-1.16.5-4.0.8.jar |Tips |tips |4.0.8 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
buildinggadgets-1.16.5-3.8.0.jar |Building Gadgets |buildinggadgets |3.8.0 |CREATE_REG|NOSIGNATURE
forge-1.16.5-36.1.4-universal.jar |Forge |forge |36.1.4 |CREATE_REG|22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Ceramics-1.16.5-1.6.2.jar |Ceramics |ceramics |1.6.2 |CREATE_REG|NOSIGNATURE
PassthroughSigns-1.16.4-2.3.7.jar |Passthrough Signs |passthroughsigns |1.16.4-2.3.7 |CREATE_REG|NOSIGNATURE
cofh_core-1.16.4-1.2.1.jar |CoFH Core |cofh_core |1.2.1 |CREATE_REG|NOSIGNATURE
thermal_foundation-1.16.4-1.2.0.jar |Thermal Series |thermal |1.2.0 |CREATE_REG|NOSIGNATURE
thermal_innovation-1.16.4-1.2.0.jar |Thermal Innovation |thermal_innovation |1.2.0 |CREATE_REG|NOSIGNATURE
thermal_locomotion-1.16.4-1.2.0.jar |Thermal Locomotion |thermal_locomotion |1.2.0 |CREATE_REG|NOSIGNATURE
plonk-1.16.5-9.0.7.jar |Plonk |plonk |9.0.7 |CREATE_REG|NOSIGNATURE
Psi 1.16-93.jar |Psi |psi |1.16-92 |CREATE_REG|NOSIGNATURE
thermal_cultivation-1.16.4-1.2.0.jar |Thermal Cultivation |thermal_cultivation |1.2.0 |CREATE_REG|NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |CREATE_REG|NOSIGNATURE
Aquaculture-1.16.5-2.1.16.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.16 |CREATE_REG|NOSIGNATURE
Waddles-1.16.5-0.8.12.jar |Waddles |waddles |1.16.5-0.8.12 |CREATE_REG|NOSIGNATURE
ProgressiveBosses-2.2.0-mc1.16.x.jar |Progressive Bosses |progressivebosses |2.2.0 |CREATE_REG|NOSIGNATURE
mcw-doors-1.0.2-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.2 |CREATE_REG|NOSIGNATURE
betterbeaconplacement_1.16.5-1.3.jar |Better Beacon Placement |betterbeaconplacement |1.3 |CREATE_REG|NOSIGNATURE
MekanismGenerators-1.16.5-10.0.21.448.jar |Mekanism: Generators |mekanismgenerators |10.0.21 |CREATE_REG|NOSIGNATURE
carryon-1.16.5-1.15.3.13.jar |Carry On |carryon |1.15.3.13 |CREATE_REG|8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
XNetGases-1.16.5-2.2.6.jar |XNet Gases |xnetgases |2.2.6 |CREATE_REG|NOSIGNATURE
HydroGel-1.16.4-2.2.1.jar |HydroGel |hydrogel |2.2.1 |CREATE_REG|NOSIGNATURE
LostTrinkets-1.16.5-0.1.27.jar |Lost Trinkets |losttrinkets |0.1.27 |CREATE_REG|NOSIGNATURE
twilightforest-1.16.5-4.0.426-universal.jar |The Twilight Forest |twilightforest |NONE |CREATE_REG|NOSIGNATURE
mob_grinding_utils-1.16.5-0.4.21.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.21 |CREATE_REG|NOSIGNATURE
Industrial Agriculture[Gobber]-1.16.3-1.7.1.jar |Industrial Agriculture Plugin-|iapg |1.16.3-1.7.1 |CREATE_REG|NOSIGNATURE
createplus-1.16.4_v0.3.1.3.jar |Create Plus |createplus |1.16.4_v0.3.1.3 |CREATE_REG|NOSIGNATURE
mcw-bridges-1.0.5-mc1.16.5-4.jar |Macaw's Bridges |mcwbridges |1.0.5 |CREATE_REG|NOSIGNATURE
FarmersDelight-1.16.3-0.4.1.jar |Farmer's Delight |farmersdelight |1.16.3-0.4.1 |CREATE_REG|NOSIGNATURE
endertanks-1.16-1.9.5.jar |EnderTanks |endertanks |1.9.5 |CREATE_REG|NOSIGNATURE
CommonCapabilities-1.16.5-2.6.0.jar |CommonCapabilities |commoncapabilities |2.6.0 |CREATE_REG|NOSIGNATURE
AmbientSounds_v3.1.5_mc1.16.5.jar |Ambient Sounds |ambientsounds |3.0.3 |CREATE_REG|NOSIGNATURE
GreaterEye-Forge-1.16.5-1.1.14.jar |GreaterEye |greater_eye |1.1.14 |CREATE_REG|NOSIGNATURE
Compressium-1.16.5-1.2.2.jar |Compressium |compressium |1.2.2 |CREATE_REG|NOSIGNATURE
Ping-1.16.4-1.6.9.jar |Ping |ping |1.16.4-1.6.9 |CREATE_REG|NOSIGNATURE
valkyrielib-1.16.5-3.0.8.0.jar |ValkyrieLib |valkyrielib |1.16.5-3.0.8.0 |CREATE_REG|NOSIGNATURE
envirocore-1.16.5-3.0.8.0.jar |Environmental Core |envirocore |1.16.5-3.0.8.0 |CREATE_REG|NOSIGNATURE
envirotech-1.16.5-3.0.8.0.jar |Environmental Tech |envirotech |1.16.5-3.0.8.0 |CREATE_REG|NOSIGNATURE
valhelsia_structures-16.0.5.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |CREATE_REG|NOSIGNATURE
Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |CREATE_REG|NOSIGNATURE
mcw-fences-1.0.0-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.0 |CREATE_REG|NOSIGNATURE
customgamerules-1.16.4-1.1.1.jar |Powerful Game Rules |customgamerules |1.16.4-1.1.1 |CREATE_REG|1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
simplefarming-1.16.4-1.3.5.jar |Simple Farming |simplefarming |1.16.4-1.3.5 |CREATE_REG|NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |CREATE_REG|NOSIGNATURE
Bountiful-1.16.4-3.3.1.jar |Bountiful |bountiful |1.16.4-3.3.1 |CREATE_REG|NOSIGNATURE
Patchouli-1.16.4-50.jar |Patchouli |patchouli |1.16.4-50 |CREATE_REG|NOSIGNATURE
naturallychargedcreepers_1.16.5-1.4.jar |Naturally Charged Creepers |naturallychargedcreepers |1.4 |CREATE_REG|NOSIGNATURE
collective-1.16.5-2.26.jar |Collective |collective |2.26 |CREATE_REG|NOSIGNATURE
camera-1.16.5-1.0.10.jar |Camera Mod |camera |1.16.5-1.0.10 |CREATE_REG|NOSIGNATURE
OreExcavation-1.8.157.jar |Ore Excavation |oreexcavation |1.8.157 |CREATE_REG|e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f
blockcarpentry-1.16-0.3.5b.jar |BlockCarpentry |blockcarpentry |1.16-0.3.5b |CREATE_REG|NOSIGNATURE
thermal_expansion-1.16.4-1.2.0.jar |Thermal Expansion |thermal_expansion |1.2.0 |CREATE_REG|NOSIGNATURE
DrawersTooltip-1.16.2-2.1.0.jar |Drawers Tooltip |drawerstooltip |2.1.0 |CREATE_REG|NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |CREATE_REG|NOSIGNATURE
Gobber2-Forge-1.16.5-2.3.50.jar |Gobber 2 |gobber2 |2.3.48 |CREATE_REG|NOSIGNATURE
BetterStrongholds-1.16.4-1.0.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.0.1 |CREATE_REG|NOSIGNATURE
Runelic-1.16.5-7.0.1.jar |Runelic |runelic |7.0.1 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
starterkit_1.16.5-2.4.jar |Starter Kit |starterkit |2.4 |CREATE_REG|NOSIGNATURE
architectury-1.12.145-forge.jar |Architectury |architectury |1.12.145 |CREATE_REG|NOSIGNATURE
bambooeverything-1.16.5-1.0.0-forge.jar |Bamboo Everything |bambooeverything |1.0.0 |CREATE_REG|NOSIGNATURE
ftb-gui-library-1605.2.1.41-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.41 |CREATE_REG|NOSIGNATURE
psipherals-1.4.0.jar |Psionic Peripherals |psipherals |version |CREATE_REG|NOSIGNATURE
cc-tweaked-1.16.4-1.95.3.jar |CC: Tweaked |computercraft |1.95.3 |CREATE_REG|NOSIGNATURE
AI-Improvements-1.16.2-0.3.0.jar |AI-Improvements |aiimprovements |0.3.0 |CREATE_REG|NOSIGNATURE
ExtremeReactors2-1.16.4-2.0.23.jar |Extreme Reactors 2 |bigreactors |1.16.4-2.0.23 |CREATE_REG|NOSIGNATURE
compactcrafting-1.0.0-beta.2.jar |Compact Crafting |compactcrafting |1.0.0-beta.2 |CREATE_REG|NOSIGNATURE
trashcans-1.0.9-mc1.16.5.jar |Trash Cans |trashcans |1.0.9 |CREATE_REG|NOSIGNATURE
The_Undergarden-1.16.5-0.5.0.jar |The Undergarden |undergarden |0.5.0 |CREATE_REG|NOSIGNATURE
InventoryEssentials_1.16.3-2.3.1.jar |Inventory Essentials |inventoryessentials |2.3.1 |CREATE_REG|NOSIGNATURE
enchantwithmob-1.16.5-1.3.6.jar |Enchant With Mob |enchantwithmob |1.16.5-1.3.6 |CREATE_REG|NOSIGNATURE
speedyladders-1.16.5-2.jar |Speedy Ladders |speedyladders |1.16.5-2 |CREATE_REG|NOSIGNATURE
ServerTabInfo-1.16.4-1.3.3.jar |Server Tab Info |servertabinfo |1.3.3 |CREATE_REG|NOSIGNATURE
QuantumStorage-1.16.4-5.3.0.jar |QuantumStorage |quantumstorage |5.3.0Alpha5 |CREATE_REG|NOSIGNATURE
[1.16.5] RecipeEnhancements-1.5.2.jar |Recipe Enhancements |recipe_enhancements |1.16.5-1.5.1 |CREATE_REG|NOSIGNATURE
corail_pillar-1.16-5.0.0.jar |Corail Pillar |corail_pillar |5.0.0 |CREATE_REG|NOSIGNATURE
Cyclic-1.16.5-1.2.7.jar |Cyclic |cyclic |1.16.5-1.2.7 |CREATE_REG|1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
inventorysorter-1.16.1-18.1.0.jar |Simple Inventory Sorter |inventorysorter |18.1.0 |CREATE_REG|NOSIGNATURE
rhino-1.7.13-build.23.jar |Rhino |rhino |1.7.13-build.23 |CREATE_REG|NOSIGNATURE
kubejs-1605.3.7-build.185-forge.jar |KubeJS |kubejs |1605.3.7-build.185 |CREATE_REG|NOSIGNATURE
BotaniaAdditionsMC1.16.4-1.0.4.jar |Botania Additions |botaniaadditions |1.0.4 |CREATE_REG|NOSIGNATURE
BedBenefits-1.16.5-5.0.3.jar |BedBenefits |bedbenefits |5.0.3 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
MCDoom-Mod-1.16.5-3.10.0.jar |Doom Mod |doom |3.10.0 |CREATE_REG|NOSIGNATURE
geckolib-forge-1.16.5-3.0.31.jar |GeckoLib |geckolib3 |3.0.31 |CREATE_REG|NOSIGNATURE
Cucumber-1.16.4-4.1.9.jar |Cucumber Library |cucumber |4.1.9 |CREATE_REG|NOSIGNATURE
TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |CREATE_REG|NOSIGNATURE
pamhc2trees-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.1 |CREATE_REG|NOSIGNATURE
flatbedrock-1.16.4-1.1.6.jar |Flat Bedrock |flatbedrock |1.16.4-1.1.6 |CREATE_REG|NOSIGNATURE
snad-1.0.5-1.16.5.jar |Snad |snad |1.0.5 |CREATE_REG|NOSIGNATURE
MoreJellyfish-1.1.5.jar |More Jellyfish |more_jellyfish |1.0.0 |CREATE_REG|NOSIGNATURE
Overloaded-1.16.4-0.0.92.jar |Overloaded |overloaded |1.16.4-0.0.91 |CREATE_REG|8f:e1:00:20:a7:e0:d5:e3:c4:cd:aa:9f:76:9b:99:87:e0:09:9e:98:80:e2:57:c6:5d:d1:b1:c3:79:22:e5:65
item-filters-1605.2.4-build.30-forge.jar |Item Filters |itemfilters |1605.2.4-build.30 |CREATE_REG|NOSIGNATURE
ftb-quests-1605.2.1-build.39-forge.jar |FTB Quests |ftbquests |1605.2.1-build.39 |CREATE_REG|NOSIGNATURE
platforms-1.16-1.7.11.jar |Platforms |platforms |1.7.11 |CREATE_REG|NOSIGNATURE
Druidcraft-1.16.5-0.4.52.jar |Druidcraft |druidcraft |0.4.52 |CREATE_REG|NOSIGNATURE
Scannable-MC1.16.5-1.7.3.17.jar |Scannable |scannable |1.7.3.17 |CREATE_REG|NOSIGNATURE
woodenutilities-1.0.6-1.16.4.jar |Wooden Utilities |woodenutilities |1.0.5 |CREATE_REG|NOSIGNATURE
create-mc1.16.5_v0.3.1c.jar |Create |create |mc1.16.5_v0.3.1c+151|CREATE_REG|NOSIGNATURE
ZYCraft-1.16.4-2.0.2.jar |ZYCraft |zycraft |2.0.2 |CREATE_REG|NOSIGNATURE
Waystones_1.16.5-7.4.0.jar |Waystones |waystones |7.4.0 |CREATE_REG|NOSIGNATURE
Clumps-6.0.0.21.jar |Clumps |clumps |6.0.0.21 |CREATE_REG|NOSIGNATURE
journeymap-1.16.5-5.7.1.jar |Journeymap |journeymap |5.7.1 |CREATE_REG|NOSIGNATURE
NastyMobs-1.16.3-1.0.0.8.jar |Nasty Mobs |nasty |1.0.0.8 |CREATE_REG|NOSIGNATURE
comforts-forge-1.16.4-4.0.1.0.jar |Comforts |comforts |1.16.4-4.0.1.0 |CREATE_REG|NOSIGNATURE
appliedenergistics2-8.3.0-beta.1.jar |Applied Energistics 2 |appliedenergistics2 |8.3.0-beta.1 |CREATE_REG|95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
Storage4ComputerCraft-1.16.4-1.2.2.jar |Storage for ComputerCraft |storage4computercraft |1.2.2 |CREATE_REG|NOSIGNATURE
Artifacts-1.16.5-2.8.4.jar |Artifacts |artifacts |1.16.5-2.8.4 |CREATE_REG|NOSIGNATURE
SimpleStorageNetwork-1.16.5-1.3.5.jar |Simple Storage Network |storagenetwork |1.16.5-1.3.5 |CREATE_REG|1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
gardentools-1.16.5-1.1.1.jar |Garden Tools |gardentools |1.16.5-1.1.1 |CREATE_REG|1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |CREATE_REG|NOSIGNATURE
DungeonCrawl-1.16.3-2.2.4.jar |Dungeon Crawl |dungeoncrawl |2.2.4 |CREATE_REG|NOSIGNATURE
demagnetize-forge-1.16.2-1.2.2.jar |Demagnetize |demagnetize |1.16.2-1.2.2 |CREATE_REG|NOSIGNATURE
lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |CREATE_REG|NOSIGNATURE
mcjtylib-1.16-5.0.19.jar |McJtyLib |mcjtylib |1.16-5.0.19 |CREATE_REG|NOSIGNATURE
rftoolsbase-1.16-2.0.10.jar |RFToolsBase |rftoolsbase |1.16-2.0.10 |CREATE_REG|NOSIGNATURE
xnet-1.16-3.0.11.jar |XNet |xnet |1.16-3.0.11 |CREATE_REG|NOSIGNATURE
notenoughwands-1.16-3.0.1.jar |Not Enough Wands |notenoughwands |1.16-3.0.1 |CREATE_REG|NOSIGNATURE
rftoolspower-1.16-3.0.8.jar |RFToolsPower |rftoolspower |1.16-3.0.8 |CREATE_REG|NOSIGNATURE
rftoolsbuilder-1.16-3.0.16.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.0.16 |CREATE_REG|NOSIGNATURE
rftoolsstorage-1.16-2.0.11.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.11 |CREATE_REG|NOSIGNATURE
rftoolscontrol-1.16-4.0.8.jar |RFToolsControl |rftoolscontrol |1.16-4.0.8 |CREATE_REG|NOSIGNATURE
bedspreads-forge-1.16.5-5.1.0.2.jar |Bedspreads |bedspreads |1.16.5-5.1.0.2 |CREATE_REG|NOSIGNATURE
Interactio-1.16.4-3.1.1.jar |Interactio |interactio |1.16.4-3.1.1 |CREATE_REG|NOSIGNATURE
walljump-forge-1.16.4-1.3.7.jar |Wall-Jump! |walljump |1.16.4-1.3.7 |CREATE_REG|NOSIGNATURE
inventorypets-1.16.5-2.0.14.jar |Inventory Pets |inventorypets |2.0.14 |CREATE_REG|NOSIGNATURE
iChunUtil-1.16.5-10.2.0.jar |iChunUtil |ichunutil |10.2.0 |CREATE_REG|NOSIGNATURE
compactstorage-1.16.5-5.1b17.jar |Compact Storage |compactstorage |1.16.5-5.1b17 |CREATE_REG|NOSIGNATURE
mininggadgets-1.7.5.jar |Mining Gadgets |mininggadgets |1.7.5 |CREATE_REG|NOSIGNATURE
strongfarmland-1.16.3-1.1.0.jar |Stronger Farmland |strongfarmland |1.16.3-1.1.0 |CREATE_REG|1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |CREATE_REG|NOSIGNATURE
ftb-chunks-1605.2.3-build.75.jar |FTB Chunks |ftbchunks |1605.2.3-build.75 |CREATE_REG|NOSIGNATURE
campfiretorches-1.16.3-1.0.3.jar |Campfire Torches |campfiretorches |1.16.3-1.02 |CREATE_REG|NOSIGNATURE
BloodMagic-1.16.4-3.1.0-15.jar |Blood Magic |bloodmagic |1.16.4-3.1.0-15 |CREATE_REG|NOSIGNATURE
scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |CREATE_REG|NOSIGNATURE
recipebuffers-2.1.jar |Recipe Buffers |recipebuffers |2.1 |CREATE_REG|41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
meetyourfight-1.16.5-1.1.2.jar |Meet Your Fight |meetyourfight |1.1.2 |CREATE_REG|NOSIGNATURE
immersiveposts-1.16.5-4.0.0.jar |Immersive Posts |immersiveposts |4.0.0 |CREATE_REG|d5:aa:49:67:b7:dd:64:8a:a4:7d:3e:57:12:6b:f9:3f:e8:5e:6b:24:d9:f9:c5:fb:c5:e7:a0:cf:98:64:dc:d0
MysticalAgriculture-1.16.4-4.1.7.jar |Mystical Agriculture |mysticalagriculture |4.1.7 |CREATE_REG|NOSIGNATURE
MysticalAgradditions-1.16.4-4.1.5.jar |Mystical Agradditions |mysticalagradditions |4.1.5 |CREATE_REG|NOSIGNATURE
matc-1.1.2.jar |Mystical Agriculture Tiered Cr|matc |1.1.2 |CREATE_REG|NOSIGNATURE
CraftingTweaks_1.16.3-12.2.0.jar |Crafting Tweaks |craftingtweaks |12.2.0 |CREATE_REG|NOSIGNATURE
TConstruct-1.16.5-3.0.3.111.jar |Tinkers' Construct |tconstruct |3.0.3.111 |CREATE_REG|NOSIGNATURE
rftoolsutility-1.16-3.0.25.jar |RFToolsUtility |rftoolsutility |1.16-3.0.25 |CREATE_REG|NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.7.jar |EnchantmentDescriptions |enchdesc |7.0.7 |CREATE_REG|eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |CREATE_REG|NOSIGNATURE
nohostilesaroundcampfire_1.16.5-3.3.jar |No Hostiles Around Campfire |nohostilesaroundcampfire |3.3 |CREATE_REG|NOSIGNATURE
ToolBelt-1.16.5-1.16.0.jar |Tool Belt |toolbelt |1.16.0 |CREATE_REG|NOSIGNATURE
titanium-1.16.5-3.2.8.2.jar |Titanium |titanium |3.2.8.2 |CREATE_REG|NOSIGNATURE
mana-and-artifice-1.3.0.6.jar |Mana and Artifice |mana-and-artifice |1.3.0.6 |CREATE_REG|NOSIGNATURE
CreativeCore_v2.1.0_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |CREATE_REG|NOSIGNATURE
towers_of_the_wild-1.16.4-2.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.4-2.0.1 |CREATE_REG|NOSIGNATURE
smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |CREATE_REG|NOSIGNATURE
Quark-r2.4-311.jar |Quark |quark |r2.4-311 |CREATE_REG|NOSIGNATURE
JAOPCA-1.16.5-3.4.0.8.jar |JAOPCA |jaopca |3.4.0.8 |CREATE_REG|NOSIGNATURE
StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |CREATE_REG|NOSIGNATURE
topaddons-1.16.5-2.1.2-beta.jar |TOP Addons |topaddons |1.16.5-2.1.2-beta |CREATE_REG|NOSIGNATURE
FluxNetworks-1.16.5-6.1.6.11.jar |Flux Networks |fluxnetworks |1.16.5-6.1.6.11 |CREATE_REG|NOSIGNATURE
enderchests-1.16-1.7.7.jar |EnderChests |enderchests |1.7.7 |CREATE_REG|NOSIGNATURE
Statues-1.16.5-0.1.6.8.jar |Statues Mod |statues |0.1.6.8 |CREATE_REG|NOSIGNATURE
Auraddons-1.11.1.jar |Auraddons |auraddons |1.11.1 |CREATE_REG|NOSIGNATURE
scaffoldingpower-1.16.5-1.3.0.jar |Scaffolding power |scaffoldingpower |1.16.5-1.3.0 |CREATE_REG|1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
Transport-1.16.5-3.6.0.jar |Transport |transport |3.6.0 |CREATE_REG|NOSIGNATURE
ferritecore-2.0.4-forge.jar |Ferrite Core |ferritecore |2.0.4 |CREATE_REG|41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
engineersdecor-1.16.4-1.1.13-b1.jar |Engineer's Decor |engineersdecor |1.1.13-b1 |CREATE_REG|bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
solcarrot-1.16.3-1.9.10.jar |Spice of Life: Carrot Edition |solcarrot |1.16.3-1.9.10 |CREATE_REG|NOSIGNATURE
moredragoneggs-1.4.jar |More Dragon Eggs |moredragoneggs |1.4 |CREATE_REG|NOSIGNATURE
modular-routers-1.16.5-7.4.0-55.jar |Modular Routers |modularrouters |task ':jar' property|CREATE_REG|NOSIGNATURE
enhancedcelestials-1.0.4-1.16.4.jar |Enhanced Celestials |enhancedcelestials |1.0.4-1.16.4 |CREATE_REG|NOSIGNATURE
refinedstorageaddons-0.7.2.jar |Refined Storage Addons |refinedstorageaddons |0.7.2 |CREATE_REG|NOSIGNATURE
DiscordIntegration-1.16.5-1.0.0.jar |Discord Integration |discordintegration |1.0.0 |CREATE_REG|NOSIGNATURE
botanicalmachinery-1.16.4-0.4.0.jar |Botanical Machinery |botanicalmachinery |0.4.0 |CREATE_REG|NOSIGNATURE
valhelsia_core-16.0.6.jar |Valhelsia Core |valhelsia_core |16.0.6 |CREATE_REG|NOSIGNATURE
forbidden_arcanus-16.2.0-beta-3.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.0-beta-3 |CREATE_REG|NOSIGNATURE
chiselsandbits-0.3.4-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |CREATE_REG|NOSIGNATURE
Morph-o-Tool-1.4-27.jar |Morph-o-Tool |morphtool |1.4-27 |CREATE_REG|NOSIGNATURE
RouterReborn-1.16.3-1.0.11b.jar |Router Reborn |routerreborn |1.16.3-1.0.11b |CREATE_REG|NOSIGNATURE
createaddition-1.16.5-20210421a.jar |Create Crafts & Additions |createaddition |1.16.5-20210421a |CREATE_REG|NOSIGNATURE
balancedenchanting-1.0.jar |Balanced Enchanting |balancedenchanting |1.0 |CREATE_REG|NOSIGNATURE
Crash Report UUID: a3ae66a5-f303-416b-b744-905a520a7fc4

Issue converting specific items

Hey, I'm having a hard time converting a specific item to another since one item has a certain tag and another doesn't i've seen the example given on your forge page and tried using it, but it doesn't seem to work.
Any suggestions?
image

[Developer's Magic 1.12.2] Ore evaporates in the inventory! magic?

after entering the command / odc add
with copper ore from IndustrialCraft2
when trying to put copper ore ANY other than IC2, it simply evaporates from the LOL inventory

Here is a complete log with all the list of everything that happened from the start of the run to the evaporation of the ore
https://paste.ee/p/lDFXn

that for forgive (garbage) from 1.12.2 in the last 12 hours, I have already written 4 times on different Git branches about errors in mods ...

Forgive me for my English, the translator helps me in Google, in Russia even though they learn English but basically the bias in our school was in German and French

1.16 Items convert only when in inventory

It seems the items only convert when they are in your inventory. I have used one on 1.12, not sure if it was yours, but when I would mine say a copper ore it would drop the Thermal Series Copper ore automatically. The version on 1.16 seems to drop the original ore, then when it is in your inventory it is converted to whatever I have set it to convert to (Thermal usually).

I can't remember the issue I had because of this, but I will update this issue if I can remember or encounter something that this would come up.

Server thread/ERROR Parsing error loading recipe autooredictconv:auto_converter

Receiving the following error in log without a crash, just to let u know for fix.

16:37:31] [Server thread/ERROR] [FML]: Parsing error loading recipe autooredictconv:auto_converter com.google.gson.JsonSyntaxException: Unknown item 'autooredictconv:auto_converter' at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:213) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:522) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:415) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:676) ~[CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_222] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:626) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]

Affected Versions

  • AutoOreDictConvert: autooredictconv-1.12-1.0.1
  • Minecraft: 1.12.2
  • Forge: forge-1.12.2-14.23.5.2838-universal
  • SpongeForge? no
  • Optifine? no
  • Single Player and/or Server? Server

Put the "Auto" back into AutoOreDictConverter

Have an option (or make it the default) so that the mod automatically decides to which ore to convert to.
For example, on first world load, the mod looks trough the forge:ore list and uses the first entry of every type of ore as the target to convert ores to.
Then have a command to re-run the process, this way it is possible to recalculate in case a mod gets added/removed.

It ultimately doesn't matter what the ores get converted to, and this way there would be no configuration involved.

allow /odc add to specify tag

See #13 comment at the bottom

With mods that adds metal dusts, gears, etc, the mod adds all the tags on the held item to the list. I have a few suggestions:

ignore more common base tags (e.g. forge:dusts, forge:gears, forge:coins, forge:plates, etc.)
Allow the "/odc add" command to pass arguments of a certain tag like "/odc add forge:dusts/iron"
i.e.
-if no argument is passed, adds all tags to conversion
-if an argument is passed, only add the specified tag to conversion

Feature Request: Toggle-able ore converting

Setting up sorting systems to process ore is made difficult by the auto conversion. As it stands, you cannot setup export buses to pull 5 different copper ores from an ME system if they all become the same type of copper ore the second they touch your inventory.

I think it would great if there was a toggleable gui element or command that would enable/disable auto ore conversions. This would allow the user to disable conversion, take 5 different copper ores, place each one of them into the ME export bus(or other item filters / sorting mods), and then re-enable conversion.

AutoOreDictConv in-game commands lose comments when writing to .cfg file

With autooredictconv-1.16.4-16.1.6.jar (autooredictconv-1.16.4-16.1.5.jar also had this issue, but just noticed the headers gone today) for Minecraft 1.16.5 and Forge 31.0.14, when I run /odc add in-game, it re-writes the autooredictconv-conversions.cfg file, but without the helpful headers anymore.

Initial version:

# Format for tag conversion (all items in tag `namespace:tag/name` will be converted to destination item `modid:item`):
# namespace:tag/name=modid:item
# Format for direct item conversion (the item `modid:sourceitem` will be converted to `modid:destitem`):
# modid:sourceitem>modid:destitem

# Default conversions config
forge:ores/iron=minecraft:iron_ore
forge:ores/gold=minecraft:gold_ore
forge:ores/lapis=minecraft:lapis_ore
forge:ores/diamond=minecraft:diamond_ore
forge:ores/emerald=minecraft:emerald_ore

After adding some entries via /odc add, I saw the comments above gone, so re-edited ( while the server was off) autooredictconv-conversions.cfg (adding back the comments) and sorted the file to look like this:

# Format for tag conversion (all items in tag `namespace:tag/name` will be converted to destination item `modid:item`):
# namespace:tag/name=modid:item
# Format for direct item conversion (the item `modid:sourceitem` will be converted to `modid:destitem`):
# modid:sourceitem>modid:destitem

# Default conversions config
forge:ingots/aluminium=janoeo:aluminium_ingot
forge:ingots/bismuth=silents_mechanisms:bismuth_ingot
forge:ingots/copper=janoeo:copper_ingot
forge:ingots/lead=janoeo:lead_ingot
forge:ingots/tin=janoeo:tin_ingot
forge:ingots/zinc=janoeo:zinc_ingot
forge:ores/copper=janoeo:copper_ore
forge:ores/diamond=minecraft:diamond_ore
forge:ores/emerald=minecraft:emerald_ore
forge:ores/gold=minecraft:gold_ore
forge:ores/iron=minecraft:iron_ore
forge:ores/lapis=minecraft:lapis_ore
forge:ores/lead=janoeo:lead_ore
forge:ores/silver=janoeo:silver_ore
forge:ores/uranium=janoeo:uranium_ore
forge:ores/zinc=janoeo:zinc_ore

The comments remained there after the server was started up. To see if the comments got removed again, I added janoeo:uranium_ingot, mekanism:ingot_osmium, and mekanism:osmium_ore via /odc add and the file autooredictconv-conversions.cfg is now missing the descriptive comments at the top telling me what format to put the entries in:

forge:ingots/uranium=janoeo:uranium_ingot
forge:ingots/bismuth=silents_mechanisms:bismuth_ingot
forge:ores/silver=janoeo:silver_ore
forge:ingots/zinc=janoeo:zinc_ingot
forge:ingots/copper=janoeo:copper_ingot
forge:ores/lapis=minecraft:lapis_ore
forge:ores/uranium=janoeo:uranium_ore
forge:ingots/aluminium=janoeo:aluminium_ingot
forge:ores/zinc=janoeo:zinc_ore
forge:ores/iron=minecraft:iron_ore
forge:ores/osmium=mekanism:osmium_ore
forge:ingots/lead=janoeo:lead_ingot
forge:ores/emerald=minecraft:emerald_ore
forge:ores/copper=janoeo:copper_ore
forge:ingots/osmium=mekanism:ingot_osmium
forge:ores/diamond=minecraft:diamond_ore
forge:ores/gold=minecraft:gold_ore
forge:ingots/tin=janoeo:tin_ingot
forge:ores/lead=janoeo:lead_ore

Might also be nice to have the entries in a lexicographical sort like I did in my manual entries for easier reading later, but I can open a separate ticket if you want that tracked. ;)

Here's my currently manually re-formatted if you like:

# Format for tag conversion (all items in tag `namespace:tag/name` will be converted to destination item `modid:item`):
# namespace:tag/name=modid:item
# Format for direct item conversion (the item `modid:sourceitem` will be converted to `modid:destitem`):
# modid:sourceitem>modid:destitem

# Default conversions config
forge:ores/diamond=minecraft:diamond_ore
forge:ores/emerald=minecraft:emerald_ore
forge:ores/gold=minecraft:gold_ore
forge:ores/iron=minecraft:iron_ore
forge:ores/lapis=minecraft:lapis_ore

# Tag conversions
forge:ingots/aluminium=janoeo:aluminium_ingot
forge:ingots/bismuth=silents_mechanisms:bismuth_ingot
forge:ingots/copper=janoeo:copper_ingot
forge:ingots/lead=janoeo:lead_ingot
forge:ingots/osmium=mekanism:ingot_osmium
forge:ingots/tin=janoeo:tin_ingot
forge:ingots/uranium=janoeo:uranium_ingot
forge:ingots/zinc=janoeo:zinc_ingot
forge:ores/copper=janoeo:copper_ore
forge:ores/lead=janoeo:lead_ore
forge:ores/osmium=mekanism:osmium_ore
forge:ores/silver=janoeo:silver_ore
forge:ores/uranium=janoeo:uranium_ore
forge:ores/zinc=janoeo:zinc_ore

# Item conversions
electrodynamics:orecopper>janoeo:copper_ore
electrodynamics:orelead>janoeo:lead_ore
electrodynamics:oresilver>janoeo:silver_ore
electrodynamics:oretin>janoeo:tin_ore

Feature request: merge items with only its ID's

Merging items separately only by its ID.
example: iceandfire:silver_ore=silentgems:silver_ore (excluding thermalexpansion:silver_ore, so the thermalexpansion silver ore is not being merged)

Just why

Just why would you use beacon payment tags i can't play with this mod bc of that it convert all the ingot to beacon payment

Mod converting tin to nickel, nickel to tin

Forge 40.1.20
Auto Ore Dict 1.18.2-14.0.1
Thermal Exp 1.18.2-1.6.0.8
Thermal Found 1.18.2-1.6.0.20
Immersive Engineering 1.18.2-8.0.1-147

I wanted all ingots to convert to Thermal. I used /odc add while holding Thermal tin. All the Immersive tin AND nickel in my inventory converted to Thermal tin. The same happened when trying to set Thermal nickel as the default. The tin converted to nickel. The Immersive Engineering Silver I had in my hand did not get converted. I have not tried with other ingots to see if this happens with others as well.

image

Blacklist MineColonies for default conversion

Hi there,

With autooredictconv-1.16.4-16.1.5.jar for Minecraft 1.16.5 and Forge 31.0.14 (haven't tried earlier ones), every time I add an ore with /odc add, it also adds five MineColonies (I also have that mod) entries, which are kind of like the forge:ingots in that they apply to every ingot, so when I put ingots into my inventory they all get converted to whatever I just added (a la #11 ).

I'd like these minecolonies: entries to be blacklisted by default, if possible, so that only the forge:ingots/lead tag that I want gets added and no cleanup is necessary:

[21:51:49] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Added janoeo:lead_ingot as the default conversion for the minecolonies:sawmill_ingredient_excluded tag]
[21:51:49] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Added janoeo:lead_ingot as the default conversion for the minecolonies:blacksmith_product tag]
[21:51:49] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Added janoeo:lead_ingot as the default conversion for the minecolonies:blacksmith_ingredient tag]
[21:51:49] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Added janoeo:lead_ingot as the default conversion for the minecolonies:reduceable_product_excluded tag]
[21:51:49] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Added janoeo:lead_ingot as the default conversion for the forge:ingots/lead tag]
[21:51:49] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Added janoeo:lead_ingot as the default conversion for the minecolonies:reduceable_ingredient tag]

Here are the entries after adding the janoeo:lead_ingot that I was holding in my hand (I already cleaned up the other janoeo entries I added then decided to file this ;) ):

> odc list
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: The configured conversions are:
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: Tag Conversions
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - minecolonies:reduceable_product_excluded: janoeo:lead_ingot
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - forge:ingots/zinc: janoeo:zinc_ingot
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - minecolonies:sawmill_ingredient_excluded: janoeo:lead_ingot
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - forge:ores/lapis: minecraft:lapis_ore
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - forge:ingots/copper: janoeo:copper_ingot
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - minecolonies:reduceable_ingredient: janoeo:lead_ingot
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - minecolonies:blacksmith_product: janoeo:lead_ingot
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - forge:ores/iron: minecraft:iron_ore
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - forge:ores/emerald: minecraft:emerald_ore
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - forge:ingots/lead: janoeo:lead_ingot
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - minecolonies:blacksmith_ingredient: janoeo:lead_ingot
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - forge:ores/gold: minecraft:gold_ore
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - forge:ores/diamond: minecraft:diamond_ore
[21:56:54] [Server thread/INFO] [minecraft/DedicatedServer]: - forge:ingots/tin: janoeo:tin_ingot

As I then have to remove the five MineColonies entries so that only forge:ingots/lead tag is left. :)

[21:51:53] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Removed conversion with tag minecolonies:blacksmith_ingredient, if it exists]
[21:51:55] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Removed conversion with tag minecolonies:blacksmith_product, if it exists]
[21:51:59] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Removed conversion with tag minecolonies:reduceable_ingredient, if it exists]
[21:56:09] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Removed conversion with tag minecolonies:reduceable_product_excluded, if it exists]
[21:56:13] [Server thread/INFO] [minecraft/DedicatedServer]: [sandalle: Removed conversion with tag minecolonies:sawmill_ingredient_excluded, if it exists]

Items get moved around in inventory

Steps to reproduce:

  1. Go into a creative world with a clear inventory.

  2. Give yourself 1 Iron Ore.

  3. Open your (survival) inventory and move the iron ore to another slot. It will jump back into the first slot in your inventory.

Also, in creative mode the iron ore will be doubled if it is placed in one of the top three (non-hotbar) rows, but this doesn't happen in survival so it's not a big deal.

edit: this is on version 1.10.2-1.1.1

Recently registered items disappear, unless "/odc reload" is executed

(You probably just closed a very similar issue, lucky timing)

Basically, what the title says.
Watch this video, as it demonstrates about everything:
https://streamable.com/x4d4i

Reproduction steps:

  1. Clear the mod's config file.
  2. Do "/odc reload".
  3. Register some conversions with "/odc add".
  4. The registered items may start disappearing from inventory when moved around or added to the inventory.
  5. If "/odc reload" is executed, the items will stop disappearing and everything will be fine.
  6. Restarting the game after doing this doesn't cause any issues, so I'm fine for now. ๐Ÿ‘

I'm on Windows 10;
Minecraft version is 1.12.2;
Forge version seems to be 14.23.4.2749;
Mod list: https://pastebin.com/uuW3J9R5

"/odc add" makes the held item preferred for every tag that it has.

Example: All ingots convert to copper ingots because the copper ingots are preferrred in both forge:ingots/silver and forge:ingots

to reproduce:

hold thermal expansion ingot, type /odc add
pickup ingot

when typing "/odc remove forge:ingot" while holding the ingot the issue resolves and the ingots do not convert outside of what I had intended.

"/odc add" makes the held item preferred for every tag that it has

World refuses to load 1.10.2

Got this crash after forcing MC to shut down - I tried to load a world that worked yesterday.
Latest forge for 1.10.2
reverted to prev version - no problem

The log file is here https://dl.dropboxusercontent.com/u/58751759/fml-client-2.log

[17:08:44] [Server thread/ERROR] [FML/]: The following problems were captured during this phase
[17:08:44] [Server thread/ERROR] [FML/]: Caught exception from MattDahEpic Core (mdecore)
java.lang.AbstractMethodError
at com.mattdahepic.mdecore.command.AbstractCommand.registerCommandLogic(AbstractCommand.java:26) ~[mdecore-1.10.2-1.4.jar:?]
at com.mattdahepic.mdecore.command.CommandMDE.(CommandMDE.java:10) ~[mdecore-1.10.2-1.4.jar:?]
at com.mattdahepic.mdecore.command.CommandMDE.(CommandMDE.java:6) ~[mdecore-1.10.2-1.4.jar:?]
at com.mattdahepic.mdecore.MDECore.serverStarting(MDECore.java:83) ~[mdecore-1.10.2-1.4.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) ~[forge-1.10.2-12.18.2.2151.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) ~[forge-1.10.2-12.18.2.2151.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) ~[forge-1.10.2-12.18.2.2151.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:845) [Loader.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:292) [FMLCommonHandler.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:122) [bzl.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[17:08:44] [Server thread/ERROR] [FML/]: A fatal exception occurred during the server starting event
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from MattDahEpic Core (mdecore)

Caused by: java.lang.AbstractMethodError
at com.mattdahepic.mdecore.command.AbstractCommand.registerCommandLogic(AbstractCommand.java:26) ~[mdecore-1.10.2-1.4.jar:?]
at com.mattdahepic.mdecore.command.CommandMDE.(CommandMDE.java:10) ~[mdecore-1.10.2-1.4.jar:?]
at com.mattdahepic.mdecore.command.CommandMDE.(CommandMDE.java:6) ~[mdecore-1.10.2-1.4.jar:?]
at com.mattdahepic.mdecore.MDECore.serverStarting(MDECore.java:83) ~[mdecore-1.10.2-1.4.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) ~[forge-1.10.2-12.18.2.2151.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) ~[LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145) ~[LoadController.class:?]
at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:845) [Loader.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:292) [FMLCommonHandler.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:122) [bzl.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]

[1.16.3] forge:ores all in the same group now

It seems that the 1.16 ores have 2 ore dicts. so when I do /odc add while holding an ore it will not only convert the ore of the same type but also all other ores as well.
Ex: copper ore is forge:ores/copper and forge:ores so it seems to default at forge:ores

Ingots do the same as well. Is there a proper syntax for adding the ores and ingots to add the /ore-ingot option after ther forge:ores?

Auto conversion block doesn't drop

I can create and place the Auto Converter, but when I break it it just disappears. It should drop itself, like virtually every other Minecraft block. And some directions on how to use it (tooltip in JEI, for instance) would be real handy. I thought it was broken when I couldn't connect to it from the side.

Also, XNet will not connect to it, which makes automation using it a bit more difficult.

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.