Jump to content

1.19 server crash : problem during common_setup


Daltax

Recommended Posts

Hello.


My 1.19 server crashes at launch and multiple mods are concerned, that's why I am here. They all have the same issue : problem during the common_setup phase...
Is it a mutual problem ? What can I do to fix it ?
After 6 minecraft :andesite I REMOVED SOME LONG PART OF THE LOG BECAUSE IT CRASHED THE WEBSITE.
Log

Spoiler

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 8/14/22, 1:26 PM
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
    at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:classloading}
    at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:classloading}
    at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19-20220607.102129-srg.jar%23323!/:?] {re:classloading,re:mixin,pl:mixin:A}
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Method.java:577) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19-41.1.0.jar%2365!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2353!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2353!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2353!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2353!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2353!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2353!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2353!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}


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

-- Head --
Thread: main
Stacktrace:
    at org.cyclops.cyclopscore.infobook.InfoBookParser.registerAppendixRecipeFactories(InfoBookParser.java:243) ~[CyclopsCore-1.19-1.17.0.jar%23161!/:1.17.0] {re:classloading}
-- MOD evilcraft --
Details:
    Caused by 0: java.lang.ExceptionInInitializerError
        at org.cyclops.evilcraft.EvilCraft.setup(EvilCraft.java:151) ~[EvilCraft-1.19-1.2.6.jar%23183!/:1.2.6] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}

    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/EvilCraft-1.19-1.2.6.jar
    Failure message: EvilCraft (evilcraft) encountered an error during the common_setup event phase
        java.lang.ExceptionInInitializerError: null
    Mod Version: 1.2.6
    Mod Issue URL: https://github.com/CyclopsMC/EvilCraft/issues
    Exception message: java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because the return value of "net.minecraftforge.registries.IForgeRegistry.getKey(Object)" is null
Stacktrace:
    at org.cyclops.cyclopscore.infobook.InfoBookParser.registerAppendixRecipeFactories(InfoBookParser.java:243) ~[CyclopsCore-1.19-1.17.0.jar%23161!/:1.17.0] {re:classloading}
    at org.cyclops.evilcraft.infobook.OriginsOfDarknessBook.<clinit>(OriginsOfDarknessBook.java:30) ~[EvilCraft-1.19-1.2.6.jar%23183!/:1.2.6] {re:classloading}
    at org.cyclops.evilcraft.EvilCraft.setup(EvilCraft.java:151) ~[EvilCraft-1.19-1.2.6.jar%23183!/:1.2.6] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD naturesaura --
Details:
    Caused by 0: java.lang.ExceptionInInitializerError
        at de.ellpeck.naturesaura.compat.Compat.populateModules(Compat.java:47) ~[NaturesAura-37.1.jar%23253!/:37.1] {re:classloading}
        at de.ellpeck.naturesaura.compat.Compat.setup(Compat.java:25) ~[NaturesAura-37.1.jar%23253!/:37.1] {re:classloading}
        at de.ellpeck.naturesaura.NaturesAura.preInit(NaturesAura.java:62) ~[NaturesAura-37.1.jar%23253!/:37.1] {re:classloading}
        at de.ellpeck.naturesaura.NaturesAura.setup(NaturesAura.java:56) ~[NaturesAura-37.1.jar%23253!/:37.1] {re:classloading}
        at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}

    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/NaturesAura-37.1.jar
    Failure message: Nature's Aura (naturesaura) encountered an error during the common_setup event phase
        java.lang.ExceptionInInitializerError: null
    Mod Version: 37.1
    Mod Issue URL: https://github.com/Ellpeck/NaturesAura
    Exception message: java.lang.NullPointerException: null key in entry: null=charm
Stacktrace:
    at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[guava-31.0.1-jre.jar%2370!/:?] {}
    at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:337) ~[guava-31.0.1-jre.jar%2370!/:?] {re:mixin}
    at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:447) ~[guava-31.0.1-jre.jar%2370!/:?] {}
    at de.ellpeck.naturesaura.compat.CuriosCompat.<clinit>(CuriosCompat.java:33) ~[NaturesAura-37.1.jar%23253!/:37.1] {re:classloading}
    at de.ellpeck.naturesaura.compat.Compat.populateModules(Compat.java:47) ~[NaturesAura-37.1.jar%23253!/:37.1] {re:classloading}
    at de.ellpeck.naturesaura.compat.Compat.setup(Compat.java:25) ~[NaturesAura-37.1.jar%23253!/:37.1] {re:classloading}
    at de.ellpeck.naturesaura.NaturesAura.preInit(NaturesAura.java:62) ~[NaturesAura-37.1.jar%23253!/:37.1] {re:classloading}
    at de.ellpeck.naturesaura.NaturesAura.setup(NaturesAura.java:56) ~[NaturesAura-37.1.jar%23253!/:37.1] {re:classloading}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD integrateddynamics --
Details:
    Caused by 0: java.lang.ExceptionInInitializerError
        at org.cyclops.integrateddynamics.IntegratedDynamics.setup(IntegratedDynamics.java:186) ~[IntegratedDynamics-1.19-1.11.7.jar%23214!/:1.11.7] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}

    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/IntegratedDynamics-1.19-1.11.7.jar
    Failure message: IntegratedDynamics (integrateddynamics) encountered an error during the common_setup event phase
        java.lang.ExceptionInInitializerError: null
    Mod Version: 1.11.7
    Mod Issue URL: https://github.com/CyclopsMC/IntegratedDynamics/issues
    Exception message: java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because the return value of "net.minecraftforge.registries.IForgeRegistry.getKey(Object)" is null
Stacktrace:
    at org.cyclops.cyclopscore.infobook.InfoBookParser.registerAppendixRecipeFactories(InfoBookParser.java:243) ~[CyclopsCore-1.19-1.17.0.jar%23161!/:1.17.0] {re:classloading}
    at org.cyclops.integrateddynamics.infobook.OnTheDynamicsOfIntegrationBook.<clinit>(OnTheDynamicsOfIntegrationBook.java:39) ~[IntegratedDynamics-1.19-1.11.7.jar%23214!/:1.11.7] {re:classloading}
    at org.cyclops.integrateddynamics.IntegratedDynamics.setup(IntegratedDynamics.java:186) ~[IntegratedDynamics-1.19-1.11.7.jar%23214!/:1.11.7] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD occultism --
Details:
    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/occultism-1.19.2-1.43.0.jar
    Failure message: Occultism (occultism) encountered an error during the common_setup event phase
        java.lang.NullPointerException: Registry Object not present: occultism:datura_seeds
    Mod Version: 1.19.2-1.43.0
    Mod Issue URL: https://github.com/klikli-dev/occultism/issues
    Exception message: java.lang.NullPointerException: Registry Object not present: occultism:datura_seeds
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
    at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:mixin,re:classloading}
    at com.github.klikli_dev.occultism.registry.OccultismItems.registerCompostables(OccultismItems.java:410) ~[occultism-1.19.2-1.43.0.jar%23257!/:1.19.2-1.43.0] {re:classloading}
    at com.github.klikli_dev.occultism.Occultism.commonSetup(Occultism.java:117) ~[occultism-1.19.2-1.43.0.jar%23257!/:1.19.2-1.43.0] {re:classloading}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD byg --
Details:
    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/Oh_The_Biomes_You'll_Go-forge-1.19-2.0.0.7.jar
    Failure message: Oh The Biomes You'll Go (byg) encountered an error during the common_setup event phase
        java.lang.IllegalStateException: Config errors were found:
        
        java.lang.IllegalArgumentException: Jankson file reading for "E:\Users\david\Downloads\1.19 Server\config\byg\trades.json5" failed due to the following error(s):
        java.lang.IllegalArgumentException: Jankson file reading for "E:\Users\david\Downloads\1.19 Server\config\byg\trades.json5" failed due to the following error(s):
        "byg:poison_ivy" is not a valid id in registry: Registry[ResourceKey[minecraft:root / minecraft:item] (Experimental)].
        Current Registry Values:
        
        0. "minecraft:air"
        1. "minecraft:stone"
        2. "minecraft:granite"
        3. "minecraft:polished_granite"
        4. "minecraft:diorite"
        5. "minecraft:polished_diorite"
        6. "minecraft:andesite"
        
