Need essentials for 1.12.2 Forge

I need a plugin for spongeforge 1.12.2 for essentials so I can manage my server, this is really important can anyone point me in the right direction?

I don’t think there are any on sponge rn. Best I can think of is Nucleus or Essentials Cmds both I think only go up to MC v1.11. You would have to go over to Spigot to get anything above 1.11, at this current time.

Nucleus has 1.12.0 versions which should work, if not, talk to the developers :slight_smile: They have a great Discord.

  • Alice

To note essential cmds is no longer maintained and has been completely superseded by nucleus

I know, I was just giving him both options, just in case.

In case you haven’t yet found it: Nucleus / Nucleus

I put nuculus in my mods folder but it’s still not registering as a part of my server T_T

Sadly, that’s almost totally useless as a bug report. How about telling us what versions of SpongeForge, Forge and Nucleus you are using, and/or showing us a copy of your latest server log file to see what went awry?

Ah yes my apologies!

so my version of spongeforge is 1.12.2

spongeapi-5.1.0-shaded.jar

Nucleus-1.2.0-PR2-S7.0-MC1.12.2-plugin.jar

Thank you for the help, sorry I’m not sure where the problem is so I’m gonna post one run log, sorry it’s so long

19.10 09:06:26 [Multicraft] Received restart command
19.10 09:06:26 [Multicraft] Stopping server!
19.10 09:06:26 [Server] Server thread/INFO Saving…
19.10 09:06:26 [Server] Server thread/INFO Stopping the server
19.10 09:06:26 [Server] Server thread/INFO Stopping server
19.10 09:06:26 [Server] Server thread/INFO Saving players
19.10 09:06:26 [Server] Server thread/INFO Saving worlds
19.10 09:06:26 [Server] Server thread/INFO Saving chunks for level ‘NewWorldNewOppertunity’/overworld
19.10 09:06:26 [Server] Server thread/INFO Saving chunks for level ‘NewWorldNewOppertunity’/the_nether
19.10 09:06:26 [Server] Server thread/INFO Saving chunks for level ‘NewWorldNewOppertunity’/the_end
19.10 09:06:26 [Server] Server thread/INFO Saving chunks for level ‘NewWorldNewOppertunity’/Dal Quor
19.10 09:06:26 [Server] Server thread/INFO Saving chunks for level ‘NewWorldNewOppertunity’/twilight_forest
19.10 09:06:26 [Server] Server thread/INFO Saving chunks for level ‘NewWorldNewOppertunity’/Spectre
19.10 09:06:26 [Server] Server thread/INFO Saving chunks for level ‘NewWorldNewOppertunity’/The Void
19.10 09:06:26 [Server] Server thread/INFO [FML]: Unloading dimension 0
19.10 09:06:26 [Server] Server thread/INFO [FML]: Unloading dimension -1
19.10 09:06:26 [Server] Server thread/INFO [FML]: Unloading dimension 1
19.10 09:06:26 [Server] Server thread/INFO [FML]: Unloading dimension -4
19.10 09:06:26 [Server] Server thread/INFO [FML]: Unloading dimension 7
19.10 09:06:26 [Server] Server thread/INFO [FML]: Unloading dimension -343800852
19.10 09:06:26 [Server] Server thread/INFO [FML]: Unloading dimension -2
19.10 09:06:26 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 09:06:26 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 09:06:26 [Server] Server Shutdown Thread/INFO Stopping server
19.10 09:06:26 [Server] Server Shutdown Thread/INFO Saving players
19.10 09:06:26 [Server] Server Shutdown Thread/INFO Saving worlds
19.10 09:06:27 [Multicraft] Server shut down (stopping)
19.10 09:06:29 [Multicraft] Server stopped
19.10 09:06:39 [Multicraft] Loading server properties
19.10 09:06:39 [Multicraft] Starting server!
19.10 09:06:39 [Multicraft] Loaded config for “Default”
19.10 09:06:40 [Multicraft] Updating eula.txt file
19.10 09:06:42 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
19.10 09:06:42 [Server] main/INFO [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
19.10 09:06:42 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
19.10 09:06:42 [Server] INFO 2017-10-19 09:06:42,460 main WARN Disabling terminal, you’re running in an unsupported environment.
19.10 09:06:42 [Server] main/INFO [FML]: Forge Mod Loader version 14.23.0.2512 for Minecraft 1.12.2 loading
19.10 09:06:42 [Server] main/INFO [FML]: Java is Java HotSpot™ 64-Bit Server VM, version 1.8.0_144, running on Linux:amd64:3.14.32-xxxx-grs-ipv6-64, installed at /usr/lib/jvm/jre1.8.0_144
19.10 09:06:42 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in CodeChickenLib-1.12-3.1.3.313-universal.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
19.10 09:06:42 [Server] main/ERROR [FML]: Coremod codechicken.lib.asm.CCLCorePlugin: Unable to class load the plugin java.lang.ClassNotFoundException: codechicken.lib.asm.CCLCorePlugin
19.10 09:06:42 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.63.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
19.10 09:06:42 [Server] main/WARN [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
19.10 09:06:42 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in RandomThings-MC1.12.2-4.0.7.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
19.10 09:06:42 [Server] main/WARN [FML]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
19.10 09:06:42 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
19.10 09:06:42 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
19.10 09:06:42 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
19.10 09:06:42 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
19.10 09:06:42 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
19.10 09:06:43 [Server] main/INFO [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
19.10 09:06:43 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
19.10 09:06:43 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
19.10 09:06:44 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
19.10 09:06:44 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
19.10 09:06:44 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
19.10 09:06:44 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
19.10 09:06:44 [Server] main/INFO [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
19.10 09:06:46 [Server] Server thread/INFO Starting minecraft server version 1.12.2
19.10 09:06:46 [Server] Server thread/INFO [FML]: MinecraftForge v14.23.0.2512 Initialized
19.10 09:06:46 [Server] Server thread/INFO [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
19.10 09:06:46 [Server] Server thread/INFO [FML]: Replaced 1036 ore ingredients
19.10 09:06:47 [Server] Server thread/INFO [FML]: Found 0 mods from the command line. Injecting into mod discoverer
19.10 09:06:47 [Server] Server thread/INFO [FML]: Searching /mods for mods
19.10 09:06:47 [Server] Server thread/WARN [betterbuilderswands]: Mod betterbuilderswands is missing the required element ‘version’ and a version.properties file could not be found. Falling back to metadata version 0.11.1
19.10 09:06:47 [Server] Server thread/WARN [codechickenlib]: Mod codechickenlib is missing the required element ‘version’ and a version.properties file could not be found. Falling back to metadata version 3.1.3.313
19.10 09:06:47 [Server] Server thread/WARN [cookingforblockheads]: Mod cookingforblockheads is missing the required element ‘version’ and a version.properties file could not be found. Falling back to metadata version 6.3.6
19.10 09:06:48 [Server] Server thread/WARN [ironchest]: Mod ironchest is missing the required element ‘version’ and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.34.820
19.10 09:06:48 [Server] Server thread/WARN [lightair]: Mod lightair is missing the required element ‘version’ and a version.properties file could not be found. Falling back to metadata version 1.12.2-2.2
19.10 09:06:49 [Server] Server thread/INFO [FML]: Disabling mod wailaharvestability it is client side only.
19.10 09:06:49 [Server] Server thread/INFO [FML]: Forge Mod Loader has identified 43 mods to load
19.10 09:06:49 [Server] Server thread/WARN [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
19.10 09:06:49 [Server] Server thread/WARN [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
19.10 09:06:49 [Server] Server thread/WARN [FML]: Missing English translation for craftstudioapi: assets/craftstudioapi/lang/en_us.lang
19.10 09:06:49 [Server] Server thread/WARN [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
19.10 09:06:49 [Server] Server thread/WARN [FML]: Missing English translation for radixcore: assets/radixcore/lang/en_us.lang
19.10 09:06:49 [Server] Server thread/WARN [FML]: Missing English translation for worldedit: assets/worldedit/lang/en_us.lang
19.10 09:06:49 [Server] Server thread/INFO [FML]: FML has found a non-mod file JAFFA-1.91.15.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
19.10 09:06:49 [Server] Server thread/INFO [FML]: FML has found a non-mod file Nucleus-1.2.0-PR2-S7.0-api.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
19.10 09:06:49 [Server] Server thread/INFO [FML]: FML has found a non-mod file Nucleus-1.2.0-PR2-S7.0-MC1.12.2-plugin.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
19.10 09:06:49 [Server] Server thread/INFO [FML]: FML has found a non-mod file NucleusGluon-1.0.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
19.10 09:06:49 [Server] Server thread/INFO [FML]: FML has found a non-mod file spongeapi-5.1.0-shaded.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
19.10 09:06:49 [Server] Server thread/INFO [FML]: FML has found a non-mod file UniverseGuard.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
19.10 09:06:49 [Server] Server thread/INFO [FML]: FML has found a non-mod file WailaHarvestability-mc1.12-1.1.12.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
19.10 09:06:50 [Server] Server thread/INFO [STDERR]: [org.slf4j.helpers.Util:report:127]: SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
19.10 09:06:50 [Server] Server thread/INFO [STDERR]: [org.slf4j.helpers.Util:report:127]: SLF4J: Defaulting to no-operation (NOP) logger implementation
19.10 09:06:50 [Server] Server thread/INFO [STDERR]: [org.slf4j.helpers.Util:report:127]: SLF4J: See SLF4J Error Codes for further details.
19.10 09:06:50 [Server] Server thread/INFO [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, animania, betterbuilderswands, bibliocraft, biomesoplenty, chococraft, codechickenlib, cookingforblockheads, craftstudioapi, modcurrency, customnpcs, fairylights, foamflower, forestry, furniture, waila, imaginary, inventorytweaks, ironchest, jei, journeymap, lightair, mantle, mca, cfm, natura, nei, harvestcraft, radixcore, randomthings, tammodized, thutcore, thuttech, tconstruct, twilightforest, vending, voidcraft, wawla, worldedit, worldprotector] at CLIENT
19.10 09:06:50 [Server] Server thread/INFO [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, animania, betterbuilderswands, bibliocraft, biomesoplenty, chococraft, codechickenlib, cookingforblockheads, craftstudioapi, modcurrency, customnpcs, fairylights, foamflower, forestry, furniture, waila, imaginary, inventorytweaks, ironchest, jei, journeymap, lightair, mantle, mca, cfm, natura, nei, harvestcraft, radixcore, randomthings, tammodized, thutcore, thuttech, tconstruct, twilightforest, vending, voidcraft, wawla, worldedit, worldprotector] at SERVER
19.10 09:06:51 [Server] Server thread/INFO [Pulsar-natura]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
19.10 09:06:52 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse chiselIntegration; missing dependency: chisel
19.10 09:06:52 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits
19.10 09:06:52 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
19.10 09:06:52 [Server] Server thread/INFO [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe
19.10 09:06:52 [Server] Server thread/INFO [tconstruct]: Preparing to take over the world
19.10 09:06:52 [Server] Server thread/INFO [FML]: Processing ObjectHolder annotations
19.10 09:06:52 [Server] Server thread/INFO [FML]: Found 1463 ObjectHolder annotations
19.10 09:06:52 [Server] Server thread/INFO [FML]: Identifying ItemStackHolder annotations
19.10 09:06:52 [Server] Server thread/INFO [FML]: Found 0 ItemStackHolder annotations
19.10 09:06:52 [Server] Server thread/INFO [FML]: Configured a dormant chunk cache size of 0
19.10 09:06:52 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [craftstudioapi] Starting version check at
19.10 09:06:53 [Server] Server thread/INFO [betterbuilderswands]: Access transform success createStackedBlock (func_180643_i).
19.10 09:06:53 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [craftstudioapi] Found status: BETA Target: null
19.10 09:06:53 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [codechickenlib] Starting version check at
19.10 09:06:53 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [codechickenlib] Found status: BETA Target: null
19.10 09:06:53 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [forge] Starting version check at
19.10 09:06:53 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [forge] Found status: AHEAD Target: null
19.10 09:06:53 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [nei] Starting version check at
19.10 09:06:53 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [nei] Found status: BETA Target: null
19.10 09:06:53 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [thutcore] Starting version check at
19.10 09:06:53 [Server] Forge Version Check/INFO [ForgeVersionCheck]: [thutcore] Found status: BETA Target: null
19.10 09:06:54 [Server] INFO [09:06:54][FINE/CustomNPCs][noppes.npcs.LogWriter:71] Thu Oct 19 09:06:54 CEST 2017
19.10 09:06:54 [Server] INFO [09:06:54][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:52] Script Engines Available:
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin Mystical Agriculture Plugin failed to load: Mystical Agriculture not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin EnderIO Plugin failed to load: EnderIO not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin Actually Additions Plugin failed to load: Actually Additions not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin ImmersiveEngineering Plugin failed to load: ImmersiveEngineering not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin BiomesOPlenty Plugin failed to load: BiomesOPlenty not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin BuildCraft 6 Recipes Plugin failed to load: Compatible BuildCraftAPI|recipes version not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin Better With Mods Plugin failed to load: Better With Mods not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin BuildCraft 6 Statements Plugin failed to load: Compatible BuildCraftAPI|statements version not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin rustic Plugin failed to load: Rustic not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin BuildCraft 6 Fuels Plugin failed to load: Compatible BuildCraftAPI|fuels version not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin Chisel Plugin failed to load: Chisel not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin Roots Plugin failed to load: Roots not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin ExtraUtilities Plugin failed to load: ExtraUtilities not found
19.10 09:06:54 [Server] Server thread/INFO [forestry]: Plugin BuildCraft 6 Transport Plugin failed to load: buildcrafttransport not found
19.10 09:06:55 [Server] Server thread/WARN [mca]: MCA is running on a dedicated server and will default to using English as its language.
19.10 09:06:55 [Server] Server thread/WARN [mca]: This may cause issues with some phrases being translated while others are not.
19.10 09:06:55 [Server] Server thread/WARN [mca]: **** To change your server’s language in MCA, change the serverLanguageId option in MCA’s configuration. ****
19.10 09:06:55 [Server] Server thread/INFO [mca]: Loaded language en_us
19.10 09:06:55 [Server] Server thread/ERROR [NotEnoughItems]: Found class with annotation @NEIPlugin but class does not implement IConfigureNEI… Class: codechicken.nei.thirdparty.colossalchests.NEIColossalChestsConfig
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name apple, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemFood(ItemRegistry.java:1828)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:915)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name wheat, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemFood(ItemRegistry.java:1828)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:916)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name potato, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemSeedFood(ItemRegistry.java:1834)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:917)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name carrot, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemSeedFood(ItemRegistry.java:1834)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:918)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name beetroot, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemFood(ItemRegistry.java:1828)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:919)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name melon, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemFood(ItemRegistry.java:1828)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:920)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name beef, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemVanillaFood(ItemRegistry.java:1821)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:925)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name cooked_beef, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemVanillaFood(ItemRegistry.java:1821)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:926)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name chicken, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemVanillaFood(ItemRegistry.java:1821)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:927)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name cooked_chicken, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemVanillaFood(ItemRegistry.java:1821)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerVanillaReplacementItems(ItemRegistry.java:928)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItems(ItemRegistry.java:907)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.proxy.CommonProxy.preInit(CommonProxy.java:51)…
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: ****************************************
19.10 09:06:55 [Server] Server thread/WARN [FML]: * Dangerous alternative prefix minecraft for name porkchop, expected harvestcraft invalid registry invocation/invalid name?
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at net.minecraftforge.registries.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:85)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItem(ItemRegistry.java:1874)
19.10 09:06:55 [Server] Server thread/WARN [FML]: * at com.pam.harvestcraft.item.ItemRegistry.registerItemVanillaFood(ItemRegistry.java:1821)
19.10 09:06:56 [Multicraft] Skipped 176 lines due to rate limit (100/s)