1147. "minecraft:ochre_froglight"
1148. "minecraft:verdant_froglight"
1149. "minecraft:pearlescent_froglight"
1150. "minecraft:frogspawn"
1151. "minecraft:echo_shard"

 missed input: { "1": [ { "config": { "cost": 10, "item": "minecraft:red_mushroom", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "minecraft:brown_mushroom", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "byg:green_mushroom", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ], "2": [ { "config": { "cost": 8, "item": "byg:wood_blewit", "max_uses": 12, "villager_xp": 3 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 8, "item": "byg:white_puffball_cap", "max_uses": 12, "villager_xp": 3 }, "type": "byg:emerald_for_items" } ], "3": [ { "config": { "emerald_cost": 4, "item": "byg:white_puffball_spores", "max_uses": 4, "number_of_items": 5, "villager_xp": 2 }, "type": "byg:items_for_emeralds" }, { "config": { "cost": 10, "item": "minecraft:crimson_fungus", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "minecraft:warped_fungus", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "byg:sythian_fungus", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ], "4": [ { "config": { "emerald_cost": 4, "item": "byg:witch_hazel_branch", "max_uses": 4, "number_of_items": 9, "villager_xp": 3 }, "type": "byg:items_for_emeralds" }, { "config": { "emerald_cost": 10, "item": "byg:witch_hazel_blossom", "max_uses": 10, "number_of_items": 1, "villager_xp": 3 }, "type": "byg:items_for_emeralds" } ], "5": [ { "config": { "cost": 10, "item": "byg:imparius_mushroom", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "byg:shulkren_fungus", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "byg:fungal_imparius", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ] }; "byg:forager" is not a valid id in registry: Registry[ResourceKey[minecraft:root / minecraft:villager_profession] (Experimental)].
Current Registry Values:

0. "minecraft:none"
1. "minecraft:armorer"
2. "minecraft:butcher"
3. "minecraft:cartographer"
4. "minecraft:cleric"
5. "minecraft:farmer"
6. "minecraft:fisherman"
7. "minecraft:fletcher"
8. "minecraft:leatherworker"
9. "minecraft:librarian"
10. "minecraft:mason"
11. "minecraft:nitwit"
12. "minecraft:shepherd"
13. "minecraft:toolsmith"
14. "minecraft:weaponsmith"

 missed input: { "byg:forager": { "1": [ { "config": { "cost": 10, "item": "minecraft:red_mushroom", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "minecraft:brown_mushroom", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "byg:green_mushroom", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ], "2": [ { "config": { "cost": 8, "item": "byg:wood_blewit", "max_uses": 12, "villager_xp": 3 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 8, "item": "byg:white_puffball_cap", "max_uses": 12, "villager_xp": 3 }, "type": "byg:emerald_for_items" } ], "3": [ { "config": { "emerald_cost": 4, "item": "byg:white_puffball_spores", "max_uses": 4, "number_of_items": 5, "villager_xp": 2 }, "type": "byg:items_for_emeralds" }, { "config": { "cost": 10, "item": "minecraft:crimson_fungus", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "minecraft:warped_fungus", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "byg:sythian_fungus", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ], "4": [ { "config": { "emerald_cost": 4, "item": "byg:witch_hazel_branch", "max_uses": 4, "number_of_items": 9, "villager_xp": 3 }, "type": "byg:items_for_emeralds" }, { "config": { "emerald_cost": 10, "item": "byg:witch_hazel_blossom", "max_uses": 10, "number_of_items": 1, "villager_xp": 3 }, "type": "byg:items_for_emeralds" } ], "5": [ { "config": { "cost": 10, "item": "byg:imparius_mushroom", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "byg:shulkren_fungus", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 10, "item": "byg:fungal_imparius", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ] }, "evilcraft:werewolf": { "1": [], "2": [], "3": [], "4": [], "5": [] }, "minecraft:armorer": { "1": [], "2": [], "3": [], "4": [ { "config": { "emerald_cost": 3, "item": "byg:chain_plating", "max_uses": 12, "number_of_items": 7, "villager_xp": 2 }, "type": "byg:items_for_emeralds" } ], "5": [] }, "minecraft:butcher": { "1": [], "2": [ { "config": { "cost": 10, "item": "byg:blueberries", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ], "3": [], "4": [], "5": [] }, "minecraft:farmer": { "1": [ { "config": { "cost": 24, "item": "byg:cattail_sprout", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ], "2": [ { "config": { "cost": 10, "item": "byg:baobab_fruit", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 16, "item": "byg:aloe_vera", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" }, { "config": { "cost": 24, "item": "byg:green_apple", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ], "3": [ { "config": { "cost": 10, "item": "byg:joshua_fruit", "max_uses": 12, "villager_xp": 2 }, "type": "byg:emerald_for_items" } ], "4": [ { "config": { "emerald_cost": 2, "from_count": 16, "from_item": "minecraft:dirt", "max_uses": 4, "to_count": 16, "to_item": "byg:lush_dirt", "villager_xp": 4 }, "type": "byg:items_and_emeralds_to_items" } ], "5": [] }, "minecraft:mason": { "1": [], "2": [], "3": [ { "config": { "emerald_cost": 1, "item": "byg:rocky_stone", "max_uses": 12, "number_of_items": 12, "villager_xp": 2 }, "type": "byg:items_for_emeralds" }, { "config": { "cost": 1, "item": "byg:rocky_stone", "max_uses": 12, "villager_xp": 12 }, "type": "byg:emerald_for_items" }, { "config": { "emerald_cost": 1, "item": "byg:mossy_stone", "max_uses": 12, "number_of_items": 12, "villager_xp": 2 }, "type": "byg:items_for_emeralds" }, { "config": { "cost": 1, "item": "byg:mossy_stone", "max_uses": 12, "villager_xp": 12 }, "type": "byg:emerald_for_items" } ], "4": [ { "config": { "emerald_cost": 1, "item": "byg:dacite", "max_uses": 12, "number_of_items": 12, "villager_xp": 2 }, "type": "byg:items_for_emeralds" }, { "config": { "cost": 1, "item": "byg:dacite", "max_uses": 12, "villager_xp": 12 }, "type": "byg:emerald_for_items" }, { "config": { "emerald_cost": 1, "item": "byg:soapstone", "max_uses": 12, "number_of_items": 12, "villager_xp": 2 }, "type": "byg:items_for_emeralds" }, { "config": { "cost": 1, "item": "byg:soapstone", "max_uses": 12, "villager_xp": 12 }, "type": "byg:emerald_for_items" }, { "config": { "emerald_cost": 1, "item": "byg:red_rock", "max_uses": 12, "number_of_items": 12, "villager_xp": 2 }, "type": "byg:items_for_emeralds" }, { "config": { "cost": 1, "item": "byg:red_rock", "max_uses": 12, "villager_xp": 12 }, "type": "byg:emerald_for_items" } ], "5": [] }, "pneumaticcraft:mechanic": { "1": [], "2": [], "3": [], "4": [], "5": [] } }

Config:

====================================================================================================
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:

VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5

to make editing this file much easier.
*/
{
    // Trades for a given villager profession. Trade levels are in the range of 1-5
    "trades_by_profession": {
        "byg:forager": {
            "1": [
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:red_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:brown_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:green_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "2": [
                {
                    "config": {
                        "cost": 8,
                        "item": "byg:wood_blewit",
                        "max_uses": 12,
                        "villager_xp": 3
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 8,
                        "item": "byg:white_puffball_cap",
                        "max_uses": 12,
                        "villager_xp": 3
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [
                {
                    "config": {
                        "emerald_cost": 4,
                        "item": "byg:white_puffball_spores",
                        "max_uses": 4,
                        "number_of_items": 5,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:crimson_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:warped_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:sythian_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 4,
                        "item": "byg:witch_hazel_branch",
                        "max_uses": 4,
                        "number_of_items": 9,
                        "villager_xp": 3
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "emerald_cost": 10,
                        "item": "byg:witch_hazel_blossom",
                        "max_uses": 10,
                        "number_of_items": 1,
                        "villager_xp": 3
                    },
                    "type": "byg:items_for_emeralds"
                }
            ],
            "5": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:imparius_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:shulkren_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:fungal_imparius",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ]
        },
        "evilcraft:werewolf": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:armorer": {
            "1": [],
            "2": [],
            "3": [],
            "4": [
                {
                    "config": {
                        "emerald_cost": 3,
                        "item": "byg:chain_plating",
                        "max_uses": 12,
                        "number_of_items": 7,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                }
            ],
            "5": []
        },
        "minecraft:butcher": {
            "1": [],
            "2": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:blueberries",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:cartographer": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:cleric": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:farmer": {
            "1": [
                {
                    "config": {
                        "cost": 24,
                        "item": "byg:cattail_sprout",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "2": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:baobab_fruit",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 16,
                        "item": "byg:aloe_vera",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 24,
                        "item": "byg:green_apple",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:joshua_fruit",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 2,
                        "from_count": 16,
                        "from_item": "minecraft:dirt",
                        "max_uses": 4,
                        "to_count": 16,
                        "to_item": "byg:lush_dirt",
                        "villager_xp": 4
                    },
                    "type": "byg:items_and_emeralds_to_items"
                }
            ],
            "5": []
        },
        "minecraft:fisherman": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:fletcher": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:leatherworker": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:librarian": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:mason": {
            "1": [],
            "2": [],
            "3": [
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:rocky_stone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:rocky_stone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:mossy_stone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:mossy_stone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:dacite",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:dacite",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:soapstone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:soapstone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:red_rock",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:red_rock",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "5": []
        },
        "minecraft:shepherd": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:toolsmith": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:weaponsmith": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "pneumaticcraft:mechanic": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        }
    },
    // Whether this file appends villager/wandering trader trades.
    "visible": true,
    // Trades for the wandering trader. Trades in "1" are "generic" trades. Trades appearing in "2" are "rare" trades.
    "wandering_trader_trades": {
        // Trades listed here are "generic" and a few(not only from these listed here but from other mods/vanilla also) are picked when a wandering trader spawns.
        "1": [
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:aspen_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:baobab_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:blue_enchanted_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:pink_cherry_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:white_cherry_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:cika_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:cypress_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:ebony_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:ether_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:fir_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:green_enchanted_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:holly_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:lament_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:indigo_jacaranda_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:jacaranda_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:mahogany_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:white_mangrove_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:silver_maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:nightshade_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:palm_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:palo_verde_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:pine_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:rainbow_eucalyptus_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:redwood_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:skyris_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:willow_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:witch_hazel_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:zelkova_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:withering_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:araucaria_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:blue_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_zelkova_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:joshua_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orchard_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:yellow_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:yellow_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:skyris_vine",
                    "max_uses": 12,
                    "number_of_items": 2,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:poison_ivy",
                    "max_uses": 12,
                    "number_of_items": 2,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            }
        ],
        // Trades listed here are "rare" and only one(not only from these listed here but from other mods/vanilla also) is picked when a wandering trader spawns.
        "2": []
    }
}
====================================================================================================
As JSON LOADED ELEMENT:
{
    // Trades for a given villager profession. Trade levels are in the range of 1-5
    "trades_by_profession": {
        "byg:forager": {
            "1": [
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:red_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:brown_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:green_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "2": [
                {
                    "config": {
                        "cost": 8,
                        "item": "byg:wood_blewit",
                        "max_uses": 12,
                        "villager_xp": 3
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 8,
                        "item": "byg:white_puffball_cap",
                        "max_uses": 12,
                        "villager_xp": 3
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [
                {
                    "config": {
                        "emerald_cost": 4,
                        "item": "byg:white_puffball_spores",
                        "max_uses": 4,
                        "number_of_items": 5,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:crimson_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:warped_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:sythian_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 4,
                        "item": "byg:witch_hazel_branch",
                        "max_uses": 4,
                        "number_of_items": 9,
                        "villager_xp": 3
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "emerald_cost": 10,
                        "item": "byg:witch_hazel_blossom",
                        "max_uses": 10,
                        "number_of_items": 1,
                        "villager_xp": 3
                    },
                    "type": "byg:items_for_emeralds"
                }
            ],
            "5": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:imparius_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:shulkren_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:fungal_imparius",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ]
        },
        "evilcraft:werewolf": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:armorer": {
            "1": [],
            "2": [],
            "3": [],
            "4": [
                {
                    "config": {
                        "emerald_cost": 3,
                        "item": "byg:chain_plating",
                        "max_uses": 12,
                        "number_of_items": 7,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                }
            ],
            "5": []
        },
        "minecraft:butcher": {
            "1": [],
            "2": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:blueberries",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:cartographer": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:cleric": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:farmer": {
            "1": [
                {
                    "config": {
                        "cost": 24,
                        "item": "byg:cattail_sprout",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "2": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:baobab_fruit",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 16,
                        "item": "byg:aloe_vera",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 24,
                        "item": "byg:green_apple",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:joshua_fruit",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 2,
                        "from_count": 16,
                        "from_item": "minecraft:dirt",
                        "max_uses": 4,
                        "to_count": 16,
                        "to_item": "byg:lush_dirt",
                        "villager_xp": 4
                    },
                    "type": "byg:items_and_emeralds_to_items"
                }
            ],
            "5": []
        },
        "minecraft:fisherman": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:fletcher": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:leatherworker": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:librarian": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:mason": {
            "1": [],
            "2": [],
            "3": [
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:rocky_stone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:rocky_stone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:mossy_stone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:mossy_stone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:dacite",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:dacite",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:soapstone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:soapstone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:red_rock",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:red_rock",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "5": []
        },
        "minecraft:shepherd": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:toolsmith": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:weaponsmith": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "pneumaticcraft:mechanic": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        }
    },
    // Whether this file appends villager/wandering trader trades.
    "visible": true,
    // Trades for the wandering trader. Trades in "1" are "generic" trades. Trades appearing in "2" are "rare" trades.
    "wandering_trader_trades": {
        // Trades listed here are "generic" and a few(not only from these listed here but from other mods/vanilla also) are picked when a wandering trader spawns.
        "1": [
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:aspen_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:baobab_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:blue_enchanted_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:pink_cherry_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:white_cherry_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:cika_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:cypress_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:ebony_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:ether_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:fir_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:green_enchanted_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:holly_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:lament_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:indigo_jacaranda_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:jacaranda_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:mahogany_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:white_mangrove_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:silver_maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:nightshade_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:palm_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:palo_verde_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:pine_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:rainbow_eucalyptus_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:redwood_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:skyris_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:willow_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:witch_hazel_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:zelkova_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:withering_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:araucaria_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:blue_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_zelkova_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:joshua_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orchard_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:yellow_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:yellow_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:skyris_vine",
                    "max_uses": 12,
                    "number_of_items": 2,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:poison_ivy",
                    "max_uses": 12,
                    "number_of_items": 2,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            }
        ],
        // Trades listed here are "rare" and only one(not only from these listed here but from other mods/vanilla also) is picked when a wandering trader spawns.
        "2": []
    }
}
====================================================================================================

Config:

====================================================================================================
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:

VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5

to make editing this file much easier.
*/
{
    // Trades for a given villager profession. Trade levels are in the range of 1-5
    "trades_by_profession": {
        "byg:forager": {
            "1": [
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:red_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:brown_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:green_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "2": [
                {
                    "config": {
                        "cost": 8,
                        "item": "byg:wood_blewit",
                        "max_uses": 12,
                        "villager_xp": 3
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 8,
                        "item": "byg:white_puffball_cap",
                        "max_uses": 12,
                        "villager_xp": 3
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [
                {
                    "config": {
                        "emerald_cost": 4,
                        "item": "byg:white_puffball_spores",
                        "max_uses": 4,
                        "number_of_items": 5,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:crimson_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:warped_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:sythian_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 4,
                        "item": "byg:witch_hazel_branch",
                        "max_uses": 4,
                        "number_of_items": 9,
                        "villager_xp": 3
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "emerald_cost": 10,
                        "item": "byg:witch_hazel_blossom",
                        "max_uses": 10,
                        "number_of_items": 1,
                        "villager_xp": 3
                    },
                    "type": "byg:items_for_emeralds"
                }
            ],
            "5": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:imparius_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:shulkren_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:fungal_imparius",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ]
        },
        "evilcraft:werewolf": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:armorer": {
            "1": [],
            "2": [],
            "3": [],
            "4": [
                {
                    "config": {
                        "emerald_cost": 3,
                        "item": "byg:chain_plating",
                        "max_uses": 12,
                        "number_of_items": 7,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                }
            ],
            "5": []
        },
        "minecraft:butcher": {
            "1": [],
            "2": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:blueberries",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:cartographer": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:cleric": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:farmer": {
            "1": [
                {
                    "config": {
                        "cost": 24,
                        "item": "byg:cattail_sprout",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "2": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:baobab_fruit",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 16,
                        "item": "byg:aloe_vera",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 24,
                        "item": "byg:green_apple",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:joshua_fruit",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 2,
                        "from_count": 16,
                        "from_item": "minecraft:dirt",
                        "max_uses": 4,
                        "to_count": 16,
                        "to_item": "byg:lush_dirt",
                        "villager_xp": 4
                    },
                    "type": "byg:items_and_emeralds_to_items"
                }
            ],
            "5": []
        },
        "minecraft:fisherman": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:fletcher": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:leatherworker": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:librarian": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:mason": {
            "1": [],
            "2": [],
            "3": [
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:rocky_stone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:rocky_stone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:mossy_stone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:mossy_stone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:dacite",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:dacite",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:soapstone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:soapstone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:red_rock",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:red_rock",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "5": []
        },
        "minecraft:shepherd": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:toolsmith": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:weaponsmith": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "pneumaticcraft:mechanic": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        }
    },
    // Whether this file appends villager/wandering trader trades.
    "visible": true,
    // Trades for the wandering trader. Trades in "1" are "generic" trades. Trades appearing in "2" are "rare" trades.
    "wandering_trader_trades": {
        // Trades listed here are "generic" and a few(not only from these listed here but from other mods/vanilla also) are picked when a wandering trader spawns.
        "1": [
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:aspen_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:baobab_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:blue_enchanted_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:pink_cherry_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:white_cherry_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:cika_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:cypress_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:ebony_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:ether_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:fir_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:green_enchanted_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:holly_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:lament_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:indigo_jacaranda_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:jacaranda_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:mahogany_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:white_mangrove_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:silver_maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:nightshade_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:palm_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:palo_verde_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:pine_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:rainbow_eucalyptus_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:redwood_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:skyris_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:willow_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:witch_hazel_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:zelkova_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:withering_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:araucaria_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:blue_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_zelkova_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:joshua_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orchard_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:yellow_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:yellow_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:skyris_vine",
                    "max_uses": 12,
                    "number_of_items": 2,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:poison_ivy",
                    "max_uses": 12,
                    "number_of_items": 2,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            }
        ],
        // Trades listed here are "rare" and only one(not only from these listed here but from other mods/vanilla also) is picked when a wandering trader spawns.
        "2": []
    }
}
====================================================================================================
As JSON LOADED ELEMENT:
{
    // Trades for a given villager profession. Trade levels are in the range of 1-5
    "trades_by_profession": {
        "byg:forager": {
            "1": [
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:red_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:brown_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:green_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "2": [
                {
                    "config": {
                        "cost": 8,
                        "item": "byg:wood_blewit",
                        "max_uses": 12,
                        "villager_xp": 3
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 8,
                        "item": "byg:white_puffball_cap",
                        "max_uses": 12,
                        "villager_xp": 3
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [
                {
                    "config": {
                        "emerald_cost": 4,
                        "item": "byg:white_puffball_spores",
                        "max_uses": 4,
                        "number_of_items": 5,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:crimson_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "minecraft:warped_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:sythian_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 4,
                        "item": "byg:witch_hazel_branch",
                        "max_uses": 4,
                        "number_of_items": 9,
                        "villager_xp": 3
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "emerald_cost": 10,
                        "item": "byg:witch_hazel_blossom",
                        "max_uses": 10,
                        "number_of_items": 1,
                        "villager_xp": 3
                    },
                    "type": "byg:items_for_emeralds"
                }
            ],
            "5": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:imparius_mushroom",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:shulkren_fungus",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:fungal_imparius",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ]
        },
        "evilcraft:werewolf": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:armorer": {
            "1": [],
            "2": [],
            "3": [],
            "4": [
                {
                    "config": {
                        "emerald_cost": 3,
                        "item": "byg:chain_plating",
                        "max_uses": 12,
                        "number_of_items": 7,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                }
            ],
            "5": []
        },
        "minecraft:butcher": {
            "1": [],
            "2": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:blueberries",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:cartographer": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:cleric": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:farmer": {
            "1": [
                {
                    "config": {
                        "cost": 24,
                        "item": "byg:cattail_sprout",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "2": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:baobab_fruit",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 16,
                        "item": "byg:aloe_vera",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "cost": 24,
                        "item": "byg:green_apple",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "3": [
                {
                    "config": {
                        "cost": 10,
                        "item": "byg:joshua_fruit",
                        "max_uses": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 2,
                        "from_count": 16,
                        "from_item": "minecraft:dirt",
                        "max_uses": 4,
                        "to_count": 16,
                        "to_item": "byg:lush_dirt",
                        "villager_xp": 4
                    },
                    "type": "byg:items_and_emeralds_to_items"
                }
            ],
            "5": []
        },
        "minecraft:fisherman": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:fletcher": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:leatherworker": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:librarian": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:mason": {
            "1": [],
            "2": [],
            "3": [
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:rocky_stone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:rocky_stone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:mossy_stone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:mossy_stone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "4": [
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:dacite",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:dacite",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:soapstone",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:soapstone",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                },
                {
                    "config": {
                        "emerald_cost": 1,
                        "item": "byg:red_rock",
                        "max_uses": 12,
                        "number_of_items": 12,
                        "villager_xp": 2
                    },
                    "type": "byg:items_for_emeralds"
                },
                {
                    "config": {
                        "cost": 1,
                        "item": "byg:red_rock",
                        "max_uses": 12,
                        "villager_xp": 12
                    },
                    "type": "byg:emerald_for_items"
                }
            ],
            "5": []
        },
        "minecraft:shepherd": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:toolsmith": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "minecraft:weaponsmith": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        },
        "pneumaticcraft:mechanic": {
            "1": [],
            "2": [],
            "3": [],
            "4": [],
            "5": []
        }
    },
    // Whether this file appends villager/wandering trader trades.
    "visible": true,
    // Trades for the wandering trader. Trades in "1" are "generic" trades. Trades appearing in "2" are "rare" trades.
    "wandering_trader_trades": {
        // Trades listed here are "generic" and a few(not only from these listed here but from other mods/vanilla also) are picked when a wandering trader spawns.
        "1": [
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:aspen_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:baobab_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:blue_enchanted_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:pink_cherry_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:white_cherry_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:cika_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:cypress_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:ebony_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:ether_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:fir_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:green_enchanted_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:holly_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:lament_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:indigo_jacaranda_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:jacaranda_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:mahogany_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:white_mangrove_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:silver_maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:maple_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:nightshade_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:palm_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:palo_verde_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:pine_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:rainbow_eucalyptus_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:redwood_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:skyris_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:willow_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:witch_hazel_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:zelkova_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:withering_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:araucaria_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:blue_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:brown_zelkova_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:joshua_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orange_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:orchard_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_oak_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:red_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:yellow_birch_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:yellow_spruce_sapling",
                    "max_uses": 12,
                    "number_of_items": 1,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:skyris_vine",
                    "max_uses": 12,
                    "number_of_items": 2,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            },
            {
                "config": {
                    "emerald_cost": 5,
                    "item": "byg:poison_ivy",
                    "max_uses": 12,
                    "number_of_items": 2,
                    "villager_xp": 2
                },
                "type": "byg:items_for_emeralds"
            }
        ],
        // Trades listed here are "rare" and only one(not only from these listed here but from other mods/vanilla also) is picked when a wandering trader spawns.
        "2": []
    }
}
====================================================================================================

Stacktrace:
    at potionstudios.byg.BYG.commonLoad(BYG.java:51) ~[Oh_The_Biomes_You'll_Go-forge-1.19-2.0.0.7.jar%23258!/:2.0.0.7] {re:mixin,re:classloading}
    at potionstudios.byg.BYGForge.commonLoad(BYGForge.java:76) ~[Oh_The_Biomes_You'll_Go-forge-1.19-2.0.0.7.jar%23258!/:2.0.0.7] {re:classloading}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD alexsmobs --
Details:
    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/alexsmobs-1.19.4.jar
    Failure message: Alex's Mobs (alexsmobs) encountered an error during the common_setup event phase
        java.lang.NullPointerException: Registry Object not present: alexsmobs:crocodile_scute
    Mod Version: 1.19.4
    Mod Issue URL: https://github.com/Alex-the-666/AlexsMobs/issues
    Exception message: java.lang.NullPointerException: Registry Object not present: alexsmobs:crocodile_scute
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
    at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:mixin,re:classloading}
    at com.github.alexthe666.alexsmobs.item.AMItemRegistry.init(AMItemRegistry.java:294) ~[alexsmobs-1.19.4.jar%2399!/:1.19.4] {re:classloading}
    at com.github.alexthe666.alexsmobs.AlexsMobs.setup(AlexsMobs.java:165) ~[alexsmobs-1.19.4.jar%2399!/:1.19.4] {re:classloading}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD mahoutsukai --
Details:
    Caused by 0: java.lang.ExceptionInInitializerError
        at stepsword.mahoutsukai.handlers.ServerHandlerModEventBus.commonStartup(ServerHandlerModEventBus.java:90) ~[mahoutsukai-1.19.0-v1.34.31.jar%23236!/:1.19.0-v1.34.31] {re:classloading}
        at stepsword.mahoutsukai.handlers.__ServerHandlerModEventBus_commonStartup_FMLCommonSetupEvent.invoke(.dynamic) ~[mahoutsukai-1.19.0-v1.34.31.jar%23236!/:1.19.0-v1.34.31] {re:classloading,pl:eventbus:B}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:93) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}

    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/mahoutsukai-1.19.0-v1.34.31.jar
    Failure message: Mahou Tsukai (mahoutsukai) encountered an error during the common_setup event phase
        java.lang.ExceptionInInitializerError: null
    Mod Version: 1.19.0-v1.34.31
    Mod Issue URL: NOT PROVIDED
    Exception message: java.lang.NullPointerException: Registry Object not present: mahoutsukai:powdered_iron
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
    at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:mixin,re:classloading}
    at stepsword.mahoutsukai.block.spells.MahoujinRecipeRegistrar.<clinit>(MahoujinRecipeRegistrar.java:19) ~[mahoutsukai-1.19.0-v1.34.31.jar%23236!/:1.19.0-v1.34.31] {re:classloading}
    at stepsword.mahoutsukai.handlers.ServerHandlerModEventBus.commonStartup(ServerHandlerModEventBus.java:90) ~[mahoutsukai-1.19.0-v1.34.31.jar%23236!/:1.19.0-v1.34.31] {re:classloading}
    at stepsword.mahoutsukai.handlers.__ServerHandlerModEventBus_commonStartup_FMLCommonSetupEvent.invoke(.dynamic) ~[mahoutsukai-1.19.0-v1.34.31.jar%23236!/:1.19.0-v1.34.31] {re:classloading,pl:eventbus:B}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:93) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD croparia --
Details:
    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/[FORGE]-Croparia-4.0.1.jar
    Failure message: Croparia (croparia) encountered an error during the common_setup event phase
        java.lang.NullPointerException: Registry Object not present: croparia:seed_crop_elemental
    Mod Version: 4.0
    Mod Issue URL: NOT PROVIDED
    Exception message: java.lang.NullPointerException: Registry Object not present: croparia:seed_crop_elemental
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
    at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:mixin,re:classloading}
    at com.defacto34.croparia.init.CropsInit.lambda$composterInit$1(CropsInit.java:134) ~[%5BFORGE%5D-Croparia-4.0.1.jar%2395!/:4.0.1] {re:classloading}
    at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin}
    at com.defacto34.croparia.init.CropsInit.composterInit(CropsInit.java:133) ~[%5BFORGE%5D-Croparia-4.0.1.jar%2395!/:4.0.1] {re:classloading}
    at com.defacto34.croparia.Croparia.setup(Croparia.java:66) ~[%5BFORGE%5D-Croparia-4.0.1.jar%2395!/:4.0.1] {re:classloading}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD additionaladditions --
Details:
    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/additionaladditions-5.0.1d.jar
    Failure message: Additional Additions (additionaladditions) encountered an error during the common_setup event phase
        java.lang.NullPointerException: Registry Object not present: additionaladditions:wrench
    Mod Version: 5.0.1d
    Mod Issue URL: https://github.com/Additional-Mods/additionaladditions
    Exception message: java.lang.NullPointerException: Registry Object not present: additionaladditions:wrench
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
    at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:mixin,re:classloading}
    at dqu.additionaladditions.AdditionalAdditions.setup(AdditionalAdditions.java:50) ~[additionaladditions-5.0.1d.jar%2397!/:5.0.1d] {re:classloading}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD car --
Details:
    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/car-1.19-1.0.11.jar
    Failure message: Ultimate Car Mod (car) encountered an error during the common_setup event phase
        java.lang.NullPointerException: Registry Object not present: car:canola_seeds
    Mod Version: 1.19-1.0.11
    Mod Issue URL: https://github.com/henkelmax/ultimate-car-mod/issues
    Exception message: java.lang.NullPointerException: Registry Object not present: car:canola_seeds
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
    at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:mixin,re:classloading}
    at de.maxhenkel.car.Main.commonSetup(Main.java:176) ~[car-1.19-1.0.11.jar%23131!/:1.19-1.0.11] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- MOD quark --
Details:
    Mod File: /E:/Users/david/Downloads/1.19 Server/mods/Quark-3.3-368.jar
    Failure message: Quark (quark) encountered an error during the common_setup event phase
        java.lang.IllegalArgumentException: No delegate exists for value air
    Mod Version: 3.3-368
    Mod Issue URL: https://github.com/Vazkii/Quark
    Exception message: java.lang.IllegalArgumentException: No delegate exists for value air
Stacktrace:
    at net.minecraftforge.registries.ForgeRegistry.lambda$getDelegateOrThrow$5(ForgeRegistry.java:550) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:classloading}
    at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] {re:mixin}
    at net.minecraftforge.registries.ForgeRegistry.getDelegateOrThrow(ForgeRegistry.java:550) ~[forge-1.19-41.1.0-universal.jar%23328!/:?] {re:classloading}
    at net.minecraft.world.item.ItemStack.<init>(ItemStack.java:145) ~[server-1.19-20220607.102129-srg.jar%23323!/:?] {re:mixin,xf:fml:forge:itemstack,re:classloading,xf:fml:forge:itemstack,pl:mixin:APP:tombstone.mixins.json:ItemStackMixin,pl:mixin:APP:perpetual_durability.mixins.json:ItemStackMixin,pl:mixin:APP:quark.mixins.json:ItemStackMixin,pl:mixin:A}
    at net.minecraft.world.item.ItemStack.<init>(ItemStack.java:140) ~[server-1.19-20220607.102129-srg.jar%23323!/:?] {re:mixin,xf:fml:forge:itemstack,re:classloading,xf:fml:forge:itemstack,pl:mixin:APP:tombstone.mixins.json:ItemStackMixin,pl:mixin:APP:perpetual_durability.mixins.json:ItemStackMixin,pl:mixin:APP:quark.mixins.json:ItemStackMixin,pl:mixin:A}
    at net.minecraft.world.item.ItemStack.<init>(ItemStack.java:124) ~[server-1.19-20220607.102129-srg.jar%23323!/:?] {re:mixin,xf:fml:forge:itemstack,re:classloading,xf:fml:forge:itemstack,pl:mixin:APP:tombstone.mixins.json:ItemStackMixin,pl:mixin:APP:perpetual_durability.mixins.json:ItemStackMixin,pl:mixin:APP:quark.mixins.json:ItemStackMixin,pl:mixin:A}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] {}
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) ~[?:?] {}
    at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) ~[?:?] {}
    at net.minecraft.world.item.crafting.Ingredient.<init>(Ingredient.java:47) ~[server-1.19-20220607.102129-srg.jar%23323!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.item.crafting.Ingredient.m_43938_(Ingredient.java:163) ~[server-1.19-20220607.102129-srg.jar%23323!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.item.crafting.Ingredient.m_43921_(Ingredient.java:180) ~[server-1.19-20220607.102129-srg.jar%23323!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.item.crafting.Ingredient.m_43929_(Ingredient.java:172) ~[server-1.19-20220607.102129-srg.jar%23323!/:?] {re:classloading,pl:accesstransformer:B}
    at vazkii.quark.content.mobs.module.CrabsModule.lambda$register$1(CrabsModule.java:83) ~[Quark-3.3-368.jar%23273!/:3.3-368] {re:classloading,pl:runtimedistcleaner:A}
    at vazkii.quark.base.handler.BrewingHandler.lambda$add$0(BrewingHandler.java:130) ~[Quark-3.3-368.jar%23273!/:3.3-368] {re:classloading}
    at vazkii.quark.base.handler.BrewingHandler.setup(BrewingHandler.java:121) ~[Quark-3.3-368.jar%23273!/:3.3-368] {re:classloading}
    at vazkii.quark.base.proxy.CommonProxy.setup(CommonProxy.java:78) ~[Quark-3.3-368.jar%23273!/:3.3-368] {re:classloading}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-6.0.0.jar%2350!/:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19-41.1.0.jar%23325!/:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19-41.1.0.jar%23324!/:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- System Details --
Details:
    Minecraft Version: 1.19
    Minecraft Version ID: 1.19
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 18.0.2, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
    Memory: 1461944688 bytes (1394 MiB) / 3019898880 bytes (2880 MiB) up to 8589934592 bytes (8192 MiB)
    CPUs: 6
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
    Identifier: Intel64 Family 6 Model 158 Stepping 10
    Microarchitecture: Coffee Lake
    Frequency (GHz): 2.90
    Number of physical packages: 1
    Number of physical CPUs: 6
    Number of logical CPUs: 6
    Graphics card #0 name: NVIDIA GeForce GTX 1660 Ti
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x2182
    Graphics card #0 versionInfo: DriverVersion=31.0.15.1694
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 2.67
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 2.67
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 31153.99
    Virtual memory used (MB): 20487.03
    Swap memory total (MB): 14848.00
    Swap memory used (MB): 150.61
    JVM Flags: 1 total; -Xmx8G
    ModLauncher: 10.0.8+10.0.8+main.0ef7e830
    ModLauncher launch target: forgeserver
    ModLauncher naming: srg
    ModLauncher services: 
        mixin-0.8.5.jar mixin PLUGINSERVICE 
        eventbus-6.0.0.jar eventbus PLUGINSERVICE 
        fmlloader-1.19-41.1.0.jar slf4jfixer PLUGINSERVICE 
        fmlloader-1.19-41.1.0.jar object_holder_definalize PLUGINSERVICE 
        fmlloader-1.19-41.1.0.jar runtime_enum_extender PLUGINSERVICE 
        fmlloader-1.19-41.1.0.jar capability_token_subclass PLUGINSERVICE 
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
        fmlloader-1.19-41.1.0.jar runtimedistcleaner PLUGINSERVICE 
        modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        lowcodefml@null
        [email protected]
        javafml@null
    Mod List: 
        GlobalGameRules-1.19-7.0.0.6.jar                  |Global GameRules              |globalgamerules               |7.0.0.6             |SIDED_SETU|Manifest: 15:a4:a3:0e:d2:f8:64:0c:a4:97:30:5f:48:ba:5f:69:f9:23:42:14:a8:5a:60:3a:b1:b1:29:1a:0a:37:3c:79
        infernal-expansion-1.19-2.5.2.jar                 |Infernal Expansion            |infernalexp                   |2.5.2               |SIDED_SETU|Manifest: NOSIGNATURE
        planttech2-0.02.52.jar                            |PlantTech 2                   |planttech2                    |0.02.52             |SIDED_SETU|Manifest: NOSIGNATURE
        mcw-windows-2.0.3-mc1.19.jar                      |Macaw's Windows               |mcwwindows                    |2.0.3               |SIDED_SETU|Manifest: NOSIGNATURE
        bambooeverything-1.0.3-build.18+mc1.19.jar        |Bamboo Everything             |bambooeverything              |1.0.3-build.18+mc1.1|SIDED_SETU|Manifest: NOSIGNATURE
        modnametooltip-1.19-1.19.0.jar                    |Mod Name Tooltip              |modnametooltip                |1.19.0              |SIDED_SETU|Manifest: NOSIGNATURE
        hourglass-1.19-1.2.1.1.jar                        |Hourglass                     |hourglass                     |1.19-1.2.1.1        |SIDED_SETU|Manifest: NOSIGNATURE
        EvilCraft-1.19-1.2.6.jar                          |EvilCraft                     |evilcraft                     |1.2.6               |ERROR     |Manifest: NOSIGNATURE
        TheVeggieWay-Forge-1.19.1-2.5.3.jar               |The Veggie Way                |veggie_way                    |2.5.3               |SIDED_SETU|Manifest: NOSIGNATURE
        guardvillagers-1.19-1.5.1.jar                     |Guard Villagers               |guardvillagers                |1.19-1.5.1          |SIDED_SETU|Manifest: NOSIGNATURE
        DarkUtilities-Forge-1.19-11.1.3.jar               |DarkUtilities                 |darkutils                     |11.1.3              |SIDED_SETU|Manifest: NOSIGNATURE
        Customized-Dungeon-Loot-1.19-(v.2.1.2).jar        |Customized Dungeon Loot       |cdl                           |2.1.2               |SIDED_SETU|Manifest: NOSIGNATURE
        balm-4.5.3.jar                                    |Balm                          |balm                          |4.5.3               |SIDED_SETU|Manifest: NOSIGNATURE
        dynview-1.19.1-2.9.jar                            |Dynamic view distance         |dynview                       |2.3                 |SIDED_SETU|Manifest: NOSIGNATURE
        cloth-config-8.0.75-forge.jar                     |Cloth Config v8 API           |cloth_config                  |8.0.75              |SIDED_SETU|Manifest: NOSIGNATURE
        soundphysics-forge-1.19-1.0.10.jar                |Sound Physics Remastered      |sound_physics_remastered      |1.19-1.0.10         |SIDED_SETU|Manifest: NOSIGNATURE
        supplementaries-1.19-2.0.13.jar                   |Supplementaries               |supplementaries               |1.19-2.0.13         |SIDED_SETU|Manifest: NOSIGNATURE
        repurposed_structures_forge-6.2.1+1.19.2.jar      |Repurposed Structures         |repurposed_structures         |6.2.1+1.19.2        |SIDED_SETU|Manifest: NOSIGNATURE
        BetterCompatibilityChecker-1.0.4-build.32+mc1.19.j|Better Compatibility Checker  |bcc                           |1.0.4-build.32+mc1.1|SIDED_SETU|Manifest: NOSIGNATURE
        ChunkAnimator-1.19.1-1.3.5.jar                    |Chunk Animator                |chunkanimator                 |1.19.1-1.3.5        |SIDED_SETU|Manifest: NOSIGNATURE
        mcw-trapdoors-1.0.7-mc1.19.jar                    |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.7               |SIDED_SETU|Manifest: NOSIGNATURE
        spark-1.9.25-forge.jar                            |spark                         |spark                         |1.9.25              |SIDED_SETU|Manifest: NOSIGNATURE
        structure-expansion-1900.1.1-build.4.jar          |Structure Expansion           |structureexpansion            |1900.1.1-build.4    |SIDED_SETU|Manifest: NOSIGNATURE
        curios-forge-1.19.2-5.1.1.0.jar                   |Curios API                    |curios                        |1.19.2-5.1.1.0      |SIDED_SETU|Manifest: NOSIGNATURE
        randomite-1.19-1.1.2.jar                          |Randomite Classic             |randomite                     |1.1.2               |SIDED_SETU|Manifest: NOSIGNATURE
        tombstone-8.0.4-1.19.jar                          |Corail Tombstone              |tombstone                     |8.0.4               |SIDED_SETU|Manifest: NOSIGNATURE
        worldedit-mod-7.2.11-beta-02-dist.jar             |WorldEdit                     |worldedit                     |7.2.11-beta-02+315c5|SIDED_SETU|Manifest: NOSIGNATURE
        NaturesAura-37.1.jar                              |Nature's Aura                 |naturesaura                   |37.1                |ERROR     |Manifest: NOSIGNATURE
        constructionwand-1.19.1-2.8.jar                   |Construction Wand             |constructionwand              |1.19.1-2.8          |SIDED_SETU|Manifest: NOSIGNATURE
        mcw-roofs-2.1.2-mc1.19.jar                        |Macaw's Roofs                 |mcwroofs                      |2.1.2               |SIDED_SETU|Manifest: NOSIGNATURE
        cfm-7.0.0-pre34-1.19.jar                          |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre34         |SIDED_SETU|Manifest: NOSIGNATURE
        Chimes-1.1.4-1.19.jar                             |Chimes                        |chimes                        |1.1.4               |SIDED_SETU|Manifest: NOSIGNATURE
        ItemPhysic_FORGE_v1.6.3_mc1.19.jar                |ItemPhysic                    |itemphysic                    |1.6.3               |SIDED_SETU|Manifest: NOSIGNATURE
        the_bumblezone_forge-6.1.7+1.19.jar               |The Bumblezone                |the_bumblezone                |6.1.7+1.19          |SIDED_SETU|Manifest: NOSIGNATURE
        FastLeafDecay-30.jar                              |FastLeafDecay                 |fastleafdecay                 |30                  |SIDED_SETU|Manifest: NOSIGNATURE
        exoticbirds-1.19-2.3.0.jar                        |Exotic Birds                  |exoticbirds                   |2.3.0               |SIDED_SETU|Manifest: NOSIGNATURE
        CodeChickenLib-1.19-4.2.2.468-universal.jar       |CodeChicken Lib               |codechickenlib                |4.2.2.468           |SIDED_SETU|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
        CleanView-1.19-v2a.jar                            |CleanView                     |cleanview                     |1.19-v2a            |SIDED_SETU|Manifest: 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
        geckolib-forge-1.19-3.1.16.jar                    |GeckoLib                      |geckolib3                     |3.1.16              |SIDED_SETU|Manifest: NOSIGNATURE
        DarkPaintings-Forge-1.19-11.1.3.jar               |DarkPaintings                 |darkpaintings                 |11.1.3              |SIDED_SETU|Manifest: 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
        randombonemealflowers_1.19.0-1.9.jar              |Random Bone Meal Flowers      |randombonemealflowers         |1.9                 |SIDED_SETU|Manifest: NOSIGNATURE
        QuarkOddities-1.18.jar                            |Quark Oddities                |quarkoddities                 |1.18                |SIDED_SETU|Manifest: NOSIGNATURE
        clienttweaks-forge-1.19-8.1.0.jar                 |Client Tweaks                 |clienttweaks                  |8.1.0               |SIDED_SETU|Manifest: NOSIGNATURE
        doubledoors_1.19.0-3.5.jar                        |Double Doors                  |doubledoors                   |3.5                 |SIDED_SETU|Manifest: NOSIGNATURE
        dusk-1.19.1-2.2.jar                               |Dusk Mod                      |dusk                          |1.19.1-2.2          |SIDED_SETU|Manifest: NOSIGNATURE
        coralreef-forge-1.19-1.0.1.jar                    |Coral Reef                    |coralreef                     |1.19-1.0.1          |SIDED_SETU|Manifest: NOSIGNATURE
        jei-1.19-forge-11.1.1.239.jar                     |Just Enough Items             |jei                           |11.1.1.239          |SIDED_SETU|Manifest: NOSIGNATURE
        EverlastingAbilities-1.19-1.8.2.jar               |EverlastingAbilities          |everlastingabilities          |1.8.2               |SIDED_SETU|Manifest: NOSIGNATURE
        VisualWorkbench-v4.0.0-1.19-Forge.jar             |Visual Workbench              |visualworkbench               |4.0.0               |SIDED_SETU|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        AttributeFix-Forge-1.19-15.1.3.jar                |AttributeFix                  |attributefix                  |15.1.3              |SIDED_SETU|Manifest: 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
        LibraryFerret-Forge-1.19-2.5.1.jar                |Library Ferret                |libraryferret                 |2.5.1               |SIDED_SETU|Manifest: NOSIGNATURE
        Mekanism-1.19.1-10.3.1.468.jar                    |Mekanism                      |mekanism                      |10.3.1              |SIDED_SETU|Manifest: NOSIGNATURE
        AwesomeDungeon-Forge-1.19-2.0.11.jar              |Awesome Dungeon               |awesomedungeon                |1                   |SIDED_SETU|Manifest: NOSIGNATURE
        NaturesCompass-1.19-1.9.7-forge.jar               |Nature's Compass              |naturescompass                |1.19-1.9.7-forge    |SIDED_SETU|Manifest: NOSIGNATURE
        LibX-1.19-4.0.7.jar                               |LibX                          |libx                          |1.19-4.0.7          |SIDED_SETU|Manifest: NOSIGNATURE
        farmingforblockheads-forge-1.19-11.1.0.jar        |Farming for Blockheads        |farmingforblockheads          |11.1.0              |SIDED_SETU|Manifest: NOSIGNATURE
        pneumaticcraft-repressurized-1.19-4.0.0-117.jar   |PneumaticCraft: Repressurized |pneumaticcraft                |1.19-4.0.0-117      |SIDED_SETU|Manifest: NOSIGNATURE
        catalogue-1.6.3-1.19.jar                          |Catalogue                     |catalogue                     |1.6.3               |SIDED_SETU|Manifest: NOSIGNATURE
        EdivadLib-1.19-1.0.2.jar                          |EdivadLib                     |edivadlib                     |1.0.2               |SIDED_SETU|Manifest: NOSIGNATURE
        forge-1.19-41.1.0-universal.jar                   |Forge                         |forge                         |41.1.0              |SIDED_SETU|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        ilikewoodxbiomesoplenty-1.19-9.2.0.jar            |I Like Wood - Biomes o' Plenty|ilikewoodxbiomesoplenty       |1.19-9.2.0          |SIDED_SETU|Manifest: NOSIGNATURE
        infernalmobs-1.19.2.jar                           |Infernal Mobs                 |infernalmobs                  |1.19.2              |SIDED_SETU|Manifest: NOSIGNATURE
        ZeroCore2-1.19-2.1.25.jar                         |Zero CORE 2                   |zerocore                      |1.19-2.1.25         |SIDED_SETU|Manifest: NOSIGNATURE
        server-1.19-20220607.102129-srg.jar               |Minecraft                     |minecraft                     |1.19                |SIDED_SETU|Manifest: NOSIGNATURE
        smoothchunk-1.19.1-2.0.jar                        |Smoothchunk mod               |smoothchunk                   |1.19.1-2.0          |SIDED_SETU|Manifest: NOSIGNATURE
        radon-0.8.2.jar                                   |Radon                         |radon                         |0.8.2               |SIDED_SETU|Manifest: NOSIGNATURE
        lucky-block-forge-1.19-13.2.jar                   |Lucky Block                   |lucky                         |1.19-13.2           |SIDED_SETU|Manifest: NOSIGNATURE
        logprot-1.19.1-1.8.jar                            |Logprot                       |logprot                       |1.4                 |SIDED_SETU|Manifest: NOSIGNATURE
        Flopper-1.19-1.1.4.jar                            |Flopper                       |flopper                       |1.1.4               |SIDED_SETU|Manifest: NOSIGNATURE
        TerraBlender-forge-1.19-2.0.0.120.jar             |TerraBlender                  |terrablender                  |2.0.0.120           |SIDED_SETU|Manifest: NOSIGNATURE
        physics-mod-2.7.6-mc-1.19-forge.jar               |Physics Mod                   |physicsmod                    |2.7.6               |SIDED_SETU|Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.19-2.23.jar                 |Mouse Tweaks                  |mousetweaks                   |2.23                |SIDED_SETU|Manifest: NOSIGNATURE
        totw_additions-1.2.3-1.19.x-forge.jar             |Towers of the Wild: Additions |totw_additions                |1.2.3               |SIDED_SETU|Manifest: NOSIGNATURE
        ChickenChunks-1.19-2.9.3.96-universal.jar         |ChickenChunks                 |chickenchunks                 |2.9.3.96            |SIDED_SETU|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
        configurabledespawntimer_1.19.0-2.6.jar           |Configurable Despawn Timer    |configurabledespawntimer      |2.6                 |SIDED_SETU|Manifest: NOSIGNATURE
        betterfpsdist-1.19.1-1.6.jar                      |betterfpsdist mod             |betterfpsdist                 |1.19.1-1.6          |SIDED_SETU|Manifest: NOSIGNATURE
        dimdungeons-166-forge-1.19.0.jar                  |Dimensional Dungeons          |dimdungeons                   |166                 |SIDED_SETU|Manifest: NOSIGNATURE
        IntegratedDynamics-1.19-1.11.7.jar                |IntegratedDynamics            |integrateddynamics            |1.11.7              |ERROR     |Manifest: NOSIGNATURE
        Croptopia-1.19-FORGE-2.0.8.jar                    |Croptopia                     |croptopia                     |2.0.8               |SIDED_SETU|Manifest: NOSIGNATURE
        polymorph-forge-0.45.0+1.19.2.jar                 |Polymorph                     |polymorph                     |0.45.0+1.19.2       |SIDED_SETU|Manifest: NOSIGNATURE
        instantblocks-forge-1.19.2-1.6.4.jar              |Instant Blocks                |instantblocks                 |1.6.4               |SIDED_SETU|Manifest: NOSIGNATURE
        AutoRegLib-1.8-54.jar                             |AutoRegLib                    |autoreglib                    |1.8-54              |SIDED_SETU|Manifest: NOSIGNATURE
        global_packs-forge-1.19-1.14_forge.jar            |Global Packs                  |globaldataandresourcepacks    |1.14_forge          |SIDED_SETU|Manifest: NOSIGNATURE
        appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |SIDED_SETU|Manifest: NOSIGNATURE
        occultism-1.19.2-1.43.0.jar                       |Occultism                     |occultism                     |1.19.2-1.43.0       |ERROR     |Manifest: NOSIGNATURE
        durabilityviewer-1.19-forge41.0.17-1.10.jar       |Giselbaers Durability Viewer  |durabilityviewer              |1.19-forge41.0.17-1.|SIDED_SETU|Manifest: NOSIGNATURE
        thedragonlib-1.19-1.0.0.jar                       |TheDragonLib                  |thedragonlib                  |1.19-1.0.0          |SIDED_SETU|Manifest: NOSIGNATURE
        PuzzlesLib-v4.0.18-1.19-Forge.jar                 |Puzzles Lib                   |puzzleslib                    |4.0.18              |SIDED_SETU|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        Oh_The_Biomes_You'll_Go-forge-1.19-2.0.0.7.jar    |Oh The Biomes You'll Go       |byg                           |2.0.0.7             |ERROR     |Manifest: NOSIGNATURE
        Aquaculture-1.19-2.4.5.jar                        |Aquaculture 2                 |aquaculture                   |1.19-2.4.5          |SIDED_SETU|Manifest: NOSIGNATURE
        CyclopsCore-1.19-1.17.0.jar                       |Cyclops Core                  |cyclopscore                   |1.17.0              |SIDED_SETU|Manifest: NOSIGNATURE
        notenoughcrashes-4.1.7+1.19-forge.jar             |Not Enough Crashes            |notenoughcrashes              |4.1.7+1.19          |SIDED_SETU|Manifest: NOSIGNATURE
        netherportalfix-forge-1.19-10.0.0.jar             |NetherPortalFix               |netherportalfix               |10.0.0              |SIDED_SETU|Manifest: NOSIGNATURE
        weeping_angels-41.0.5.jar                         |Weeping Angels                |weeping_angels                |41.0.5              |SIDED_SETU|Manifest: NOSIGNATURE
        ellemes-container-library-2.0.4+1.19-forge.jar    |Ellemes' Container Library    |ellemes_container_lib         |2.0.4               |SIDED_SETU|Manifest: NOSIGNATURE
        SimpleTextOverlay-1.19.2-4.3.0.0.jar              |Simple Text Overlay           |simpletextoverlay             |1.19.2-4.3.0.0      |SIDED_SETU|Manifest: da:bf:8b:25:96:f3:b9:28:12:15:50:54:25:99:97:10:61:cf:4e:63:30:09:40:fb:93:39:1d:7e:6b:93:9b:17
        Galosphere-1.19-1.1.2-Forge.jar                   |Galosphere                    |galosphere                    |1.19-1.1.2          |SIDED_SETU|Manifest: NOSIGNATURE
        UtilitiX-1.19-0.5.4.jar                           |UtilitiX                      |utilitix                      |1.19-0.5.4          |SIDED_SETU|Manifest: NOSIGNATURE
        naturalist-forge-2.1.1-1.19.2.jar                 |Naturalist                    |naturalist                    |2.1.1               |SIDED_SETU|Manifest: NOSIGNATURE
        connectivity-1.19-3.2.jar                         |Connectivity Mod              |connectivity                  |1.19-3.2            |SIDED_SETU|Manifest: NOSIGNATURE
        kleeslabs-forge-1.19-12.1.0.jar                   |KleeSlabs                     |kleeslabs                     |12.1.0              |SIDED_SETU|Manifest: NOSIGNATURE
        BowInfinityFix-1.19.x-forge-2.5.1.jar             |Bow Infinity Fix              |bowinfinityfix                |2.5.1               |SIDED_SETU|Manifest: NOSIGNATURE
        glassential-forge-1.19-1.2.4.jar                  |Glassential                   |glassential                   |1.19-1.2.4          |SIDED_SETU|Manifest: NOSIGNATURE
        realisticbees_1.19.0-2.6.jar                      |Realistic Bees                |realisticbees                 |2.6                 |SIDED_SETU|Manifest: NOSIGNATURE
        Controlling-forge-1.19-10.0+3.jar                 |Controlling                   |controlling                   |10.0+3              |SIDED_SETU|Manifest: NOSIGNATURE
        Prism-1.19.1-1.0.1.jar                            |Prism                         |prism                         |1.0.1               |SIDED_SETU|Manifest: NOSIGNATURE
        jumpoverfences-1.19-1.0.1.jar                     |Jump Over Fences              |jumpoverfences                |1.19-1.0.1          |SIDED_SETU|Manifest: NOSIGNATURE
        citadel-1.12.7-1.19.jar                           |Citadel                       |citadel                       |1.12.7              |SIDED_SETU|Manifest: NOSIGNATURE
        alexsmobs-1.19.4.jar                              |Alex's Mobs                   |alexsmobs                     |1.19.4              |ERROR     |Manifest: NOSIGNATURE
        lootintegrations-1.19.1-1.6.jar                   |Lootintegrations mod          |lootintegrations              |1.19.1-1.6          |SIDED_SETU|Manifest: NOSIGNATURE
        spawnermod-1.19.0-1.9.1+Forge.jar                 |Enhanced Mob Spawners         |spawnermod                    |1.9.1               |SIDED_SETU|Manifest: NOSIGNATURE
        Bookshelf-Forge-1.19-14.2.10.jar                  |Bookshelf                     |bookshelf                     |14.2.10             |SIDED_SETU|Manifest: 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-3.14.3-build.12+mc1.19.jar        |Building Gadgets              |buildinggadgets               |3.14.3-build.12+mc1.|SIDED_SETU|Manifest: NOSIGNATURE
        mcw-doors-1.0.7-mc1.19.jar                        |Macaw's Doors                 |mcwdoors                      |1.0.7               |SIDED_SETU|Manifest: NOSIGNATURE
        betterbeaconplacement_1.19.0-1.7.jar              |Better Beacon Placement       |betterbeaconplacement         |1.7                 |SIDED_SETU|Manifest: NOSIGNATURE
        Rex's-AdditionalStructures-1.19-(v.4.0.1).jar     |Additional Structures         |additionalstructures          |4.0.1               |SIDED_SETU|Manifest: NOSIGNATURE
        MekanismGenerators-1.19.1-10.3.1.468.jar          |Mekanism: Generators          |mekanismgenerators            |10.3.1              |SIDED_SETU|Manifest: NOSIGNATURE
        FpsReducer2-forge-1.19.2-2.1.jar                  |FPS Reducer                   |fpsreducer                    |1.19.2-2.1          |SIDED_SETU|Manifest: NOSIGNATURE
        carryon-1.19-1.18.1.2.jar                         |Carry On                      |carryon                       |1.18.1.2            |SIDED_SETU|Manifest: NOSIGNATURE
        mob_grinding_utils-1.19-0.4.43.jar                |Mob Grinding Utils            |mob_grinding_utils            |1.19-0.4.43         |SIDED_SETU|Manifest: NOSIGNATURE
        konkrete_forge_1.5.0_MC_1.19-1.19.1.jar           |Konkrete                      |konkrete                      |1.5.0               |SIDED_SETU|Manifest: NOSIGNATURE
        mcw-bridges-2.0.3-mc1.19.jar                      |Macaw's Bridges               |mcwbridges                    |2.0.3               |SIDED_SETU|Manifest: NOSIGNATURE
        FarmersDelight-1.19-1.1.2.jar                     |Farmer's Delight              |farmersdelight                |1.19-1.1.2          |SIDED_SETU|Manifest: NOSIGNATURE
        ItShallNotTick-1.0.6-build.29.jar                 |It Shall Not Tick             |itshallnottick                |1.0.6-build.29      |SIDED_SETU|Manifest: NOSIGNATURE
        customizableelytra-1.19.0-1.7.1.jar               |Customizable Elytra           |customizableelytra            |1.19.0-1.7.1        |SIDED_SETU|Manifest: NOSIGNATURE
        CommonCapabilities-1.19-2.8.3.jar                 |CommonCapabilities            |commoncapabilities            |2.8.3               |SIDED_SETU|Manifest: NOSIGNATURE
        AmbientSounds_FORGE_v5.2.1_mc1.19.jar             |Ambient Sounds                |ambientsounds                 |5.2.1               |SIDED_SETU|Manifest: NOSIGNATURE
        signpost-1.19-2.00.5.jar                          |Signpost                      |signpost                      |1.19-2.00.5         |SIDED_SETU|Manifest: NOSIGNATURE
        MekanismAdditions-1.19.1-10.3.1.468.jar           |Mekanism: Additions           |mekanismadditions             |10.3.1              |SIDED_SETU|Manifest: NOSIGNATURE
        mcw-fences-1.0.6-mc1.19.jar                       |Macaw's Fences and Walls      |mcwfences                     |1.0.6               |SIDED_SETU|Manifest: NOSIGNATURE
        EyesInTheDarkness-1.19-1.3.5.jar                  |Eyes in the Darkness          |eyesinthedarkness             |1.3.5               |SIDED_SETU|Manifest: NOSIGNATURE
        dpanvil-1.19-4.1.0.jar                            |DataPack Anvil                |dpanvil                       |1.19-4.1.0          |SIDED_SETU|Manifest: NOSIGNATURE
        Cataclysm-0.20.jar                                |Cataclysm Mod                 |cataclysm                     |1.0                 |SIDED_SETU|Manifest: NOSIGNATURE
        Patchouli-1.19-75.jar                             |Patchouli                     |patchouli                     |1.19-75             |SIDED_SETU|Manifest: NOSIGNATURE
        ars_nouveau-1.19.0-3.1.1.jar                      |Ars Nouveau                   |ars_nouveau                   |3.1.1               |SIDED_SETU|Manifest: NOSIGNATURE
        collective-1.19.0-4.30.jar                        |Collective                    |collective                    |4.30                |SIDED_SETU|Manifest: NOSIGNATURE
        cakechomps-forge-6.0.0+1.19.2.jar                 |Cake Chomps                   |cakechomps                    |6.0.0+1.19.2        |SIDED_SETU|Manifest: NOSIGNATURE
        camera-1.19-1.0.6.jar                             |Camera Mod                    |camera                        |1.19-1.0.6          |SIDED_SETU|Manifest: NOSIGNATURE
        OreExcavation-1.11.165.jar                        |OreExcavation                 |oreexcavation                 |1.11.165            |SIDED_SETU|Manifest: NOSIGNATURE
        BetterThirdPerson-Forge-1.19-1.8.1.jar            |Better Third Person           |betterthirdperson             |1.8.1               |SIDED_SETU|Manifest: NOSIGNATURE
        perpetual_durability-1.19-1.2.0.jar               |Perpetual Durability          |perpetual_durability          |1.19-1.2.0          |SIDED_SETU|Manifest: NOSIGNATURE
        lostcities-1.19-6.0.3.jar                         |LostCities                    |lostcities                    |1.19-6.0.3          |SIDED_SETU|Manifest: NOSIGNATURE
        elevatorid-1.19-1.8.6.jar                         |Elevator Mod                  |elevatorid                    |1.19-1.8.6          |SIDED_SETU|Manifest: NOSIGNATURE
        Gobber2-Forge-1.19.1-2.7.7.jar                    |Gobber 2                      |gobber2                       |2.7.7               |SIDED_SETU|Manifest: NOSIGNATURE
        expandedstorage-8.0.2+1.19-forge.jar              |Expanded Storage              |expandedstorage               |8.0.2               |SIDED_SETU|Manifest: NOSIGNATURE
        Runelic-Forge-1.19-12.1.3.jar                     |Runelic                       |runelic                       |12.1.3              |SIDED_SETU|Manifest: 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
        MekanismTools-1.19.1-10.3.1.468.jar               |Mekanism: Tools               |mekanismtools                 |10.3.1              |SIDED_SETU|Manifest: NOSIGNATURE
        InventoryProfilesNext-forge-1.19-1.6.3.jar        |Inventory Profiles Next       |inventoryprofilesnext         |1.6.3               |SIDED_SETU|Manifest: NOSIGNATURE
        BetterFurnacesReforged-1.19-1.0.6.jar             |BetterFurnaces Reforged       |betterfurnacesreforged        |1.19-1.0.6          |SIDED_SETU|Manifest: NOSIGNATURE
        architectury-5.12.42-forge.jar                    |Architectury                  |architectury                  |5.12.42             |SIDED_SETU|Manifest: NOSIGNATURE
        AI-Improvements-1.19-0.5.1.jar                    |AI-Improvements               |aiimprovements                |0.5.1               |SIDED_SETU|Manifest: NOSIGNATURE
        ExtremeReactors2-1.19-2.0.54.jar                  |Extreme Reactors              |bigreactors                   |1.19-2.0.54         |SIDED_SETU|Manifest: NOSIGNATURE
        TrampleStopper-3.6.0-build.32+mc1.19.jar          |Trample Stopper               |tramplestopper                |3.6.0-build.32+mc1.1|SIDED_SETU|Manifest: NOSIGNATURE
        inventoryessentials-forge-1.19-5.0.0.jar          |Inventory Essentials          |inventoryessentials           |5.0.0               |SIDED_SETU|Manifest: NOSIGNATURE
        enchantwithmob-1.19-5.2.0.jar                     |Enchant With Mob              |enchantwithmob                |1.19-5.2.0          |SIDED_SETU|Manifest: NOSIGNATURE
        sulfurpotassiummod-1.19-2.3.4+Forge.jar           |Sulfur & Potassium Mod        |sulfurpotassiummod            |2.3.4               |SIDED_SETU|Manifest: NOSIGNATURE
        campchair-forge.1.19-1.0.3.jar                    |Camp Chair                    |campchair                     |1.0.3               |SIDED_SETU|Manifest: NOSIGNATURE
        polylib-forge-1900.0.2-build.27.jar               |PolyLib                       |polylib                       |1900.0.2-build.27   |SIDED_SETU|Manifest: 59:0f:44:4b:f7:95:28:28:25:5b:fd:c0:c9:48:6c:4a:e5:6e:6d:7b:63:ab:f4:90:55:1f:cf:4b:e9:51:91:ed
        Towns-and-Towers-1.19-1.8.2.jar                   |Towns and Towers - Structure A|t_and_t                       |1.8.2               |SIDED_SETU|Manifest: NOSIGNATURE
        controllable-0.16.3-1.19.jar                      |Controllable                  |controllable                  |0.16.3              |SIDED_SETU|Manifest: NOSIGNATURE
        armorplus-1.19.2-19.0.0-beta.jar                  |ArmorPlus                     |armorplus                     |1.19.2-19.0.0-beta  |SIDED_SETU|Manifest: NOSIGNATURE
        Cyclic-1.19-1.7.8.jar                             |Cyclic                        |cyclic                        |1.19-1.7.8          |SIDED_SETU|Manifest: 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
        wwoo_forge-2.5+1.19.2.jar                         |William Wythers Overhauled Ove|wwoo_forge                    |2.5                 |SIDED_SETU|Manifest: NOSIGNATURE
        BetterAdvancements-1.19-0.2.2.136.jar             |Better Advancements           |betteradvancements            |0.2.2.136           |SIDED_SETU|Manifest: NOSIGNATURE
        ExtraArmor 1.19.2- 1.16.2.jar                     |Extra Armor                   |extraarmor                    |1.15.1              |SIDED_SETU|Manifest: NOSIGNATURE
        handoveryouritems_1.19.0-1.6.jar                  |Hand Over Your Items          |handoveryouritems             |1.6                 |SIDED_SETU|Manifest: NOSIGNATURE
        jmi-forge-1.19-0.12-28.jar                        |JourneyMap Integration        |jmi                           |0.12-28             |SIDED_SETU|Manifest: NOSIGNATURE
        OreLibrary-1.19-1.1.4.jar                         |OreLibrary                    |orelibrary                    |1.1.4               |SIDED_SETU|Manifest: NOSIGNATURE
        snad-1.3.0.jar                                    |Snad                          |snad                          |1.3.0               |SIDED_SETU|Manifest: NOSIGNATURE
        limitedchunks-1.19.2-2.4.jar                      |Limited Chunkloading          |limitedchunks                 |1.8                 |SIDED_SETU|Manifest: NOSIGNATURE
        elementalcraft-1.19-5.1.0b.jar                    |ElementalCraft                |elementalcraft                |1.19-5.1.0b         |SIDED_SETU|Manifest: NOSIGNATURE
        waystones-forge-1.19-11.1.0.jar                   |Waystones                     |waystones                     |11.1.0              |SIDED_SETU|Manifest: NOSIGNATURE
        Clumps-forge-1.19-9.0.0+7.jar                     |Clumps                        |clumps                        |9.0.0+7             |SIDED_SETU|Manifest: NOSIGNATURE
        journeymap-1.19-5.8.5-forge.jar                   |Journeymap                    |journeymap                    |5.8.5               |SIDED_SETU|Manifest: NOSIGNATURE
        Tumbleweed-forge-1.19-0.5.1.jar                   |Tumbleweed                    |tumbleweed                    |0.5.1               |SIDED_SETU|Manifest: NOSIGNATURE
        configured-1.5.6-1.19.jar                         |Configured                    |configured                    |1.5.6               |SIDED_SETU|Manifest: NOSIGNATURE
        gardentools-1.19-1.1.4.jar                        |Garden Tools                  |gardentools                   |1.19-1.1.4          |SIDED_SETU|Manifest: 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
        DimStorage-1.19-7.0.1.jar                         |DimStorage                    |dimstorage                    |7.0.1               |SIDED_SETU|Manifest: NOSIGNATURE
        DungeonCrawl-1.19-2.3.11.jar                      |Dungeon Crawl                 |dungeoncrawl                  |2.3.11              |SIDED_SETU|Manifest: NOSIGNATURE
        betteranimalsplus-1.19-11.0.7-forge.jar           |Better Animals Plus           |betteranimalsplus             |1.19-11.0.7         |SIDED_SETU|Manifest: NOSIGNATURE
        ftbbackups2-forge-1.19-1.0.13.jar                 |FTB Backups 2                 |ftbbackups2                   |1.0.13              |SIDED_SETU|Manifest: 59:0f:44:4b:f7:95:28:28:25:5b:fd:c0:c9:48:6c:4a:e5:6e:6d:7b:63:ab:f4:90:55:1f:cf:4b:e9:51:91:ed
        mcjtylib-1.19-7.0.1.jar                           |McJtyLib                      |mcjtylib                      |1.19-7.0.1          |SIDED_SETU|Manifest: NOSIGNATURE
        rftoolsbase-1.19-4.0.0.jar                        |RFToolsBase                   |rftoolsbase                   |1.19-4.0.0          |SIDED_SETU|Manifest: NOSIGNATURE
        xnet-1.19-5.0.0.jar                               |XNet                          |xnet                          |1.19-5.0.0          |SIDED_SETU|Manifest: NOSIGNATURE
        rftoolspower-1.19-5.0.0.jar                       |RFToolsPower                  |rftoolspower                  |1.19-5.0.0          |SIDED_SETU|Manifest: NOSIGNATURE
        rftoolsbuilder-1.19-5.0.0.jar                     |RFToolsBuilder                |rftoolsbuilder                |1.19-5.0.0          |SIDED_SETU|Manifest: NOSIGNATURE
        rftoolsstorage-1.19-4.0.0.jar                     |RFToolsStorage                |rftoolsstorage                |1.19-4.0.0          |SIDED_SETU|Manifest: NOSIGNATURE
        rftoolscontrol-1.19-6.0.0.jar                     |RFToolsControl                |rftoolscontrol                |1.19-6.0.0          |SIDED_SETU|Manifest: NOSIGNATURE
        HopoBetterUnderwaterRuins-1.19-1.0.9b.jar         |HopoBetterUnderwaterRuins     |hopour                        |1.0.9               |SIDED_SETU|Manifest: NOSIGNATURE
        mahoutsukai-1.19.0-v1.34.31.jar                   |Mahou Tsukai                  |mahoutsukai                   |1.19.0-v1.34.31     |ERROR     |Manifest: NOSIGNATURE
        Terralith_v2.3.3.jar                              |Terralith                     |terralith                     |0.0NONE             |SIDED_SETU|Manifest: NOSIGNATURE
        blueprint-1.19-6.0.6.jar                          |Blueprint                     |blueprint                     |6.0.6               |SIDED_SETU|Manifest: NOSIGNATURE
        savage_and_ravage-1.19-5.0.2.jar                  |Savage & Ravage               |savage_and_ravage             |5.0.2               |SIDED_SETU|Manifest: NOSIGNATURE
        EnderStorage-1.19-2.10.0.180-universal.jar        |EnderStorage                  |enderstorage                  |2.10.0.180          |SIDED_SETU|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
        recast_1.19.0-1.8.jar                             |Recast                        |recast                        |1.8                 |SIDED_SETU|Manifest: NOSIGNATURE
        craftingtweaks-forge-1.19-15.1.0.jar              |CraftingTweaks                |craftingtweaks                |15.1.0              |SIDED_SETU|Manifest: NOSIGNATURE
        rftoolsutility-1.19-5.0.0.jar                     |RFToolsUtility                |rftoolsutility                |1.19-5.0.0          |SIDED_SETU|Manifest: NOSIGNATURE
        EnchantmentDescriptions-Forge-1.19-11.1.9.jar     |EnchantmentDescriptions       |enchdesc                      |11.1.9              |SIDED_SETU|Manifest: 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
        moonlight-1.19.2-2.0.16.jar                       |Moonlight Library             |moonlight                     |1.19.2-2.0.16       |SIDED_SETU|Manifest: NOSIGNATURE
        PlayerPlates-1.0.3-build.12+mc1.19.jar            |Player Plates                 |playerplates                  |1.0.3-build.12+mc1.1|SIDED_SETU|Manifest: NOSIGNATURE
        eccentrictome-1.19-1.7.0.jar                      |Eccentric Tome                |eccentrictome                 |0.0NONE             |SIDED_SETU|Manifest: NOSIGNATURE
        [FORGE]-Croparia-4.0.1.jar                        |Croparia                      |croparia                      |4.0                 |ERROR     |Manifest: NOSIGNATURE
        Jade-1.19-forge-7.7.1.jar                         |Jade                          |jade                          |7.7.1               |SIDED_SETU|Manifest: NOSIGNATURE
        appliedenergistics2-12.0.2-alpha.jar              |Applied Energistics 2         |ae2                           |12.0.2-alpha        |SIDED_SETU|Manifest: NOSIGNATURE
        additionaladditions-5.0.1d.jar                    |Additional Additions          |additionaladditions           |5.0.1d              |ERROR     |Manifest: NOSIGNATURE
        another_furniture-forge-2.0.2-1.19.jar            |Another Furniture             |another_furniture             |2.0.2-1.19          |SIDED_SETU|Manifest: NOSIGNATURE
        HopoBetterRuinedPortals-1.19-1.3.2b.jar           |HopoBetterRuinedPortals       |hoporp                        |1.3.1               |SIDED_SETU|Manifest: NOSIGNATURE
        CreativeCore_FORGE_v2.7.4_mc1.19.jar              |CreativeCore                  |creativecore                  |2.7.4               |SIDED_SETU|Manifest: NOSIGNATURE
        car-1.19-1.0.11.jar                               |Ultimate Car Mod              |car                           |1.19-1.0.11         |ERROR     |Manifest: NOSIGNATURE
        plane-1.19-1.0.3.jar                              |Ultimate Plane Mod            |plane                         |1.19-1.0.3          |SIDED_SETU|Manifest: NOSIGNATURE
        Iceberg-1.19-1.0.46.jar                           |Iceberg                       |iceberg                       |1.0.46              |SIDED_SETU|Manifest: NOSIGNATURE
        JAOPCA-1.19-4.2.a.0.jar                           |JAOPCA                        |jaopca                        |4.2.a.0             |SIDED_SETU|Manifest: NOSIGNATURE
        PigPen-Forge-1.19-9.1.3.jar                       |PigPen                        |pigpen                        |9.1.3               |SIDED_SETU|Manifest: NOSIGNATURE
        abnormals_delight-1.19-4.0.0.jar                  |Abnormals Delight             |abnormals_delight             |4.0.0               |SIDED_SETU|Manifest: NOSIGNATURE
        StorageDrawers-1.19-11.1.2.jar                    |Storage Drawers               |storagedrawers                |11.1.2              |SIDED_SETU|Manifest: NOSIGNATURE
        ferritecore-5.0.1-forge.jar                       |Ferrite Core                  |ferritecore                   |5.0.1               |SIDED_SETU|Manifest: 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
        Enhanced_Celestials-forge-1.19-2.0.0.0.jar        |Enhanced Celestials           |enhancedcelestials            |2.0.0.0             |SIDED_SETU|Manifest: NOSIGNATURE
        betterlily-1.19-1.0.3.jar                         |Better Lilypads               |betterlily                    |1.19-1.0.2          |SIDED_SETU|Manifest: NOSIGNATURE
        justzoom_forge_1.0.1-1_MC_1.19.jar                |Just Zoom                     |justzoom                      |1.0.1               |SIDED_SETU|Manifest: NOSIGNATURE
        ilikewood-1.19-9.1.2.0.jar                        |I Like Wood                   |ilikewood                     |1.19-9.1.2.0        |SIDED_SETU|Manifest: NOSIGNATURE
        BetterF3-1.3.2-Forge-1.19.jar                     |BetterF3                      |betterf3                      |1.3.2               |SIDED_SETU|Manifest: NOSIGNATURE
        SolarGeneration-1.19-5.0.1.jar                    |Solar Generation              |solargeneration               |5.0.1               |SIDED_SETU|Manifest: NOSIGNATURE
        betterfoliage-4.0.3.jar                           |Better Foliage                |betterfoliage                 |4.0.3               |SIDED_SETU|Manifest: NOSIGNATURE
        BiomesOPlenty-1.19-17.0.0.143.jar                 |Biomes O' Plenty              |biomesoplenty                 |17.0.0.143          |SIDED_SETU|Manifest: NOSIGNATURE
        Quark-3.3-368.jar                                 |Quark                         |quark                         |3.3-368             |ERROR     |Manifest: NOSIGNATURE
    Crash Report UUID: c67eab4c-4098-4231-979e-8e29c128c6d6
    FML: 41.1
    Forge: net.minecraftforge:41.1.0
    Suspected Mods: None

 

Link to comment
Share on other sites

7 minutes ago, diesieben07 said:

It looks like it from the crash report.

sadly I removed it and it didn't change. The problem that I have is that Quark, Oh the Biomes You'll Go were fine before. I didn't update them. But now they are in the crash report. I can't tell which one causes it among nature's aura, occultism, etc...

Link to comment
Share on other sites

java.lang.NoSuchMethodError: 'net.minecraft.world.item.RecordItem net.mehvahdjukaar.moonlight.api.platform.PlatformHelper.newMusicDisc(int, java.util.function.Supplier, net.minecraft.world.item.Item$Properties)'
        at TRANSFORMER/[email protected]/net.mehvahdjukaar.supplementaries.reg.ModRegistry.lambda$static$168(ModRegistry.java:1001)
        at TRANSFORMER/[email protected]/net.minecraftforge.registries.DeferredRegister.lambda$addEntries$1(DeferredRegister.java:388)

Looks like an issue with either supplementaries or the moonlight mod.

You seem to have the latest versions of these mods for 1.19 - double check? Then contact the mod author.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Your other errors including the problem you had with evilcraft may just be a consequence of this? They are all missing registry entries at a later stage in the mod loading.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Just now, warjort said:
java.lang.NoSuchMethodError: 'net.minecraft.world.item.RecordItem net.mehvahdjukaar.moonlight.api.platform.PlatformHelper.newMusicDisc(int, java.util.function.Supplier, net.minecraft.world.item.Item$Properties)'
        at TRANSFORMER/[email protected]/net.mehvahdjukaar.supplementaries.reg.ModRegistry.lambda$static$168(ModRegistry.java:1001)
        at TRANSFORMER/[email protected]/net.minecraftforge.registries.DeferredRegister.lambda$addEntries$1(DeferredRegister.java:388)

Looks like an issue with either supplementaries or the moonlight mod.

You seem to have the latest versions of these mods for 1.19 - double check? Then contact the mod author.

actually, moonlight was recently updated, and the issue might come from that update. Could also check for an older version of supplementaries. Because yes, both of them are up to date.

Link to comment
Share on other sites

The way music disks got registered changed in either 1.19.1 or 1.19.2 (can't remember) so it might be the compatibility is marked wrongly for one of these mods.

Like I said, the mod author would know more about this.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

4 minutes ago, warjort said:

Your other errors including the problem you had with evilcraft may just be a consequence of this? They are all missing registry entries at a later stage in the mod loading.

yeah, has to be this. Mods that had no issue started having issues for no apparent reasons.
I am currently downgrading the mods to the latest version before the one I had.

Link to comment
Share on other sites

5 minutes ago, warjort said:

The way music disks got registered changed in either 1.19.1 or 1.19.2 (can't remember) so it might be the compatibility is marked wrongly for one of these mods.

Like I said, the mod author would know more about this.

music disks ? I don't see a such mod...
Also downgrading supplementaries and moonlight did not solve it.
Here is the updated log : https://mega.nz/file/NY5TiJya#GZXmz4n1A5Yo8c39z_GJUiJVKzDRlf9UWqeFdybsp2c

Link to comment
Share on other sites

Creating music disks is the missing method in the moonlight mod

Quote

net.minecraft.world.item.RecordItem net.mehvahdjukaar.moonlight.api.platform.PlatformHelper.newMusicDisc

:

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Your error now is something about evilcraft:werewolf not being a valid profession

Quote

[14Aug2022 15:01:49.316] [main/ERROR] [net.minecraft.server.Main/FATAL]: Failed to start the minecraft server
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
        Oh The Biomes You'll Go (byg) encountered an error during the common_setup event phase
§7java.lang.IllegalStateException: Config errors were found:

java.lang.IllegalArgumentException: Jankson file reading for "E:\Users\david\Downloads\1.19 Server\config\byg\trades.json5" failed due to the following error(s):
java.lang.IllegalArgumentException: Jankson file reading for "E:\Users\david\Downloads\1.19 Server\config\byg\trades.json5" failed due to the following error(s):
"evilcraft:werewolf" is not a valid id in registry: Registry[ResourceKey[minecraft:root / minecraft:villager_profession] (Experimental)].
Current Registry Values:

0. "minecraft:none"
1. "minecraft:armorer"
2. "minecraft:butcher"
3. "minecraft:cartographer"
4. "minecraft:cleric"
5. "minecraft:farmer"
6. "minecraft:fisherman"
7. "minecraft:fletcher"
8. "minecraft:leatherworker"
9. "minecraft:librarian"
10. "minecraft:mason"
11. "minecraft:nitwit"
12. "minecraft:shepherd"
13. "minecraft:toolsmith"
14. "minecraft:weaponsmith"
15. "pneumaticcraft:mechanic"
16. "byg:forager"
17. "armorplus:soul_exchanger"
18. "car:gas_station_attendant"

 missed input: { "evilcraft:werewolf": { "1": [], "2": [], "3": [], "4": [], "5": [] } }
 

 

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

This is in your config file, not the mod:

E:\Users\david\Downloads\1.19 Server\config\byg\trades.json5

 

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Quote

that's weird.... I used the update before the latest. should I go one step/version back again ?

Since reverting to a previous version seems to have fixed the issue, you should report it to the mod author so they can fix it.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.