19.10 09:06:56 [Server] Server thread/INFO [VoidCraft]: Uh oh, I guess we need to open a portal to the Void
19.10 09:06:56 [Server] Server thread/INFO [VoidCraft]: Starting Contributor Handler
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Loading Elemental Color Properties
19.10 09:06:56 [Server] Server thread/INFO [VoidCraft]: VoidicInfusionCapabilityStorage Registered
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: 16fea09e-314e-4955-88c2-6b552ecf314a -> 6
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: 2d553a05-531e-4261-aa7e-8d0a6252fe06 -> 12
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Loading Skin List Properties
19.10 09:06:56 [Server] Server thread/INFO [VoidCraft]: VadeMecumCapabilityStorage Registered
19.10 09:06:56 [Server] Server thread/INFO [VoidCraft]: VadeMecumItemCapabilityStorage Registered
19.10 09:06:56 [Server] Server thread/INFO [VoidCraft]: ElytraFlyingCapabilityStorage Registered
19.10 09:06:56 [Server] Server thread/INFO [VoidCraft]: VoidicPowerCapabilityStorage Registered
19.10 09:06:56 [Server] Server thread/INFO [VoidCraft]: StarForgeCapabilityStorage Registered
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: RWTema -> 72ddaa05-7bbe-4ae2-9892-2c8d90ea0ad8
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: mezz -> e236196e-c7c6-46d6-b6ad-ffe81c03bf19
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: McJty -> ff65ca82-f788-4308-96ad-ce2e5c513d6f
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Tlovetech -> c2024e2a-dd76-4bc9-9ea3-b771f18f23b6
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Vazkii -> 8c826f34-113b-4238-a173-44639c53b6e6
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Azanor -> 0f95811a-b3b6-4dba-ba03-4adfec7cf5ab
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Drullkus -> 5399b615-3440-4c66-939d-ab1375952ac3
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Tamaized -> 16fea09e-314e-4955-88c2-6b552ecf314a
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: DireWolf20 -> bbb87dbe-690f-4205-bdc5-72ffb8ebc29d
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Morals_747 -> 2d553a05-531e-4261-aa7e-8d0a6252fe06
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Boni -> 6078f46a-bae3-496b-bbdc-dcc25aca75ba
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Cpw11 -> 59af7399-5544-4990-81f1-c8f2263b00e5
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: TehNut -> eb21559e-bb22-46f2-897b-71eee2d5c09b
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: RazzleberryFox -> 615d0847-0ddd-4bc9-a410-355a79cdd519
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: TTFTCUTS -> 48a16fc8-bc1f-4e72-84e9-7ec73b7d8ea1
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Rorax -> e8b46b33-3e17-4b64-8d07-9af116df7d3b
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: InsomniaKitten -> 6c249311-f939-4e66-9f31-49b753bfb14b
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: williewillus -> 7a66d29d-6d01-4d73-a277-5b5c966dbd59
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Kris1432 -> 12cad963-8dca-4540-b002-07f3039cc5a7
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: AtomicBlom -> 58d506e2-7ee7-4774-8b22-c7a57eda488b
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: iChun -> 0b7509f0-2458-4160-9ce1-2772b9a45ac2
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Pahimar -> 0192723f-b3dc-495a-959f-52c53fa63bff
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Soaryn -> 4f3a8d1e-33c1-44e7-bce8-e683027c7dac
19.10 09:06:56 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: XCompWiz -> b97e12ce-dbb1-4c0c-afc8-132b708a9b88
19.10 09:06:57 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Running SkinHandler
19.10 09:06:57 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Able to Connect to Mojang Servers, validating names
19.10 09:06:57 [Server] VoidCraft Contributor Loader/INFO [VoidCraft]: Validating Names to UUIDs
19.10 09:06:57 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 09:06:57 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.materials.barley’ to list of materials
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.materials.barley_flour’ to list of materials
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.materials.wheat_flour’ to list of materials
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.materials.cotton’ to list of materials
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.materials.sulfur_powder’ to list of materials
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.materials.ghostwood_fletching’ to list of materials
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.materials.imp_leather’ to list of materials
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.materials.flame_string’ to list of materials
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.materials.blue_dye’ to list of materials
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.edibles.impmeat_raw’ to list of edibles
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.soups.ghostwood_mushroomstew’ to list of edibles
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_logs.maple’ to list of logs
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_logs2.willow’ to list of logs
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.redwood_logs.bark’ to list of logs
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_sapling.maple’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_sapling.silverbell’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_sapling.amaranth’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_sapling.tiger’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_sapling2.willow’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_sapling2.eucalyptus’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_sapling2.hopseed’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.overworld_sapling2.sakura’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.redwood_sapling.redwood’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.barley_crop’ to list of cropBlocks
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.cotton_crop’ to list of cropBlocks
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.overworld_seeds.barley_seeds’ to list of seeds
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.overworld_seeds.cotton_seeds’ to list of seeds
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘item.natura.saguaro_fruit_item’ to list of edibles
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.nether_logs.ghostwood’ to list of logs
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.nether_logs2’ to list of logs
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.nether_logs2’ to list of logs
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.nether_sapling.ghostwood’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.nether_sapling.fusewood’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.nether_sapling.darkwood’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [forestry]: [PluginNatura] Adding ‘tile.natura.nether_sapling2.bloodwood’ to list of saplings
19.10 09:06:58 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 09:06:58 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 09:06:58 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 09:06:58 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 09:06:58 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 09:06:58 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 09:06:58 [Server] Server thread/INFO [FML]: Injecting itemstacks
19.10 09:06:58 [Server] Server thread/INFO [FML]: Itemstack injection complete
19.10 09:06:58 [Server] Server thread/INFO Loading properties
19.10 09:06:58 [Server] Server thread/INFO Default game type: SURVIVAL
19.10 09:06:58 [Server] Server thread/INFO Generating keypair
19.10 09:06:58 [Server] Server thread/INFO Starting Minecraft server on 198.50.193.118:25565
19.10 09:06:58 [Server] Server thread/INFO Using epoll channel type
19.10 09:06:58 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 09:06:58 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 09:06:59 [Server] Server thread/INFO [forestry]: [PluginNatura] Addding crop ‘1xtile.natura.barley_crop@0’
19.10 09:06:59 [Server] Server thread/INFO [forestry]: [PluginNatura] Addding crop ‘1xtile.natura.cotton_crop@0’
19.10 09:06:59 [Server] Server thread/INFO [mca]: MCA has successfully loaded 259 skins.
19.10 09:06:59 [Server] Server thread/INFO [FML]: Registering drops for shadedGarden.
19.10 09:06:59 [Server] Server thread/INFO [FML]: Registering drops for tropicalGarden.
19.10 09:06:59 [Server] Server thread/INFO [FML]: Registering drops for windyGarden.
19.10 09:06:59 [Server] Server thread/INFO [FML]: Registering drops for frostGarden.
19.10 09:06:59 [Server] Server thread/INFO [FML]: Registering drops for aridGarden.
19.10 09:06:59 [Server] Server thread/INFO [FML]: Registering drops for soggyGarden.
19.10 09:06:59 [Server] Server thread/INFO [Waila]: Receiving registration request from [ animania ] for method com.animania.compat.waila.WailaCompat.registerWaila
19.10 09:06:59 [Server] Server thread/INFO [Waila]: Receiving registration request from [ tconstruct ] for method slimeknights.tconstruct.plugin.waila.WailaRegistrar.wailaCallback
19.10 09:06:59 [Server] Server thread/INFO [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.engine.waila.EntityProvider.register
19.10 09:06:59 [Server] Server thread/INFO [Waila]: Receiving registration request from [ wawla ] for method net.darkhax.wawla.engine.waila.TileProvider.register
19.10 09:06:59 [Server] Server thread/INFO [FML]: Injecting itemstacks
19.10 09:06:59 [Server] Server thread/INFO [FML]: Itemstack injection complete
19.10 09:06:59 [Server] Server thread/INFO [betterbuilderswands]: Added ‘minecraft:lapis_ore/0=>1minecraft:lapis_ore/4=>minecraft:lapis_ore/0’ to mapping
19.10 09:06:59 [Server] Server thread/INFO [betterbuilderswands]: Added 'minecraft:lit_redstone_ore/0=>1
minecraft:redstone_ore/0=>minecraft:lit_redstone_ore/0’ to mapping
19.10 09:06:59 [Server] Server thread/INFO [betterbuilderswands]: Added ‘minecraft:grass/0=>1minecraft:grass/0=>minecraft:grass/0’ to mapping
19.10 09:06:59 [Server] Server thread/INFO [betterbuilderswands]: Added 'minecraft:grass/0=>1
minecraft:dirt/0=>minecraft:dirt/0’ to mapping
19.10 09:06:59 [Server] Server thread/INFO [betterbuilderswands]: Added ‘minecraft:dirt/1=>1minecraft:dirt/1=>minecraft:dirt/1’ to mapping
19.10 09:06:59 [Server] Server thread/INFO [betterbuilderswands]: Added 'minecraft:dirt/1=>1
minecraft:dirt/0=>minecraft:dirt/0’ to mapping
19.10 09:06:59 [Server] Server thread/INFO [betterbuilderswands]: Added ‘minecraft:dirt/2=>1minecraft:dirt/2=>minecraft:dirt/2’ to mapping
19.10 09:06:59 [Server] Server thread/INFO [betterbuilderswands]: Added 'minecraft:dirt/2=>1
minecraft:dirt/0=>minecraft:dirt/0’ to mapping
19.10 09:07:00 [Server] Server thread/INFO [twilightforest]: Did not find Thaumcraft, did not load ThaumcraftApi integration.
19.10 09:07:00 [Server] Server thread/INFO [worldedit]: WorldEdit for Forge (version 6.1.8) is loaded
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Attempting to register plugin for anything from mcp.mobius.waila.addons.capability.PluginCapability
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Registered plugin for anything from mcp.mobius.waila.addons.capability.PluginCapability in 4.081 ms
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Attempting to register plugin for anything from com.progwml6.natura.plugin.waila.PluginWaila
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Registered plugin for anything from com.progwml6.natura.plugin.waila.PluginWaila in 3.033 ms
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Attempting to register plugin for anything from net.blay09.mods.cookingforblockheads.compat.WailaProvider
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Registered plugin for anything from net.blay09.mods.cookingforblockheads.compat.WailaProvider in 2.581 ms
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Attempting to register plugin for anything from mcp.mobius.waila.addons.minecraft.PluginMinecraft
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Registered plugin for anything from mcp.mobius.waila.addons.minecraft.PluginMinecraft in 13.24 ms
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Trying to reflect com.animania.compat.waila.WailaCompat registerWaila
19.10 09:07:00 [Server] Server thread/WARN [Waila]: Could not find class com.animania.compat.waila.WailaCompat
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Trying to reflect slimeknights.tconstruct.plugin.waila.WailaRegistrar wailaCallback
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Success in registering tconstruct
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Trying to reflect net.darkhax.wawla.engine.waila.EntityProvider register
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Success in registering wawla
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Trying to reflect net.darkhax.wawla.engine.waila.TileProvider register
19.10 09:07:00 [Server] Server thread/INFO [Waila]: Success in registering wawla
19.10 09:07:00 [Server] Server thread/INFO [FML]: Forge Mod Loader has successfully loaded 43 mods
19.10 09:07:00 [Server] INFO [09:07:00][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:42] Loading Linked Npcs
19.10 09:07:00 [Server] INFO [09:07:00][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:62] Done loading Linked Npcs
19.10 09:07:01 [Server] Server thread/INFO Preparing level “NewWorldNewOppertunity”
19.10 09:07:01 [Server] Server thread/INFO [FML]: Injecting existing registry data into this server instance
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:bread
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:chicken
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:mutton
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:cookie
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:melon
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:beef
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:cooked_beef
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:beetroot
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:baked_potato
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:cooked_porkchop
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:cooked_chicken
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:apple
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:pumpkin_pie
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:beetroot_soup
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:porkchop
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:mushroom_stew
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:rabbit
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:wheat
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:cooked_rabbit
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:potato
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:rabbit_stew
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:carrot
19.10 09:07:01 [Server] Server thread/INFO [FML]: Registry Item: Activating override harvestcraft for minecraft:cooked_mutton
19.10 09:07:01 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 09:07:01 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 09:07:01 [Server] Server thread/INFO [FML]: Loading dimension 0 (NewWorldNewOppertunity) (net.minecraft.server.dedicated.DedicatedServer@479ae77a)
19.10 09:07:01 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/pumpkin_pie
19.10 09:07:01 [Server] INFO com.google.gson.JsonSyntaxException: Unknown recipe ‘minecraft:pumpkin_pie’
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(SourceFile:166) ~[l$a.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(SourceFile:150) ~[l$a.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
19.10 09:07:01 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
19.10 09:07:01 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/mushroom_stew
19.10 09:07:01 [Server] INFO com.google.gson.JsonSyntaxException: Unknown recipe ‘minecraft:mushroom_stew’
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(SourceFile:166) ~[l$a.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(SourceFile:150) ~[l$a.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
19.10 09:07:01 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
19.10 09:07:01 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/cookie
19.10 09:07:01 [Server] INFO com.google.gson.JsonSyntaxException: Unknown recipe ‘minecraft:cookie’
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(SourceFile:166) ~[l$a.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(SourceFile:150) ~[l$a.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
19.10 09:07:01 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
19.10 09:07:01 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/bread
19.10 09:07:01 [Server] INFO com.google.gson.JsonSyntaxException: Unknown recipe ‘minecraft:bread’
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(SourceFile:166) ~[l$a.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(SourceFile:150) ~[l$a.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
19.10 09:07:01 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:60) [ns.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:298) [MinecraftServer.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
19.10 09:07:01 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
19.10 09:07:01 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
19.10 09:07:01 [Server] Server thread/ERROR Parsing error loading built-in advancement minecraft:recipes/food/beetroot_soup
19.10 09:07:03 [Multicraft] Skipped 33 lines due to rate limit (100/s)
19.10 09:07:03 [Server] Server thread/INFO Preparing spawn area: 69%
19.10 09:07:03 [Server] Startup Done (2.661s)! For help, type “help” or “?”
19.10 09:07:03 [Server] INFO [09:07:03][FINE/CustomNPCs][noppes.npcs.controllers.DialogController:44] Loading Dialogs
19.10 09:07:03 [Server] INFO [09:07:03][FINE/CustomNPCs][noppes.npcs.controllers.DialogController:46] Done loading Dialogs
19.10 09:07:03 [Server] Forestry Greenhouse/INFO [forestry]: Starting greenhouse thread
19.10 09:07:03 [Server] Server thread/INFO [FML]: Unloading dimension -3

Your installation is wrong! Remove spongeapi-shaded from mods directory and put this verision:
https://repo.spongepowered.org/maven/org/spongepowered/spongeforge/1.12.2-2503-7.0.0-BETA-2706/spongeforge-1.12.2-2503-7.0.0-BETA-2706.jar

1 Like

Indeed @Xakep_SDK is correct. It seems that you don’t actually have a SpongeForge jar file in the mods list, and so Sponge plugins won’t load. Thanks for the feedback - and please, next time you post long files, just use a remote link (like pastebin or github gist).

1 Like

What in the name of Flard is githib?

Will do my apologies everything is working now, so it’s okay to close this forum post :slight_smile:
thanks for the help everyone! you are all awesome!

1 Like