Skip to content

Instantly share code, notes, and snippets.

@SeaDonkey81
Created June 5, 2019 15:57
Show Gist options
  • Save SeaDonkey81/5fb2dcee2f2c555faa2e5ad4b98beef7 to your computer and use it in GitHub Desktop.
Save SeaDonkey81/5fb2dcee2f2c555faa2e5ad4b98beef7 to your computer and use it in GitHub Desktop.
jobs {
farmer {
require {
job=""
level=0
permission="totaleconomy.job.farmer"
}
salary=20
sets=[
crops
]
}
fisherman {
require {
job=""
level=0
permission="totaleconomy.job.fisherman"
}
salary=20
sets=[
fish
]
}
lumberjack {
require {
job=""
level=0
permission="totaleconomy.job.lumberjack"
}
salary=20
sets=[
lumberjackSet
]
}
miner {
require {
job=""
level=0
permission="totaleconomy.job.miner"
}
salary=20
sets=[
ores
]
}
unemployed {
salary=0
}
warrior {
require {
job=""
level=0
permission="totaleconomy.job.warrior"
}
salary=20
sets=[
mobs
]
}
}
salarydelay=1200
sets {
crops {
break {
"minecraft:beetroots" {
exp="15"
growthTrait=age
money="3.75"
}
"minecraft:brown_mushroom" {
exp="7"
money="1.75"
}
"minecraft:cactus" {
exp="7"
money="1.75"
}
"minecraft:carrots" {
exp="15"
growthTrait=age
money="3.75"
}
"minecraft:cocoa" {
exp="15"
growthTrait=age
money="3.75"
}
"minecraft:nether_wart" {
exp="15"
growthTrait=age
money="3.75"
}
"minecraft:potatoes" {
exp="15"
growthTrait=age
money="3.75"
}
"minecraft:red_mushroom" {
exp="7"
money="1.75"
}
"minecraft:reeds" {
exp="7"
money="1.75"
}
"minecraft:wheat" {
exp="15"
growthTrait=age
money="3.75"
}
}
}
fish {
catch {
clownfish {
exp="120"
money="30.00"
}
cod {
exp="45"
money="11.25"
}
pufferfish {
exp="105"
money="26.25"
}
salmon {
exp="75"
money="18.75"
}
}
}
lumberjackSet {
break {
"minecraft:log" {
exp="10"
money="1.00"
}
"minecraft:log2" {
exp="10"
money="1.00"
}
}
place {
"minecraft:sapling" {
exp="1"
money="0.01"
}
}
}
mobs {
kill {
silverfish {
exp="8"
money="2.00"
}
endermite {
exp="8"
money="2.00"
}
ghast {
exp="10"
money="2.50"
}
cave_spider {
exp="12"
money="3.00"
}
vex {
exp="14"
money="3.50"
}
spider {
exp="16"
money="4.00"
}
skeleton {
exp="20"
money="5.00"
}
zombie {
exp="20"
money="5.00"
}
creeper {
exp="20"
money="5.00"
}
blaze {
exp="20"
money="5.00"
}
husk {
exp="20"
money="5.00"
}
zombie_pigman {
exp="20"
money="5.00"
}
stray {
exp="20"
money="5.00"
}
wither_skeleton {
exp="20"
money="5.00"
}
zombie_villager {
exp="20"
money="5.00"
}
evocation_illager {
exp="24"
money="6.00"
}
vindication_illager {
exp="24"
money="6.00"
}
witch {
exp="26"
money="6.50"
}
guardian {
exp="30"
money="7.50"
}
shulker {
exp="30"
money="7.50"
}
enderman {
exp="40"
money="10.00"
}
elder_guardian {
exp="80"
money="20.00"
}
}
}
ores {
break {
"minecraft:coal_ore" {
exp="15"
money="3.75"
}
"minecraft:diamond_ore" {
exp="75"
money="18.75"
}
"minecraft:emerald_ore" {
exp="90"
money="22.50"
}
"minecraft:gold_ore" {
exp="60"
money="15.00"
}
"minecraft:iron_ore" {
exp="30"
money="7.50"
}
"minecraft:lapis_ore" {
exp="45"
money="11.25"
}
"minecraft:lit_redstone_ore" {
exp="60"
money="15.00"
}
"minecraft:quartz_ore" {
exp="15"
money="3.75"
}
"minecraft:redstone_ore" {
exp="60"
money="15.00"
}
}
}
}
[15:52:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[15:52:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[15:52:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[15:52:55] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2814 for Minecraft 1.12.2 loading
[15:52:55] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_211, running on Linux:amd64:4.9.178-xxxx-std-ipv6-64, installed at /usr/local/oracle-java-8/jdk1.8.0_211/jre
[15:52:55] [main/INFO] [FML]: Searching /home/minecraft/multicraft/servers/server58168/./mods for mods
[15:52:55] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from aaspongeforge-1.12.2-2768-7.1.5.jar
[15:52:55] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[15:52:55] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Bloodmoon-MC1.12.2-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:52:55] [main/WARN] [FML]: The coremod lumien.bloodmoon.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:52:55] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Farseek-1.12-2.3.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:52:55] [main/WARN] [FML]: The coremod farseek.core.FarseekCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:52:55] [main/WARN] [FML]: The coremod FarseekCoreMod (farseek.core.FarseekCoreMod) is not signed!
[15:52:55] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:52:55] [main/WARN] [FML]: The coremod IvToolkit (ivorius.ivtoolkit.IvToolkitLoadingPlugin) is not signed!
[15:52:55] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from movingworld-1.12-6.342-full.jar
[15:52:55] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.5-146.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[15:52:55] [main/WARN] [FML]: The coremod vazkii.quark.base.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:52:55] [main/WARN] [FML]: The coremod LoadingPlugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
[15:52:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:52:55] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[15:52:55] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/home/minecraft/multicraft/servers/server58168/./mods/aaspongeforge-1.12.2-2768-7.1.5.jar Service=LaunchWrapper Env=SERVER
[15:52:55] [main/WARN] [FML]: The coremod SpongeCoremod (org.spongepowered.mod.SpongeCoremod) is not signed!
[15:52:55] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[15:52:55] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[15:52:55] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[15:52:55] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[15:52:55] [main/WARN] [FML]: The coremod com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:52:55] [main/WARN] [FML]: The coremod MovingWorldCore (com.elytradev.movingworld.common.asm.coremod.MovingWorldCoreMod) is not signed!
[15:52:55] [main/ERROR] [mixin]: Mixin config mixins.movingworld.json does not specify "minVersion" property
[15:52:55] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[15:52:55] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:52:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:52:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:52:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:52:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:57] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[15:52:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:57] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[15:52:57] [main/ERROR] [mixin]: Mixin config mixins.movingworld.json does not specify "minVersion" property
[15:52:57] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@72e789cb
[15:52:57] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[15:52:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:52:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:52:58] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[15:52:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:52:58] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[15:52:58] [main/INFO] [net.minecraft]: [farseek] Moving Farseek transformer after Sponge proxy
[15:52:58] [main/INFO] [net.minecraft]: [farseek] Excluding Farseek transformer from Sponge pre-mixin transformations
[15:52:58] [main/WARN] [mixin]: Reference map 'movingworld.mixin.refmap.json' for mixins.movingworld.json could not be read. If this is a development environment you can ignore this message
[15:52:58] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[15:52:58] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data
[15:52:58] [main/INFO] [FML]: [Quark ASM] Transforming BlockPistonBase
[15:52:58] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [doMove, func_176319_a, a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z / (Lamu;Let;Lfa;Z)Z)
[15:52:58] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:52:58] [main/INFO] [FML]: [Quark ASM] Located patch target node ALOAD 5
[15:52:58] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:52:58] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [canPush, func_185646_a, a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z / (Lawt;Lamu;Let;Lfa;ZLfa;)Z)
[15:52:58] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:52:58] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL aow.hasTileEntity (Lawt;)Z
[15:52:58] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:52:58] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.vazkii.quark.base.asm.ClassTransformer' was detected and will no longer process meta class data
[15:53:00] [main/WARN] [mixin]: @Mixin target net.minecraft.server.management.PlayerProfileCache$ProfileEntry is public in mixins.common.core.json:server.management.MixinPlayerProfileCacheEntry and should be specified in value
[15:53:01] [main/INFO] [mixin]: A re-entrant transformer '$wrapper.lumien.bloodmoon.asm.ClassTransformer' was detected and will no longer process meta class data
[15:53:03] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_FULL" algorithm
[15:53:03] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.MathTransformer' was detected and will no longer process meta class data
[15:53:03] [main/INFO] [FML]: [Quark ASM] Transforming WorldServer
[15:53:03] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e, g] Descriptor ()Z / ()Z)
[15:53:03] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:03] [main/INFO] [FML]: [Quark ASM] Located patch target node L0
[15:53:03] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:05] [main/WARN] [mixin]: Static binding violation: PRIVATE overwrite method initializeConnectionToPlayer in mixins.common.core.json:server.MixinPlayerList cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[15:53:05] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[15:53:05] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[15:53:06] [main/INFO] [FML]: [Quark ASM] Transforming BlockPistonBase
[15:53:06] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [doMove, func_176319_a, a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z / (Lamu;Let;Lfa;Z)Z)
[15:53:06] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:06] [main/INFO] [FML]: [Quark ASM] Patch result: false
[15:53:06] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [canPush, func_185646_a, a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z / (Lawt;Lamu;Let;Lfa;ZLfa;)Z)
[15:53:06] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:06] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL aow.hasTileEntity (Lawt;)Z
[15:53:06] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:08] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
[15:53:08] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
[15:53:08] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_FULL" algorithm
[15:53:08] [main/INFO] [FML]: [Quark ASM] Transforming TileEntityPiston
[15:53:08] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [update, func_73660_a, e] Descriptor ()V / ()V)
[15:53:08] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:08] [main/INFO] [FML]: [Quark ASM] Located patch target node L0
[15:53:08] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:08] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f, j] Descriptor ()V / ()V)
[15:53:08] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:08] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL amu.a (Let;Lawt;I)Z
[15:53:08] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:08] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [update, func_73660_a, e] Descriptor ()V / ()V)
[15:53:08] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:08] [main/INFO] [FML]: [Quark ASM] Located patch target node INVOKEVIRTUAL amu.a (Let;Lawt;I)Z
[15:53:08] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:09] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
[15:53:10] [main/INFO] [FML]: [Quark ASM] Transforming EntityBoat
[15:53:10] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [attackEntityFrom, func_70097_a, a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z / (Lur;F)Z)
[15:53:10] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:10] [main/INFO] [FML]: [Quark ASM] Located patch target node POP
[15:53:10] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:10] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [onUpdate, func_70071_h_, B_] Descriptor ()V / ()V)
[15:53:10] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:10] [main/INFO] [FML]: [Quark ASM] Located patch target node L0
[15:53:10] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:10] [main/INFO] [FML]: [Quark ASM] Transforming ItemBanner
[15:53:10] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a, a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V / (Laip;Ljava/util/List;)V)
[15:53:10] [main/INFO] [FML]: [Quark ASM] Failed to locate the method!
[15:53:13] [main/INFO] [FML]: [Quark ASM] Transforming RecipeAddPattern
[15:53:13] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [matches, func_77569_a, a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z / (Lafy;Lamu;)Z)
[15:53:13] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:13] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 6
[15:53:13] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:14] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz)
[15:53:14] [main/INFO] [FML]: [Quark ASM] Transforming ContainerMerchant
[15:53:14] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [transferStackInSlot, func_82846_b, b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack; / (Laed;I)Laip;)
[15:53:14] [main/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:14] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 39
[15:53:14] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 39
[15:53:14] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 30
[15:53:14] [main/INFO] [FML]: [Quark ASM] Adding invokestatic to 30/3
[15:53:14] [main/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 30
[15:53:14] [main/INFO] [FML]: [Quark ASM] Adding invokestatic to 30/4
[15:53:14] [main/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:15] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[15:53:15] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2814 Initialized
[15:53:15] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[15:53:15] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[15:53:15] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/home/minecraft/multicraft/servers/server58168/./mods/aaspongeforge-1.12.2-2768-7.1.5.jar!/mcmod.info
[15:53:15] [Server thread/INFO] [Sponge]: Creating injector in stage 'PRODUCTION'
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Transforming ContainerWorkbench
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [transferStackInSlot, func_82846_b, b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack; / (Laed;I)Laip;)
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Located Method, patching...
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 10
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 46
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 10
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 37
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 37
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Adding invokestatic to 37/5
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Located patch target node BIPUSH 46
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Adding invokestatic to 46/6
[15:53:18] [Server thread/INFO] [FML]: [Quark ASM] Patch result: true
[15:53:20] [Server thread/INFO] [FML]: Searching /home/minecraft/multicraft/servers/server58168/./mods for mods
[15:53:21] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.2.353
[15:53:21] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only.
[15:53:21] [Server thread/WARN] [FML]: Mod farseek is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.3.1
[15:53:22] [Server thread/WARN] [FML]: Mod streams is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.4
[15:53:23] [Server thread/WARN] [FML]: Mod waystones is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.0.67
[15:53:23] [Server thread/INFO] [FML]: Forge Mod Loader has identified 99 mods to load
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for spongeapi: assets/spongeapi/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for spongeforge: assets/spongeforge/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for ancientwarfarestructure: assets/ancientwarfarestructure/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for ancientwarfarevehicle: assets/ancientwarfarevehicle/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for ancientwarfarenpc: assets/ancientwarfarenpc/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for ancientwarfareautomation: assets/ancientwarfareautomation/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for carrotshop: assets/carrotshop/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for chunkpregenerator: assets/chunkpregenerator/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for commandsigns: assets/commandsigns/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for extendedrenderer: assets/extendedrenderer/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for configmod: assets/configmod/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for crafttweaker: assets/crafttweaker/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for crafttweakerjei: assets/crafttweakerjei/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for custombooks: assets/custombooks/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for customrestartmessage: assets/customrestartmessage/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for customstartinggear: assets/customstartinggear/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for farseek: assets/farseek/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for griefprevention: assets/griefprevention/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for gwm_crates: assets/gwm_crates/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for gwm_library: assets/gwm_library/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for handytorch: assets/handytorch/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for itemchat: assets/itemchat/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for karoglansigneditor: assets/karoglansigneditor/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for langswitch: assets/langswitch/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for lex: assets/lex/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for luckperms: assets/luckperms/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for megamenus: assets/megamenus/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for modtweaker: assets/modtweaker/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for movingworld: assets/movingworld/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for mtlib: assets/mtlib/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for spawnprotection: assets/spawnprotection/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for nucleus: assets/nucleus/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for nucleushover: assets/nucleushover/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for placeholderapi: assets/placeholderapi/lang/en_us.lang
[15:53:23] [Server thread/WARN] [FML]: Missing English translation for pjc: assets/pjc/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for roguelike: assets/roguelike/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for rottenfood: assets/rottenfood/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for safetrade: assets/safetrade/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for serverlistplus: assets/serverlistplus/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for streams: assets/streams/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for totaleconomy: assets/totaleconomy/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for universalmarket: assets/universalmarket/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for universeguard: assets/universeguard/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for vshop: assets/vshop/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for virtualchest: assets/virtualchest/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for virtualtool: assets/virtualtool/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for webapi: assets/webapi/lang/en_us.lang
[15:53:24] [Server thread/WARN] [FML]: Missing English translation for worldedit: assets/worldedit/lang/en_us.lang
[15:53:24] [Server thread/WARN] [Sponge]: The mod placeholderapi was designed for spongeapi 5.1.0 but version 7.1.0-366290f8 is in use. It may not work properly.
[15:53:24] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, spongeapi, sponge, spongeforge, com.elytradev.movingworld.common.asm.coremod, ancientwarfarestructure, ancientwarfarevehicle, ancientwarfarenpc, ancientwarfareautomation, ancientwarfare, architecturecraft, astikoor, autoreglib, basemetals, bibliocraft, bloodmoon, carrotshop, ceramics, cubeengine-chopchop, chunkpregenerator, codechickenlib, commandsigns, extendedrenderer, coroutil, configmod, crafttweaker, crafttweakerjei, custombooks, customrestartmessage, customstartinggear, cyclopscore, davincisvessels, dungeontactics, farseek, flopper, ftblib, geolosys, gravestone, griefprevention, gwm_crates, gwm_library, handytorch, horsepower, ichunutil, inspirations, itemchat, jei, jjcoa, journeymap, karoglansigneditor, langswitch, cubeengine-core, lex, luckperms, mantle, megamenus, millenaire, modtweaker, movingworld, mtlib, nex, spawnprotection, nucleus, nucleushover, placeholderapi, pjc, quark, reccomplex, roguelike, rottenfood, rtfm, rustic, safetrade, scalinghealth, serverlistplus, silentlib, streams, tconstruct, theoneprobe, tcomplement, toroquest, totaleconomy, universalmarket, universeguard, va, vshop, virtualchest, virtualtool, waystones, webapi, worldedit, yabba, zombieawareness, structurize, minecolonies] at CLIENT
[15:53:24] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ivtoolkit, spongeapi, sponge, spongeforge, com.elytradev.movingworld.common.asm.coremod, ancientwarfarestructure, ancientwarfarevehicle, ancientwarfarenpc, ancientwarfareautomation, ancientwarfare, architecturecraft, astikoor, autoreglib, basemetals, bibliocraft, bloodmoon, carrotshop, ceramics, cubeengine-chopchop, chunkpregenerator, codechickenlib, commandsigns, extendedrenderer, coroutil, configmod, crafttweaker, crafttweakerjei, custombooks, customrestartmessage, customstartinggear, cyclopscore, davincisvessels, dungeontactics, farseek, flopper, ftblib, geolosys, gravestone, griefprevention, gwm_crates, gwm_library, handytorch, horsepower, ichunutil, inspirations, itemchat, jei, jjcoa, journeymap, karoglansigneditor, langswitch, cubeengine-core, lex, luckperms, mantle, megamenus, millenaire, modtweaker, movingworld, mtlib, nex, spawnprotection, nucleus, nucleushover, placeholderapi, pjc, quark, reccomplex, roguelike, rottenfood, rtfm, rustic, safetrade, scalinghealth, serverlistplus, silentlib, streams, tconstruct, theoneprobe, tcomplement, toroquest, totaleconomy, universalmarket, universeguard, va, vshop, virtualchest, virtualtool, waystones, webapi, worldedit, yabba, zombieawareness, structurize, minecolonies] at SERVER
[15:53:24] [Server thread/WARN] [Sponge]: There's no certificate fingerprint available
[15:53:26] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselIntegration; missing dependency: chisel
[15:53:26] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits
[15:53:26] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
[15:53:26] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse wailaIntegration; missing dependency: waila
[15:53:26] [Server thread/INFO] [tconstruct]: Preparing to take over the world
[15:53:28] [Server thread/INFO] [Pulsar-inspirations]: Skipping Pulse ToughAsNailsPlugin; missing dependency: toughasnails
[15:53:28] [Server thread/INFO] [Pulsar-inspirations]: Skipping Pulse WailaPlugin; missing dependency: waila
[15:53:30] [Server thread/INFO] [Pulsar-tcomplement]: Skipping Pulse ChiselPlugin; missing dependency: chisel
[15:53:30] [Server thread/INFO] [Pulsar-tcomplement]: Skipping Pulse ExNihiloPlugin; missing dependency: exnihilocreatio
[15:53:31] [Server thread/INFO] [CubeEngine]: [ChopChop] Module Chopchop loaded!
[15:53:31] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[15:53:31] [Server thread/INFO] [FML]: Found 1599 ObjectHolder annotations
[15:53:31] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[15:53:31] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations
[15:53:31] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[15:53:31] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Starting version check at https://files.minecraftforge.net/maven/org/spongepowered/spongeforge/promotions_slim.json
[15:53:32] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Found status: OUTDATED Target: 7.1.2
[15:53:32] [Forge Version Check/INFO] [forge.VersionCheck]: [gravestone] Starting version check at http://maxhenkel.de/update/gravestone.json
[15:53:33] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Nucleus version 1.11.0-S7.1, running on Sponge API 7.1.0-366290f8.
[15:53:33] [Server thread/INFO] [nucleus]: Nucleus is now starting. Entering pre-init phase.
[15:53:33] [Forge Version Check/INFO] [forge.VersionCheck]: [gravestone] Found status: OUTDATED Target: 1.10.2
[15:53:33] [Forge Version Check/INFO] [forge.VersionCheck]: [basemetals] Starting version check at https://raw.githubusercontent.com/MinecraftModDevelopmentMods/BaseMetals/master/update.json
[15:53:33] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[15:53:33] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2838
[15:53:33] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib
[15:53:33] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Found status: BETA Target: null
[15:53:33] [Forge Version Check/INFO] [forge.VersionCheck]: [jjcoa] Starting version check at https://raw.githubusercontent.com/JdiJack/JJ-Coats-of-Arms/master/update.json
[15:53:33] [Server thread/INFO] [nucleus]: Starting QuickStart Module Loader version 0.11.0 subsystem.
[15:53:33] [Forge Version Check/INFO] [forge.VersionCheck]: [jjcoa] Found status: UP_TO_DATE Target: null
[15:53:34] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: __
[15:53:34] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: | |__) LuckPerms v4.4.25
[15:53:34] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: |___ | Running on Sponge - SpongeForge
[15:53:34] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]:
[15:53:34] [Server thread/INFO] [luckperms]: Loading configuration...
[15:53:35] [Server thread/INFO] [luckperms]: Loading storage provider... [MYSQL]
[15:53:35] [Server thread/INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Starting...
[15:53:35] [Server thread/INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Start completed.
[15:53:36] [Server thread/INFO] [luckperms]: Loading messaging service... [SQL]
[15:53:39] [Server thread/INFO] [luckperms]: Loading internal permission managers...
[15:53:39] [Server thread/INFO] [luckperms]: Registering PermissionService...
[15:53:39] [Server thread/INFO] [luckperms]: Performing initial data load...
[15:53:39] [Server thread/INFO] [luckperms]: Successfully enabled. (took 5833ms)
[15:53:39] [Server thread/INFO] [rottenfood]: Pre-Initializing...
[15:53:39] [Server thread/INFO] [gwm_library]: "GamePreInitialization" completed!
[15:53:39] [Server thread/INFO] [gwm_crates]: "PreInitialization" completed!
[15:53:40] [Server thread/INFO] [safetrade]: Loading configs.
[15:53:40] [Server thread/ERROR] [Sponge]: Could not pass FMLPreInitializationEvent to Plugin{id=cubeengine-chopchop, name=CubeEngine - ChopChop, version=1.2.1, description=Chop whole trees down, url=http://cubeengine.org, authors=[CubeEngine Team], source=./mods/chopchop.jar}
java.lang.IllegalStateException: null
at com.google.common.base.Preconditions.checkState(Preconditions.java:429) ~[minecraft_server.1.12.2.jar:?]
at org.spongepowered.common.item.recipe.crafting.SpongeCraftingRecipeRegistry.registerAdditionalCatalog(SpongeCraftingRecipeRegistry.java:126) ~[SpongeCraftingRecipeRegistry.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.item.recipe.crafting.SpongeCraftingRecipeRegistry.register(SpongeCraftingRecipeRegistry.java:67) ~[SpongeCraftingRecipeRegistry.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.item.recipe.crafting.SpongeCraftingRecipeRegistry.register(SpongeCraftingRecipeRegistry.java:54) ~[SpongeCraftingRecipeRegistry.class:1.12.2-2768-7.1.5]
at org.cubeengine.module.chopchop.Chopchop.registerRecipe(Chopchop.java:84) ~[Chopchop.class:?]
at org.cubeengine.module.chopchop.Chopchop.onPreInit(Chopchop.java:64) ~[Chopchop.class:?]
at org.spongepowered.common.event.listener.GamePreInitializationEventListener_Chopchop_onPreInit133.handle(Unknown Source) ~[?:?]
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:443) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:248) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:283) [SpongeMod.class:1.12.2-2768-7.1.5]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:40] [Server thread/INFO] [VT]: Plugin Initializing...
[15:53:40] [Server thread/INFO] [griefprevention]:
bStats metrics is present in 6 plugins on this server.
Presently, none of them are allowed to send data.
Presently, the following 6 plugins are not allowed to send data:
[GriefPrevention, KaroglanSignEditor, PlaceholderAPI, UniversalMarket, VirtualChest, Web-API]
To change the enabled/disabled state of any bStats use in a plugin, visit the Sponge config!
[15:53:40] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Starting...
[15:53:41] [Server thread/ERROR] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Exception during pool initialization.
java.sql.SQLException: url parameter error 'http' is a unknown parameter in the url jdbc:mysql:http://db.mc-panel.net:3306/db_58168?user=db_58168&password=da7b58b31e
at org.mariadb.jdbc.UrlParser.parseInternal(UrlParser.java:208) ~[UrlParser.class:1.12.2-2768-7.1.5]
at org.mariadb.jdbc.UrlParser.parse(UrlParser.java:156) ~[UrlParser.class:1.12.2-2768-7.1.5]
at org.mariadb.jdbc.Driver.connect(Driver.java:97) ~[Driver.class:1.12.2-2768-7.1.5]
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:112) ~[DriverDataSource.class:1.12.2-2768-7.1.5]
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:358) ~[PoolBase.class:1.12.2-2768-7.1.5]
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201) ~[PoolBase.class:1.12.2-2768-7.1.5]
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:443) [HikariPool.class:1.12.2-2768-7.1.5]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:514) [HikariPool.class:1.12.2-2768-7.1.5]
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:111) [HikariPool.class:1.12.2-2768-7.1.5]
at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:72) [HikariDataSource.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.service.sql.SqlServiceImpl$1.load(SqlServiceImpl.java:138) [SqlServiceImpl$1.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.service.sql.SqlServiceImpl$1.load(SqlServiceImpl.java:123) [SqlServiceImpl$1.class:1.12.2-2768-7.1.5]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:4154) [minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [minecraft_server.1.12.2.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [minecraft_server.1.12.2.jar:?]
at org.spongepowered.common.service.sql.SqlServiceImpl.getDataSource(SqlServiceImpl.java:163) [SqlServiceImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.service.sql.SqlServiceImpl.getDataSource(SqlServiceImpl.java:144) [SqlServiceImpl.class:1.12.2-2768-7.1.5]
at com.erigitic.sql.SqlManager.getDataSource(SqlManager.java:66) [SqlManager.class:?]
at com.erigitic.sql.SqlManager.<init>(SqlManager.java:46) [SqlManager.class:?]
at com.erigitic.main.TotalEconomy.preInit(TotalEconomy.java:169) [TotalEconomy.class:?]
at org.spongepowered.common.event.listener.GamePreInitializationEventListener_TotalEconomy_preInit90.handle(Unknown Source) [?:?]
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) [RegisteredListener.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:443) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:248) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:283) [SpongeMod.class:1.12.2-2768-7.1.5]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:41] [Server thread/WARN] [totaleconomy]: Error connecting to database! Check the config and make sure the database credentials are correct!
[15:53:41] [Server thread/ERROR] [Sponge]: Could not pass FMLPreInitializationEvent to Plugin{id=totaleconomy, name=Total Economy, version=1.8.1, description=All in one economy plugin for Minecraft/Sponge, source=./mods/TotalEconomy-1.8.1.jar}
java.lang.NullPointerException: null
at com.erigitic.sql.SqlManager.createTable(SqlManager.java:78) ~[SqlManager.class:?]
at com.erigitic.config.AccountManager.setupDatabase(AccountManager.java:152) ~[AccountManager.class:?]
at com.erigitic.config.AccountManager.<init>(AccountManager.java:88) ~[AccountManager.class:?]
at com.erigitic.main.TotalEconomy.preInit(TotalEconomy.java:173) ~[TotalEconomy.class:?]
at org.spongepowered.common.event.listener.GamePreInitializationEventListener_TotalEconomy_preInit90.handle(Unknown Source) ~[?:?]
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:443) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:248) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:283) [SpongeMod.class:1.12.2-2768-7.1.5]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:41] [Server thread/WARN] [serverlistplus]: You don't have StatusProtocol installed. Support for custom player slots will be disabled. Please install it from https://github.com/Minecrell/statusprotocol/releases if you intend to use this feature.
[15:53:41] [Server thread/INFO] [serverlistplus]: [Core] Reloading configuration...
[15:53:41] [Server thread/INFO] [serverlistplus]: [Core] Loaded configuration: ServerStatusConf
[15:53:41] [Server thread/INFO] [serverlistplus]: [Core] Loaded configuration: PluginConf
[15:53:41] [Server thread/INFO] [serverlistplus]: [Core] Reloading saved player identities...
[15:53:41] [Server thread/INFO] [serverlistplus]: Successfully loaded!
[15:53:42] [Server thread/INFO] [griefprevention]: Grief Prevention boot start.
[15:53:42] [Server thread/INFO] [griefprevention]: Finished loading configuration.
[15:53:42] [Server thread/INFO] [griefprevention]: Registering GriefPrevention API...
[15:53:44] [Server thread/INFO] [FML]: [Quark] 'Better vanilla flower pot' is forcefully disabled as it's incompatible with the following loaded mods: [inspirations]
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module building is enabled
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module world is enabled
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module client is enabled
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module tweaks is enabled
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module decoration is enabled
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module experimental is enabled
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module vanity is enabled
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module automation is enabled
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module management is enabled
[15:53:44] [Server thread/INFO] [FML]: [Quark] Module misc is enabled
[15:53:45] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.item.EntityBoat from class vazkii.quark.vanity.feature.BoatSails
[15:53:46] [Server thread/INFO] [basemetals]: java.lang.Thread.getStackTrace(Thread.java:1559): Expanding array variable ItemAxe.field_185066_m to size 256
[15:53:46] [Server thread/INFO] [basemetals]: java.lang.Thread.getStackTrace(Thread.java:1559): Expanding array variable ItemAxe.field_185067_n to size 256
[15:53:46] [Server thread/INFO] [FML]: Made the Pregenerator ThreadSave
[15:53:46] [Server thread/INFO] [customstartinggear]: Reading starting inventory config
[15:53:46] [Server thread/INFO] [customstartinggear]: Loaded 14 starting items.
[15:53:47] [Server thread/INFO] [jjcoa]: preinit
[15:53:47] [Server thread/WARN] [millenaire]: No need to redeploy Millénaire as the millenaire folder is already at vesion 7.2.0.
[15:53:47] [Server thread/INFO] [FML]: SRV ERROR: null: Unknown config on line: generate_colour_chart=false
[15:53:47] [Server thread/INFO] [FML]: SRV ERROR: null: Unknown config on line: generate_goods_list=false
[15:53:47] [Server thread/INFO] [STDOUT]: [org.millenaire.common.config.MillConfigValues:readConfigFile:508]: Read config in config-server.txt. Logging: true/true
[15:53:47] [Server thread/INFO] [STDOUT]: [org.millenaire.common.config.MillConfigValues:readConfigFile:508]: Read config in config-server-custom.txt. Logging: true/true
[15:53:47] [Server thread/INFO] [FML]: SRV Starting new session. Mods: examplemod
[15:53:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcstructuregenerator`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcmazegenerator`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcspawncommand`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rcspawnscript`, expected `reccomplex`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:48] [Server thread/INFO] [Scaling Health]: Trying to change max health cap to 2048
[15:53:48] [Server thread/INFO] [Scaling Health]: Config successfully loaded!
[15:53:48] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.monster.EntityEnderman from class net.torocraft.toroquest.entities.EntityToroNpc
[15:53:49] [Server thread/WARN] [Sponge]: Could not find tier owning class, assigning fallback id: ancientwarfareautomation:block_flywheel_controller_tier
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.craftingstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.stenciltable`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partbuilder`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.patternchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolforge`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_controller`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_component`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.faucet`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_basin`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_drain`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.seared_furnace`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:49] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tinker_tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.item_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.drying_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.wooden_hopper`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.slime_channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bookcase`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `shelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `markerpole`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clipboard`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bibliolight`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `furniturepaneler`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `potionshelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `toolrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `label`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `desk`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `table`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `seat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancysign`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fancyworkbench`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `framedchest`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mapframe`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `case`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clock`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeborderless`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframefancy`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeflat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframemiddle`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframesimple`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `paintingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `armorstand`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typesettingtable`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `printingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookiejar`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dinnerplate`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `discrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `swordpedestal`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bell`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `typewriter`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitygavestone`, expected `gravestone`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cauldron`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `carpet`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `flower_pot`, expected `inspirations`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:50] [Server thread/INFO] [jjcoa]: registerBlocks
[15:53:50] [Server thread/WARN] [Sponge]: Could not find stable owning class, assigning fallback id: millenaire:block_path_stable
[15:53:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `torospawnerblock`, expected `toroquest`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:51] [Server thread/WARN] [Sponge]: Could not find facing owning class, assigning fallback id: architecturecraft:block_sawbench_facing
[15:53:51] [Server thread/INFO] [FML]: Applying holder lookups
[15:53:51] [Server thread/INFO] [FML]: Holder lookups applied
[15:53:51] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.monster.EntitySlime from class pegbeard.dungeontactics.items.DTItemGeneric
[15:53:51] [Server thread/INFO] [jjcoa]: registerItems
[15:53:51] [Server thread/INFO] [FML]: Applying holder lookups
[15:53:51] [Server thread/INFO] [FML]: Holder lookups applied
[15:53:51] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `sponge` for name `human`, expected `spongeforge`. This could be a intended override, but in most cases indicates a broken mod.
[15:53:52] [Server thread/INFO] [FML]: Applying holder lookups
[15:53:52] [Server thread/INFO] [FML]: Holder lookups applied
[15:53:52] [Server thread/INFO] [FML]: Applying holder lookups
[15:53:52] [Server thread/INFO] [FML]: Holder lookups applied
[15:53:52] [Server thread/INFO] [FML]: Injecting itemstacks
[15:53:52] [Server thread/INFO] [FML]: Itemstack injection complete
[15:53:52] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[15:53:52] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: You specified a resource pack without providing a sha1 hash. Pack will be updated on the client only if you change the name of the pack.
[15:53:52] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[15:53:52] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[15:53:52] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 54.39.115.191:25585
[15:53:52] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
[15:53:52] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:markerpole
com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed
at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:482) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:410) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:706) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:671) ~[CraftingHelper.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_211]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:621) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:52] [Server thread/ERROR] [FML]: Parsing error loading recipe bibliocraft:clipboard
com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed
at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:482) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:410) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:706) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:671) ~[CraftingHelper.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_211]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:621) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:119) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.diamond@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.emerald@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.netherquartz@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.obsidian_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.copper_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.lead_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.nickel_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.platinum_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.silver_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.tin_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.zinc_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.brass_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.bronze_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.cupronickel_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.electrum_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.invar_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [FML]: Ignored smelting recipe with conflicting input: 1xtile.air@0 = 2xitem.basemetals.pewter_ingot@0
[15:53:53] [Server thread/ERROR] [Sponge]: Invalid smelting recipe registration!
The mod "basemetals" is registering a smelting recipe wrongly which causes the resulting recipe to be invalid.
A common cause which makes smelting recipes invalid occurs when registering those recipes before the used blocks are
registered, it's recommend to register them when the items are finished registering.
java.lang.IllegalStateException: Invalid smelting recipe registered by the mod "basemetals"!
at net.minecraft.item.crafting.FurnaceRecipes.handler$onAddSmeltingRecipe$zin000(FurnaceRecipes.java:655) ~[akp.class:?]
at net.minecraft.item.crafting.FurnaceRecipes.func_151394_a(FurnaceRecipes.java:116) ~[akp.class:?]
at net.minecraftforge.fml.common.registry.GameRegistry.addSmelting(GameRegistry.java:226) ~[GameRegistry.class:?]
at com.mcmoddev.lib.init.Recipes.lambda$makeSimpleRecipes$1(Recipes.java:289) ~[Recipes.class:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_211]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) [?:1.8.0_211]
at java.util.TreeMap$EntrySpliterator.forEachRemaining(TreeMap.java:2969) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) [?:1.8.0_211]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) [?:1.8.0_211]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:1.8.0_211]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_211]
at com.mcmoddev.lib.init.Recipes.makeSimpleRecipes(Recipes.java:289) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.initGeneralRecipes(Recipes.java:183) [Recipes.class:?]
at com.mcmoddev.lib.init.Recipes.register(Recipes.java:511) [Recipes.class:?]
at com.mcmoddev.basemetals.init.Recipes.registerRecipes(Recipes.java:61) [Recipes.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_414_Recipes_registerRecipes_Register.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) [EventBus$1.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:814) [GameData.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:624) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:53] [Server thread/INFO] [davincisvessels]: Registering recipes for Davincis Vessels...
[15:53:53] [Server thread/INFO] [davincisvessels]: Registration complete!
[15:53:54] [Server thread/INFO] [FML]: Applying holder lookups
[15:53:54] [Server thread/INFO] [FML]: Holder lookups applied
[15:53:54] [Server thread/INFO] [langswitch]: Setting default locale to en_US
[15:53:54] [Server thread/INFO] [langswitch]: The LanguageService is now available!
[15:53:54] [Server thread/INFO] [nucleus]: Nucleus is now entering the init phase.
[15:53:54] [pool-3-thread-2/INFO] [langswitch]: Loading translations for vshop in en_US...
[15:53:54] [pool-3-thread-2/INFO] [langswitch]: No country specifig translations for English, switching to en.lang
[15:53:54] [pool-3-thread-2/INFO] [langswitch]: No translation file for English was found!
[15:53:54] [Server thread/ERROR] [Sponge]: Could not pass FMLInitializationEvent to Plugin{id=totaleconomy, name=Total Economy, version=1.8.1, description=All in one economy plugin for Minecraft/Sponge, source=./mods/TotalEconomy-1.8.1.jar}
java.lang.NullPointerException: listener
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787) ~[minecraft_server.1.12.2.jar:?]
at org.spongepowered.common.event.SpongeEventManager.registerListener(SpongeEventManager.java:223) ~[SpongeEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.event.SpongeEventManager.registerListeners(SpongeEventManager.java:313) ~[SpongeEventManager.class:1.12.2-2768-7.1.5]
at com.erigitic.main.TotalEconomy.registerListeners(TotalEconomy.java:411) ~[TotalEconomy.class:?]
at com.erigitic.main.TotalEconomy.init(TotalEconomy.java:200) ~[TotalEconomy.class:?]
at org.spongepowered.common.event.listener.GameInitializationEventListener_TotalEconomy_init91.handle(Unknown Source) ~[?:?]
at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:443) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:248) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:283) [SpongeMod.class:1.12.2-2768-7.1.5]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:53:54] [Server thread/INFO] [VT]: Loading file: /home/minecraft/multicraft/servers/server58168/./config/virtualtool/config.json
[15:53:54] [Server thread/INFO] [VT]: Plugin Initialized successfully!
[15:53:54] [Server thread/INFO] [gwm_crates]: "Initialization" completed!
[15:53:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Universe Guard 2[init]: Loading...
[15:53:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Universe Guard 2[init]: Loading Configuration
[15:53:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Universe Guard 2[init]: Configuration loaded!
[15:53:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Universe Guard 2[init]: Loaded!
[15:53:54] [Server thread/INFO] [webapi]: Web-API v5.3.0-S7.1 is starting...
[15:53:54] [Server thread/INFO] [webapi]: Setting up jetty logger...
[15:53:54] [Server thread/INFO] [webapi]: Loading configuration...
[15:53:55] [Server thread/INFO] [webapi]: Loading keys & permissions...
[15:53:55] [Server thread/INFO] [webapi]: Loading serializers...
[15:53:55] [Server thread/INFO] [webapi]: Done loading serializers
[15:53:55] [Server thread/INFO] [webapi]: Registering servlets...
[15:53:55] [Server thread/INFO] [webapi]: Integrating with GWMCrates...
[15:53:55] [Server thread/INFO] [webapi]: Integrating with Nucleus...
[15:53:55] [Server thread/INFO] [webapi]: Integrating with UniversalMarket...
[15:53:55] [Server thread/INFO] [webapi]: Integrating with VillagerShops...
[15:53:55] [Server thread/INFO] [webapi]: Loading users...
[15:53:55] [Server thread/INFO] [webapi]: Initializing web hooks...
[15:53:55] [Server thread/INFO] [webapi]: Loading filters...
[15:53:55] [Server thread/INFO] [webapi]: Done loading filters
[15:53:55] [Server thread/INFO] [webapi]: - http://localhost/test
[15:53:55] [Server thread/INFO] [webapi]: -> Disabled
[15:53:55] [Server thread/INFO] [webapi]: - http://localhost/test/{player}
[15:53:55] [Server thread/INFO] [webapi]: -> Disabled
[15:53:55] [Server thread/INFO] [webapi]: Registering commands...
[15:53:55] [Server thread/INFO] [webapi]: Web-API ready
[15:53:55] [Server thread/INFO] [gwm_library]: "GameInitialization" completed!
[15:53:55] [Server thread/INFO] [rottenfood]: Initializing...
[15:53:55] [Server thread/INFO] [rottenfood]: Config loaded successfully!
[15:53:55] [Server thread/INFO] [nucleus]: Nucleus is now entering the post-init phase.
[15:53:55] [Server thread/INFO] [nucleus]: Nucleus is now loading and enabling modules. This may take a few seconds.
[15:53:55] [Server thread/INFO] [nucleus]: Starting phase: PREENABLE
[15:53:56] [Server thread/INFO] [nucleus]: Starting phase: ENABLE
[15:53:58] [Server thread/INFO] [nucleus]: Starting phase: POSTENABLE
[15:53:58] [Server thread/INFO] [nucleus]: Nucleus language set to "en-GB"
[15:53:58] [Server thread/INFO] [nucleus]: Nucleus has completed loading modules.
[15:53:59] [Server thread/INFO] [nucleus]: Nucleus has completed server initialisation tasks. Waiting for game server to start to complete the final tasks.
[15:53:59] [Server thread/ERROR] [ancientwarfare]: No parser defined for file name npcs
[15:53:59] [Server thread/ERROR] [ancientwarfare]: No parser defined for file name table_of_contents
[15:53:59] [Server thread/ERROR] [ancientwarfare]: No parser defined for file name research
[15:53:59] [Server thread/ERROR] [ancientwarfare]: No parser defined for file name factions
[15:53:59] [Server thread/ERROR] [ancientwarfare]: No parser defined for file name torque
[15:53:59] [Server thread/ERROR] [ancientwarfare]: No parser defined for file name machines
[15:53:59] [Server thread/ERROR] [ancientwarfare]: No parser defined for file name warehouse
[15:54:00] [Server thread/INFO] [Cyclops Core]: Cyclops Core is up-to-date!
[15:54:00] [Server thread/INFO] [Flopper]: Flopper is up-to-date!
[15:54:00] [Server thread/INFO] [movingworld]: Setting up network...
[15:54:00] [Server thread/INFO] [movingworld]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@1665218
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:golden_rail
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:detector_rail
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:wooden_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:stone_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:iron_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:wooden_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:stone_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:tripwire_hook
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:tripwire
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:wooden_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:unpowered_comparator
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:powered_comparator
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:activator_rail
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:spruce_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:birch_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:jungle_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:dark_oak_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:acacia_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:spruce_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:birch_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:jungle_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:acacia_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:dark_oak_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: minecraft:observer
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: rustic:fence_gate_olive
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: rustic:fence_gate_ironwood
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: rustic:olive_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: rustic:ironwood_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: va:redstoneclock
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:nether_brick_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:spruce_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:birch_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:jungle_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:acacia_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:dark_oak_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:spruce_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:birch_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:jungle_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:acacia_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:dark_oak_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:redstone_randomizer
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:iron_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:gold_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: quark:obsidian_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: tconstruct:slime_channel
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:fan_block
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:flamer_block
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_boom
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_fire
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_slime
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_foul
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_ailment
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_port
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_ambush
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: dungeontactics:trap_spectral
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: inspirations:glass_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: inspirations:torch_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: inspirations:bricks_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: inspirations:redstone_torch_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: inspirations:redstone_torch_lever_powered
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: inspirations:carpeted_pressure_plate_1
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: inspirations:carpeted_pressure_plate_2
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:quartz_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:nether_brick_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:red_nether_brick_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:basalt_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:basalt_smooth_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:basalt_brick_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:basalt_pillar_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:fiery_nether_brick_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:icy_nether_brick_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:lively_nether_brick_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: nex:gloomy_nether_brick_fence_gate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: tcomplement:alloy_tank
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: tcomplement:porcelain_alloy_tank
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: structurize:blockcactusdoor
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: structurize:blockcactusfencegate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:human_detector
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:iron_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:iron_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:gold_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:gold_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:gold_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:diamond_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:diamond_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:diamond_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:diamond_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:emerald_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:emerald_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:emerald_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:emerald_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:quartz_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:quartz_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:quartz_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:quartz_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:obsidian_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:obsidian_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:obsidian_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:obsidian_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:copper_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:copper_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:copper_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:copper_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:lead_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:lead_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:lead_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:lead_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:nickel_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:nickel_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:nickel_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:nickel_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:platinum_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:platinum_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:platinum_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:platinum_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:silver_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:silver_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:silver_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:silver_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:tin_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:tin_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:tin_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:tin_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:zinc_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:zinc_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:zinc_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:zinc_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:brass_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:brass_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:brass_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:brass_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:bronze_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:bronze_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:bronze_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:bronze_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:cupronickel_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:cupronickel_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:cupronickel_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:cupronickel_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:electrum_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:electrum_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:electrum_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:electrum_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:invar_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:invar_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:invar_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:invar_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:pewter_door
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:pewter_lever
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:pewter_button
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: basemetals:pewter_pressure_plate
[15:54:00] [Server thread/INFO] [movingworld]: Found powered block with name: davincisvessels:crate_wood
[15:54:00] [Server thread/INFO] [davincisvessels]: Setting up network...
[15:54:00] [Server thread/INFO] [davincisvessels]: Setup network! com.elytradev.movingworld.repackage.com.elytradev.concrete.network.NetworkContext@5fdd8e4d
[15:54:00] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archihelm`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[15:54:00] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archigauge`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[15:54:00] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archicrate`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[15:54:00] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archiengine`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[15:54:00] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archianchor`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[15:54:00] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `archisecuredbed`, expected `davincisvessels`. This could be a intended override, but in most cases indicates a broken mod.
[15:54:00] [Server thread/INFO] [jjcoa]: init
[15:54:03] [Server thread/INFO] [FML]: SRV Exception when loading japanesearmyforge_A.txt plan set in culture japanese:
[15:54:03] [Server thread/INFO] [FML]: SRV java.lang.NullPointerException
[15:54:04] [Server thread/INFO] [FML]: SRV ERROR: null: gunji: Error when reading value 'japanesearmyforge' for parameter core: Unknown building: japanesearmyforge
[15:54:04] [Server thread/INFO] [FML]: SRV ERROR: null: japanese_controlled: Error when reading value 'japanesearmyforge' for parameter core: Unknown building: japanesearmyforge
[15:54:04] [Server thread/INFO] [FML]: SRV ERROR: null: japanese_customcontrolled: Error when reading value 'japanesearmyforge' for parameter core: Unknown building: japanesearmyforge
[15:54:04] [Server thread/INFO] [FML]: SRV ERROR: null: nogyo: Error when reading value 'japanesearmyforge' for parameter never: Unknown building: japanesearmyforge
[15:54:04] [Server thread/INFO] [FML]: SRV ERROR: null: seiji: Error when reading value 'japanesearmyforge' for parameter secondary: Unknown building: japanesearmyforge
[15:54:04] [Server thread/INFO] [FML]: SRV ERROR: null: trading: Error when reading value 'japanesearmyforge' for parameter never: Unknown building: japanesearmyforge
[15:54:09] [Server thread/INFO] [FML]: SRV Exception when loading pilgrimhall_A.txt plan set in culture norman:
[15:54:09] [Server thread/INFO] [FML]: SRV java.lang.NullPointerException
[15:54:09] [Server thread/INFO] [FML]: SRV ERROR: norman:residence_A0: residence_A0: Expected length is 0 but file height is 26
[15:54:09] [Server thread/INFO] [FML]: SRV Exception when loading residence_A.txt plan set in culture norman:
[15:54:09] [Server thread/INFO] [FML]: SRV java.lang.NullPointerException
at org.millenaire.common.buildingplan.BuildingPlanSet.loadPictPlans(BuildingPlanSet.java:172)
at org.millenaire.common.buildingplan.BuildingPlan.loadPlans(BuildingPlan.java:288)
at org.millenaire.common.culture.Culture.load(Culture.java:1865)
at org.millenaire.common.culture.Culture.loadCultures(Culture.java:1063)
at org.millenaire.common.forge.Mill.init(Mill.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744)
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
[15:54:09] [Server thread/INFO] [FML]: SRV WARNING: residence_A_priest (1 / 0/Chambre du pretre): Unknown parent building plan: residence_a0
[15:54:09] [Server thread/INFO] [FML]: SRV WARNING: residence_A_orderoutpost (1 / 0/Direction de l'ordre): Unknown parent building plan: residence_a0
[15:54:09] [Server thread/INFO] [FML]: SRV WARNING: residence_A_vicar (1 / 0/Chambre du vicaire): Unknown parent building plan: residence_a0
[15:54:09] [Server thread/INFO] [FML]: SRV ERROR: null: notredame: Error when reading value 'residence' for parameter core: Unknown building: residence
[15:54:09] [Server thread/INFO] [FML]: SRV MAJOR: null: Loading language: fr
[15:54:10] [Server thread/INFO] [FML]: SRV MAJOR: null: LanguageData loaded: fr. Wand invitem name: Wand of Summoning
[15:54:10] [Server thread/ERROR] [rtfm]: Invalid main tab 'DarkAge'
[15:54:10] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.monster.EntityWitch from class net.torocraft.toroquest.entities.EntityMage
[15:54:10] [Server thread/INFO] [VanillaAutomation]: Quark is loaded! Skipping seed dispenser behaviour
[15:54:10] [Server thread/INFO] [VanillaAutomation]: Reading crash logs... If you don't want VA to read crash-reports, disable it in the config
[15:54:10] [Server thread/INFO] [VanillaAutomation]: Reading crash-reports on server side from ./crash-reports
[15:54:10] [Server thread/INFO] [structurize]: Optifine not found. Disabling compat.
[15:54:10] [Server thread/INFO] [FML]: Injecting itemstacks
[15:54:10] [Server thread/INFO] [FML]: Itemstack injection complete
[15:54:11] [Server thread/INFO] [virtualchest]: Try to load the PlaceholderAPI service ...
[15:54:11] [Server thread/INFO] [worldedit]: WorldEdit for Sponge (version 6.1.9-SNAPSHOT) is loaded
[15:54:11] [Server thread/WARN] [gwm_library]: Holograms Service does not found!
[15:54:11] [Server thread/INFO] [gwm_library]: Please install "Holograms" plugin (https://ore.spongepowered.org/RandomByte/Holograms) if you want use holograms!
[15:54:11] [Server thread/INFO] [gwm_library]: "GamePostInitialization" completed!
[15:54:11] [Server thread/WARN] [gwm_crates]: Economy Service does not found!
[15:54:11] [Server thread/INFO] [gwm_crates]: Please install plugin that provides Economy Service, if you want use economical features.
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "CASE" with type "ENTITY"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "PREVIEW" with type "FIRST"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "CASE" with type "EMPTY"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "OPEN_MANAGER" with type "SECOND"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "PREVIEW" with type "SECOND"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "DROP" with type "MULTI"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "KEY" with type "MULTI"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "KEY" with type "TIMED"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "DROP" with type "EMPTY"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "KEY" with type "EMPTY"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "CASE" with type "TIMED"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "KEY" with type "MULTIPLE-AMOUNT"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "DECORATIVE_ITEMS_CHANGE_MODE" with type "RANDOM"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "OPEN_MANAGER" with type "CASINO"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "CASE" with type "BLOCK"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "CASE" with type "VIRTUAL"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "KEY" with type "VIRTUAL"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "OPEN_MANAGER" with type "PERMISSION"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "DROP" with type "ITEM"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "OPEN_MANAGER" with type "NO-GUI"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "DROP" with type "COMMANDS"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "DECORATIVE_ITEMS_CHANGE_MODE" with type "ORDERED"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "DROP" with type "PERMISSION"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "DROP" with type "DELAY"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "CASE" with type "ITEM"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "PREVIEW" with type "PERMISSION"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "KEY" with type "ITEM"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "OPEN_MANAGER" with type "FIRST"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Successfully added Super Object "OPEN_MANAGER" with type "ANIMATION1"!
[15:54:11] [Server thread/INFO] [gwm_crates]: Registration completed!
[15:54:11] [Server thread/INFO] [gwm_crates]: "PostInitialization" completed!
[15:54:11] [Server thread/INFO] [karoglansigneditor]: The language file has been loaded.
[15:54:11] [Server thread/INFO] [karoglansigneditor]: If you have found any bug, please submit issue at:
[15:54:11] [Server thread/INFO] [karoglansigneditor]: https://github.com/Tollainmear/KaroglanSignEditor
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded NPC Module Structure Plugin
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Vehicle Module Structure Plugin
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Automation Module Structure Plugin
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NoggCoastalTraderShip] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaRuin] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaBoababTree2] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaSmallVillage] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaTrader] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaLargeVillage2] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaBoababTree3] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaBoababTree1] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaBoababGrove] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaOfferingShrine] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaMediumVillage] WorldGen: true Survival: false
[15:54:11] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [ZimbaLargeVillage1] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianWarParty] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianBroch3] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianCircleElderThing] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianSwordGodTempleHuge] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:crystal_flower".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianCapital] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianHillfort2] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "silentgems:chaosnode".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "silentgems:gemblockdark".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "silentgems:chaosnode".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "silentgems:chaosnode".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianVillage] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianBroch2] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianBroch1] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianHillfort1] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarbarianStoneCircle] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecHouse5] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecHouse1] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecHouse4] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecNetherPortal] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecSlaveFarm] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecPyramidSmall] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecHouse2] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecTempleCompound] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecBallGameArena] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecLavaTemple] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecHouse6] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecGuardTower] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecPyramidLarge] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecFireTemple] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecVillageSmall] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecReservoir] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecHouse3] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [XoltecFarm] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaGoblinVillages/GOGGoblinVillageSmallFeral.aws not loaded because it depends on mod that isn't loaded.
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaGoblinVillages/GOGGoblinVillageMediumFeral.aws not loaded because it depends on mod that isn't loaded.
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaGoblinVillages/GOGGoblinTownLarge1Feral.aws not loaded because it depends on mod that isn't loaded.
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaGoblinVillages/GOGGoblinVillageLargeFeral.aws not loaded because it depends on mod that isn't loaded.
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaGoblinVillages/GOGGoblinTownLarge2Feral.aws not loaded because it depends on mod that isn't loaded.
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaGoblinVillages/GOGGoblinFortressFeral.aws not loaded because it depends on mod that isn't loaded.
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [WitchRaft] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [TumulusPlains] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [VillagerVindicatorArk] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "gravestone-extended:gspileofbones".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [MonsterLairVanillaBirchhill] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [GiantMushroomVindicators] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [MonsterLairVanillaOakhill] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [TumulusOakForests] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [GiantMushroomBrownLair] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [TumulusBirchForests] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [TumulusSnow] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [SnowBarrowLair] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinedVillageLargeGenericwithMobs] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BarrowMoundPlains] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinedVillageSmallGenericwithMobs] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall13] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall9] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall5] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall8] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall1] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall10] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinedVillageGenericNoMobs] WorldGen: false Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinedVillage2GenericNoMobs] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinedTownGenericNoMobs] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall7] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall14] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall12] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall2] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall3] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall6] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall4] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinGenericSmall11] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandHideOakSmall] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandCampRoofedForestLarge] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandHidePlains] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandBaseStoneCircleRaiders] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandRuinsLarge] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandHideBirchSmall] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandHighwayMan] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandRuinCastleLarge] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandCampBirchSmall] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandBaseHillTomb] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandRuinLargeMagicians] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandCampOakSmall] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandLairStoneCircleDungeon] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandCampPlainsSmall] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BrigandBaseRuinTowerMedium] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcVillageSmallRoofedForest] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcAbandonedOpenCastMineHuge] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcRuinAndWarrenLargeRoofedForest] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcRaidersGeneric] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcTraderRoofedForest] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcRuinAndWarrenLargeGeneric] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcVillageMediumRoofedForest] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcRuinCircleMediumGeneric] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcMineMediumRoofedForest] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcWarrenTinyGeneric] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcVillageLargeRoofedForest] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcWatchtowerGeneric] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcVillageTowerRoofedForest] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcRuinedCastleOakWoodsGeneric] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcMineLargeRoofedForest] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcBalrogTempleHuge] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [OrcRuinAndWarrenSmallGeneric] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:log_2".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:leaves_4".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaForestMediumVillage] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaPlainsMediumVillage2] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaPlainsMediumVillage1] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "betterunderground:mossydirt".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "betterunderground:blockfossils".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:plant_1".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:log_2".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:leaves_4".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaForestSmallVillage2] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaPlainsLargeVillage2] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaPlainsTrader] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:log_2".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:leaves_4".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaForestSmallVillage1] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaPlainsSmallVillage] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:log_2".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:leaves_4".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaForestTrader] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaPlainsGraveyard] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaPlainsSpawner] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaPlainsLargeVillage1] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "betterunderground:mossydirt".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "betterunderground:blockfossils".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:plant_1".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:log_2".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "biomesoplenty:leaves_4".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "mocreatures:mocleaves".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BufflokaForestLargeVillage] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaGuardTower] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTempleOfThor] WorldGen: true Survival: false
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:12] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaLongHallJarlsSteading] WorldGen: true Survival: false
[15:54:12] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTempleOfFreya] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTavernTheRagnorok] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaCharcoalBurner] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaKingsPalace] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTavernWodinsRest] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaRaidingShipFrozen] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaSwordsmithsHall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaFeastingHall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaBlacksmithsSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTempleOfOdin] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaLumberjackLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaJarlsHall] WorldGen: true Survival: false
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "harvestcraft:pamdragonfruit".
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaIrminsulSpire] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaBloodJarlsHall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaPeasantFarmTiny] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaFarmSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaJomsburgWarriorsHall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaWarriorsTrainingHall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaBeaconTower] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaLumberjackSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaFarmLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTavernBaldursBladdered] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaRaiderSteading] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaMine] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaBlacksmithsMedium] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaRaidingShip] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaBlacksmithsLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinsInSwampLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinedTownLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinedTownSwampAndBeachLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [SwampZombieRuin1Vanilla] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [SwampTempleVanillaMobs] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [SwampZombieRuin2Vanilla] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinedCityHuge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinsInSwampMedium] WorldGen: true Survival: false
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:crystal_flower".
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [GiantMushroomLairSwamp] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [RuinedTownSwampAndBeachMedium] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [SwampZombieRuin3Vanilla] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BridgeEmpireLarge43Blockspan] WorldGen: false Survival: true
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BridgeEmpireMedium29blockspan] WorldGen: false Survival: true
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BridgeEmpireSmall16blockspan] WorldGen: false Survival: true
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BridgeEmpireCoverdChasm83Blockspan] WorldGen: false Survival: true
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BridgeEmpireFortified50blockspan] WorldGen: false Survival: true
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BridgeNorska] WorldGen: false Survival: true
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [BridgeEmpireMediumFoot33Blockspan] WorldGen: false Survival: true
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSElderThingCircleSpruce.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSShriekerSpirePlains.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSShriekerRuin.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSSwampRuin3.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBTrollagerCircleSpruce.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSManticoreSpire.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSSwampRuin5.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSSwampRuin4.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSTrollsHouse.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSSwampRuin2.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMMOBSSwampRuin1.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/PrimitiveMobsLairs/PMOBSIlithidJungleSpire.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGYetiSpireCave.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGGoblinVillageSmallFeral.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGWitchSpireBirchwoods.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGOrcSiegeCamp.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGGoblinVillageMediumFeral.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGandPM_FairyCircle.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/MineAbandonedBrigandAndGOGOrcs.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGWitchSpirePlains.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGWitchSpireOakWoods.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGMinotaurLair.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGGoblinTownLarge1Feral.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGAbandonedWizardsTowerFloating.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGGoblinVillageLargeFeral.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGLighthouseAbandonedSharko.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGGoblinTownLarge2Feral.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGWitchSpireSpruceWoods.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGGryphonNest.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGWitchSpireBeachHouse.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGEvilLairPlainsOak.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGWitchSpireSavanna.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGGoblinFortressFeral.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/GrimoireOfGaiaBossLairs/GOGWitchSpireSwamp.aws not loaded because it depends on mod that isn't loaded.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireRoadsideShrine] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCoachingInn] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireBlacksmithLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireTavernSlaughteredLamb] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireTollGateTower] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmChickenLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmWheatLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMillAndFarm] WorldGen: true Survival: false
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCountsCastle] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireTravellingKnightTent] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireHamlet1] WorldGen: true Survival: false
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Could not locate biome: minecraft_beach while registering template: EmpireHamlet1 for world generation.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireLumberjackBirch] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmSheepLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMixedFieldSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmPigSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCowField] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireParishChurch] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMineAbandonedLargeOak] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmSugarCane] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCoastWatchTower] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireLumberjackPlains] WorldGen: true Survival: false
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireBaronsCastle] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireHamlet2] WorldGen: true Survival: false
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Could not locate biome: minecraft:beach while registering template: EmpireHamlet2 for world generation.
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmsCowsSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireStoneMason] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmPeasantMedium] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmChickenSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMarquisCastle] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireBarn] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireWell] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCoastalTraderBoat] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMillNewFangled] WorldGen: true Survival: false
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireDukesCastle] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireTraderCaravel] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireLumberjackOak] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmEstate] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireSugarCaneField] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMineOak] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireLordsCastle] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmMelon] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireBorderTower] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmPeasantSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireArchbishopsChurch] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFishingBoat] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMillTraditional] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMineGoldarado] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmChickenMedium] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireHilltopFortress] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireLumberjackSpruce] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmVilla] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCharcoalBurnersOak] WorldGen: false Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMixedFieldMedium] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmPigLarge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireTavernTravellersRest] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireWatchTower] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMineSpruce] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCharcoalBurnersBirch] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireVillageChurch] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCoastalTradingShip] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMineBirch] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCharcoalBurnersSpruce] WorldGen: true Survival: false
[15:54:13] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:crystal_flower".
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireMineOpenCastHuge] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireVillageChapel] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireBishopsChurch] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireCowBarn] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireFarmSheepSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireBlacksmithSmall] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmpireBallistaeTower] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateInfestedLighthouse] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateShipwreckIsland] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateShipCoastalRaider1] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateWreckRaft] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateSmallCoastalRaider2] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmptyWaterBalancingProxy1] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmptyWaterBalancingProxy2] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateArtilleryShip] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateIslandCastleOcean] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateHauntedCoastHouse] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateCoastalCannonTowerSand] WorldGen: true Survival: false
[15:54:13] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateCoastCannonTowerCold] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateBeachCastle] WorldGen: true Survival: false
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateCityCoastal] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [PirateShipStandard] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EmptyWaterBalancingProxy3] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongTreehouse9] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongTreehouse7] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [Kong Treehouse1] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongInfestedRuinedJungleCastle] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongTrader] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongPantry] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongMetalWorker] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongSacredTreeVillage2] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [LizardmanRaidingWarband] WorldGen: true Survival: false
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongJungleWizardsTower] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongTreehouse8] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongJungleTempleLarge] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongTreehouse2] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongTreehouse3] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongTreehouse5] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongJungleTempleSmall] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongTreehouse6] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongTreehouse4] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongShamansLodge] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [KongSacredTreeVillage1] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/EmpireWizardsTowerELBwizard.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBSorcerorsSpireBirch.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBDogwartsEvilWizardsCollage.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBGoodWizardFloatingTowerPlains.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBIceMageSpireCold.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBWizardsSpirePlains.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBPyroWizardGoodSpire.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ArsMagicaOldTowerMobSpawner.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBWizardsTowerGeneric.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBEvilWizardsTowerFloating.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBStormMageFlyingTower.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/EmpireWizardLavaTowerELBwizard.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBGoodWizardSpirePlains.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBEarthMageGoodWizardMansion.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ArsMagicaOldLootTower2.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Template /assets/ancientwarfare/template/mohawky_structure_pack/normal/ElectroblobsWizardTowers/ELBNecromancersTower.aws not loaded because it depends on mod that isn't loaded.
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EvilSpiderTower] WorldGen: true Survival: false
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EvilSwampCastle] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [EvilRuinedSwampCastle] WorldGen: true Survival: false
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:crystal_flower".
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [LibraryOfEvil] WorldGen: true Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownHovel1] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownMageTower] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownHovel4] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownHouse2] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownPigPen] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownHouse1] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownFieldLarge] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownStables] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownLamppost] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownThingMeetingPlace] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownWarriorsTraining] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownWoodpile] WorldGen: false Survival: false
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "ebwizardry:arcane_workbench".
[15:54:14] [Server thread/WARN] [ancientwarfarestructure]: Unable to find blockstate while parsing structure template thus replacing it with air - Unable to find entry with registry name "eplus:advanced_table".
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownTempleOfThor] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownHovel2] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownWorkshed] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownBarn] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownGrainStore] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_cobble_corner] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_cobble_rgate] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_cobble_lgate] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_bandit_corner] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_cobble_gate] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_bandit_gate] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_bandit_rgate] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_bandit_lgate] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_cobble_straight] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [wall_bandit_straight] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownHouse3] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownHovel3] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownFieldSmall] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownCouncilHouse] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded Structure Template: [NorskaTownHenHouse] WorldGen: false Survival: false
[15:54:14] [Server thread/INFO] [ancientwarfarestructure]: Loaded 306 structure(s)
[15:54:15] [Server thread/INFO] [basemetals]: Adding custom crusher recipe 'minecraft:obsidian#0->1*basemetals:obsidian_powder'
[15:54:15] [Server thread/INFO] [basemetals]: Adding custom crusher recipe 'scalinghealth:heartcontainer#0->24*scalinghealth:heartdust#0'
[15:54:15] [Server thread/INFO] [basemetals]: Adding custom crusher recipe 'geolosys:coal#3->2*basemetals:coal_powder'
[15:54:15] [Server thread/INFO] [geolosys]: ingotYellorium has not been added already. Smelting has been skipped.
[15:54:15] [Server thread/INFO] [geolosys]: ingotOsmium has not been added already. Smelting has been skipped.
[15:54:15] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:0 is not valid. Reason: ore swap blacklist block does not exist
[15:54:15] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:1 is not valid. Reason: ore swap blacklist block does not exist
[15:54:15] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:2 is not valid. Reason: ore swap blacklist block does not exist
[15:54:15] [Server thread/ERROR] [geolosys]: Entry nex:ore_quartz:3 is not valid. Reason: ore swap blacklist block does not exist
[15:54:15] [Server thread/INFO] [iChunUtil]: =============================================================
[15:54:15] [Server thread/INFO] [iChunUtil]: By using iChunUtil you therefore agree to the EULA of the mod. It may be found in the jar file of the mod. The latest version will be available on iChun's website or on GitHub.
[15:54:15] [Server thread/INFO] [iChunUtil]: You can disable this console message by going to the iChunUtil config and setting the "eulaAcknowledged" config to "true" (no quotes).
[15:54:15] [Server thread/INFO] [iChunUtil]: =============================================================
[15:54:15] [Server thread/INFO] [jjcoa]: postinit
[15:54:15] [Server thread/INFO] [NetherEx]: The Nether has been overridden.
[15:54:17] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 99 mods
[15:54:18] [Server thread/INFO] [universalmarket]: jdbc:sqlite:/home/minecraft/multicraft/servers/server58168/./config/UniversalMarket/universalmarket.db DB file.
[15:54:18] [Server thread/INFO] [STDOUT]: [com.xwaffle.universalmarket.database.Database:createNewDatabase:111]: The driver name is SQLiteJDBC
[15:54:18] [Server thread/INFO] [STDOUT]: [com.xwaffle.universalmarket.database.Database:createNewDatabase:112]: A new database has been created.
[15:54:18] [Server thread/INFO] [STDOUT]: [com.xwaffle.universalmarket.database.Database:connect:96]: Connection to SQLite has been established.
[15:54:18] [Server thread/INFO] [structurize]: Load huts or decorations from jar
[15:54:18] [Server thread/WARN] [structurize]: loadSchematicsForPrefix: Could not load schematics from /assets/structurize/schematics
java.nio.file.NoSuchFileException: /assets/structurize/schematics
at com.sun.nio.zipfs.ZipPath.getAttributes(ZipPath.java:666) ~[ZipPath.class:1.8.0_211]
at com.sun.nio.zipfs.ZipFileSystemProvider.readAttributes(ZipFileSystemProvider.java:294) ~[ZipFileSystemProvider.class:1.8.0_211]
at java.nio.file.Files.readAttributes(Files.java:1737) ~[?:1.8.0_211]
at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219) ~[?:1.8.0_211]
at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276) ~[?:1.8.0_211]
at java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322) ~[?:1.8.0_211]
at java.nio.file.FileTreeIterator.<init>(FileTreeIterator.java:72) ~[?:1.8.0_211]
at java.nio.file.Files.walk(Files.java:3574) ~[?:1.8.0_211]
at java.nio.file.Files.walk(Files.java:3625) ~[?:1.8.0_211]
at com.ldtteam.structurize.management.Structures.loadSchematicsForPrefix(Structures.java:274) [Structures.class:?]
at com.ldtteam.structurize.management.Structures.loadStyleMapsJar(Structures.java:213) [Structures.class:?]
at com.ldtteam.structurize.management.Structures.loadStyleMaps(Structures.java:152) [Structures.class:?]
at com.ldtteam.structurize.management.Structures.init(Structures.java:139) [Structures.class:?]
at com.ldtteam.structurize.Structurize.serverAboutLoad(Structurize.java:160) [Structurize.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.serverAboutToStart(Loader.java:854) [Loader.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.handleServerAboutToStart(FMLCommonHandler.java:292) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:268) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:18] [Server thread/INFO] [structurize]: Load huts or decorations from jar
[15:54:20] [Server thread/INFO] [structurize]: Load additionnal huts or decorations from ./structurize/schematics
[15:54:20] [Server thread/INFO] [structurize]: Load cached schematic from ./structurize/cache
[15:54:20] [Server thread/INFO] [structurize]: Load cached schematic from ./structurize/cache
[15:54:20] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "The Badlands"
[15:54:20] [Server thread/INFO] [Sponge]: Checking for worlds that need to be migrated...
[15:54:20] [Server thread/INFO] [Sponge]: No worlds were found in need of migration.
[15:54:25] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[15:54:25] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world torchmaster:feral_flare_lantern
[15:54:25] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world torchmaster:terrain_lighter
[15:54:25] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world torchmaster:dread_lamp
[15:54:26] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world torchmaster:mega_torch
[15:54:26] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world torchmaster:invisible_light
[15:54:27] [Server thread/INFO] [FML]: Applying holder lookups
[15:54:27] [Server thread/INFO] [FML]: Holder lookups applied
[15:54:28] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/transportation/golden_rail
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:golden_rail'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:28] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/tools/clock
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:clock'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:28] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/food/bread
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:bread'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:28] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement dungeontactics:recipes/weapons/grenades
com.google.gson.JsonSyntaxException: Unknown recipe 'dungeontactics:weapons/grenade_boom'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:28] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement dungeontactics:recipes/misc/flour
com.google.gson.JsonSyntaxException: Unknown recipe 'dungeontactics:misc/flour'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:28] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement millenaire:recipes/wine
com.google.gson.JsonSyntaxException: Unknown recipe 'millenaire:winebasic'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:28] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement millenaire:recipes/cider
com.google.gson.JsonSyntaxException: Unknown recipe 'millenaire:cider'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:28] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 666 advancements
[15:54:28] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 9 advancement trees
[15:54:28] [Server thread/INFO] [griefprevention]: [The Badlands] 0 total claims loaded.
[15:54:29] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/transportation/golden_rail
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:golden_rail'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1429) [MinecraftServer.class:?]
at com.feed_the_beast.ftblib.lib.data.FTBLibAPI.reloadServer(FTBLibAPI.java:105) [FTBLibAPI.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.load(Universe.java:521) [Universe.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.onWorldLoaded(Universe.java:130) [Universe.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_84_Universe_onWorldLoaded_Load.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:935) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:284) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) [SpongeEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:242) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:826) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:29] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/tools/clock
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:clock'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1429) [MinecraftServer.class:?]
at com.feed_the_beast.ftblib.lib.data.FTBLibAPI.reloadServer(FTBLibAPI.java:105) [FTBLibAPI.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.load(Universe.java:521) [Universe.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.onWorldLoaded(Universe.java:130) [Universe.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_84_Universe_onWorldLoaded_Load.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:935) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:284) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) [SpongeEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:242) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:826) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:29] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/food/bread
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:bread'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1429) [MinecraftServer.class:?]
at com.feed_the_beast.ftblib.lib.data.FTBLibAPI.reloadServer(FTBLibAPI.java:105) [FTBLibAPI.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.load(Universe.java:521) [Universe.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.onWorldLoaded(Universe.java:130) [Universe.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_84_Universe_onWorldLoaded_Load.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:935) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:284) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) [SpongeEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:242) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:826) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:29] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement dungeontactics:recipes/weapons/grenades
com.google.gson.JsonSyntaxException: Unknown recipe 'dungeontactics:weapons/grenade_boom'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1429) [MinecraftServer.class:?]
at com.feed_the_beast.ftblib.lib.data.FTBLibAPI.reloadServer(FTBLibAPI.java:105) [FTBLibAPI.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.load(Universe.java:521) [Universe.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.onWorldLoaded(Universe.java:130) [Universe.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_84_Universe_onWorldLoaded_Load.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:935) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:284) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) [SpongeEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:242) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:826) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:29] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement dungeontactics:recipes/misc/flour
com.google.gson.JsonSyntaxException: Unknown recipe 'dungeontactics:misc/flour'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1429) [MinecraftServer.class:?]
at com.feed_the_beast.ftblib.lib.data.FTBLibAPI.reloadServer(FTBLibAPI.java:105) [FTBLibAPI.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.load(Universe.java:521) [Universe.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.onWorldLoaded(Universe.java:130) [Universe.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_84_Universe_onWorldLoaded_Load.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:935) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:284) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) [SpongeEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:242) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:826) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:29] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement millenaire:recipes/wine
com.google.gson.JsonSyntaxException: Unknown recipe 'millenaire:winebasic'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1429) [MinecraftServer.class:?]
at com.feed_the_beast.ftblib.lib.data.FTBLibAPI.reloadServer(FTBLibAPI.java:105) [FTBLibAPI.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.load(Universe.java:521) [Universe.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.onWorldLoaded(Universe.java:130) [Universe.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_84_Universe_onWorldLoaded_Load.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:935) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:284) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) [SpongeEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:242) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:826) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:29] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement millenaire:recipes/cider
com.google.gson.JsonSyntaxException: Unknown recipe 'millenaire:cider'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.server.MinecraftServer.func_193031_aM(MinecraftServer.java:1429) [MinecraftServer.class:?]
at com.feed_the_beast.ftblib.lib.data.FTBLibAPI.reloadServer(FTBLibAPI.java:105) [FTBLibAPI.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.load(Universe.java:521) [Universe.class:?]
at com.feed_the_beast.ftblib.lib.data.Universe.onWorldLoaded(Universe.java:130) [Universe.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_84_Universe_onWorldLoaded_Load.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldLoadEvent(SpongeToForgeEventFactory.java:935) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:284) [SpongeToForgeEventFactory.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) [SpongeEventManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:242) [SpongeImpl.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:826) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:29] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 666 advancements
[15:54:29] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 9 advancement trees
[15:54:29] [Server thread/INFO] [FTB Library]: Reloaded server in 7ms
[15:54:29] [Server thread/INFO] [minecolonies]: Server UUID 0d8ca761-28ce-427e-8704-544b47914c99
[15:54:30] [Server thread/INFO] [coroutil]: CoroUtil detected Infernal Mobs Not Installed for use
[15:54:31] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 (The Badlands)
[15:54:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 48%
[15:54:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 98%
[15:54:33] [Server thread/INFO] [Sponge]: Loading world [The Badlands] (overworld)
[15:54:33] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/transportation/golden_rail
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:golden_rail'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:33] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/tools/clock
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:clock'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:33] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/food/bread
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:bread'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:33] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement dungeontactics:recipes/weapons/grenades
com.google.gson.JsonSyntaxException: Unknown recipe 'dungeontactics:weapons/grenade_boom'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:33] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement dungeontactics:recipes/misc/flour
com.google.gson.JsonSyntaxException: Unknown recipe 'dungeontactics:misc/flour'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:33] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement millenaire:recipes/wine
com.google.gson.JsonSyntaxException: Unknown recipe 'millenaire:winebasic'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:33] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement millenaire:recipes/cider
com.google.gson.JsonSyntaxException: Unknown recipe 'millenaire:cider'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:33] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 666 advancements
[15:54:33] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 9 advancement trees
[15:54:33] [Server thread/INFO] [griefprevention]: [DIM-1] 0 total claims loaded.
[15:54:33] [Server thread/INFO] [Sponge]: Loading world [DIM-1] (Nether)
[15:54:34] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/transportation/golden_rail
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:golden_rail'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:34] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/tools/clock
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:clock'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:34] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/food/bread
com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:bread'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraft.advancements.AdvancementManager.func_192777_a(AdvancementManager.java:184) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:68) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement dungeontactics:recipes/weapons/grenades
com.google.gson.JsonSyntaxException: Unknown recipe 'dungeontactics:weapons/grenade_boom'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement dungeontactics:recipes/misc/flour
com.google.gson.JsonSyntaxException: Unknown recipe 'dungeontactics:misc/flour'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement millenaire:recipes/wine
com.google.gson.JsonSyntaxException: Unknown recipe 'millenaire:winebasic'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:34] [Server thread/ERROR] [FML]: Parsing error loading built-in advancement millenaire:recipes/cider
com.google.gson.JsonSyntaxException: Unknown recipe 'millenaire:cider'
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:171) ~[l$a.class:?]
at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:147) ~[l$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.advancements.Advancement$Builder.func_192059_a(SourceFile:203) ~[i$a.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:50) ~[ns$1.class:?]
at net.minecraft.advancements.AdvancementManager$1.deserialize(AdvancementManager.java:46) ~[ns$1.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at net.minecraft.util.JsonUtils.func_188173_a(SourceFile:492) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_193839_a(SourceFile:532) ~[rc.class:?]
at net.minecraftforge.common.ForgeHooks.lambda$loadAdvancements$0(ForgeHooks.java:1364) ~[ForgeHooks.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:816) [CraftingHelper.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1346) [ForgeHooks.class:?]
at net.minecraftforge.common.ForgeHooks.loadAdvancements(ForgeHooks.java:1320) [ForgeHooks.class:?]
at net.minecraft.advancements.AdvancementManager.func_192779_a(AdvancementManager.java:69) [ns.class:?]
at net.minecraft.advancements.AdvancementManager.<init>(AdvancementManager.java:60) [ns.class:?]
at net.minecraft.world.WorldServer.func_175643_b(WorldServer.java:156) [oo.class:?]
at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:803) [WorldManager.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.world.WorldManager.loadAllWorlds(WorldManager.java:771) [WorldManager.class:1.12.2-2768-7.1.5]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:3545) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) [nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:34] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 666 advancements
[15:54:34] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 9 advancement trees
[15:54:34] [Server thread/INFO] [griefprevention]: [DIM1] 0 total claims loaded.
[15:54:34] [Server thread/INFO] [Sponge]: Loading world [DIM1] (the_end)
[15:54:34] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (16.598s)! For help, type "help" or "?"
[15:54:34] [Server thread/INFO] [safetrade]: Loading data...
[15:54:34] [Server thread/INFO] [safetrade]: Data loaded.
[15:54:34] [Server thread/INFO] [safetrade]: Economy plugin: Not Found
[15:54:34] [Server thread/WARN] [safetrade]: No economy plugin was found. Shit's gonna break.
[15:54:34] [Server thread/INFO] [karoglansigneditor]: The language file is the latest version.
[15:54:34] [Server thread/INFO] [nucleus]: Nucleus is performing final tasks before server startup completes.
[15:54:34] [Server thread/INFO] [nucleus]: Nucleus has started.
[15:54:34] [Server thread/INFO] [rottenfood]: Starting...
[15:54:34] [Server thread/INFO] [gwm_crates]: Successfully loaded Saved Super Object "CASE" with saved ID "my_case_saved_id" and ID "my_case_id"!
[15:54:34] [Server thread/INFO] [gwm_crates]: Successfully loaded Saved Super Object "KEY" with saved ID "my_key_saved_id" and ID "my_key_id"!
[15:54:34] [Server thread/INFO] [gwm_crates]: Successfully loaded Saved Super Object "OPEN_MANAGER" with saved ID "my_open_manager_saved_id" and ID "my_open_manager_id"!
[15:54:34] [Server thread/INFO] [gwm_crates]: Successfully loaded Saved Super Object "DECORATIVE_ITEMS_CHANGE_MODE" with saved ID "my_change_mode_saved_id" and ID "my_change_mode_id"!
[15:54:34] [Server thread/INFO] [gwm_crates]: Successfully loaded Saved Super Object "PREVIEW" with saved ID "my_preview_saved_id" and ID "my_preview_id"!
[15:54:34] [Server thread/INFO] [gwm_crates]: Successfully loaded Saved Super Object "DROP" with saved ID "my_drop1_saved_id" and ID "my_drop1_id"!
[15:54:34] [Server thread/INFO] [gwm_crates]: All Saved Super Objects loaded!
[15:54:34] [Server thread/INFO] [gwm_crates]: "GameStarting" completed!
[15:54:34] [Server thread/INFO] [VT]: Loading...
[15:54:34] [Server thread/INFO] [VT]: Loaded!
[15:54:34] [Thread-14/INFO] [karoglansigneditor]: The KSE was in latest version~ hope you enjoy it~
[15:54:34] [Server thread/WARN] [virtualchest]: VirtualChest could not find the economy service.
[15:54:34] [Server thread/WARN] [virtualchest]: Features related to the economy may not work normally.
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millDebugSendProfiles' with an uppercase character - adjusting to 'milldebugsendprofiles'
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millDebugResetVillagers' with an uppercase character - adjusting to 'milldebugresetvillagers'
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millRenameVillage' with an uppercase character - adjusting to 'millrenamevillage'
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millListActiveVillages' with an uppercase character - adjusting to 'milllistactivevillages'
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millTp' with an uppercase character - adjusting to 'milltp'
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millGiveRep' with an uppercase character - adjusting to 'millgiverep'
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millSpawnVillage' with an uppercase character - adjusting to 'millspawnvillage'
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millSpawnLoneBuilding' with an uppercase character - adjusting to 'millspawnlonebuilding'
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millImportCulture' with an uppercase character - adjusting to 'millimportculture'
[15:54:34] [Server thread/WARN] [Sponge]: Plugin 'millenaire' is attempting to register command 'millSwitchVillageControl' with an uppercase character - adjusting to 'millswitchvillagecontrol'
[15:54:34] [Server thread/INFO] [NetherEx]: Setting up default biomes.
[15:54:35] [Server thread/INFO] [NetherEx]: Setting up custom biomes.
[15:54:35] [Server thread/INFO] [NetherEx]: Setting up default trades.
[15:54:35] [Server thread/INFO] [NetherEx]: Setting up custom trades.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: The mod spawnprotection has registered multiple commands for the alias 'spawnprotection'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: Plugin 'minecolonies' is attempting to register command 'mineColonies' with an uppercase character - adjusting to 'minecolonies'
[15:54:35] [Server thread/WARN] [Sponge]: The mod minecolonies has registered multiple commands for the alias 'minecolonies'. This is probably indicative of a bug.
[15:54:35] [Server thread/WARN] [Sponge]: Plugin placeholderapi attempted to register an already registered listener (io.github.eufranio.nucleushover.NucleusHover)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: java.lang.Exception: Stack trace
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.lang.Thread.dumpStack(Thread.java:1336)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at org.spongepowered.common.event.SpongeEventManager.registerListener(SpongeEventManager.java:228)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at org.spongepowered.common.event.SpongeEventManager.registerListeners(SpongeEventManager.java:313)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at me.rojo8399.placeholderapi.impl.PlaceholderAPIPlugin.registerListeners(PlaceholderAPIPlugin.java:251)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at me.rojo8399.placeholderapi.impl.placeholder.gen.InternalExpansion.registerListeners(InternalExpansion.java:58)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at me.rojo8399.placeholderapi.impl.placeholder.ExpansionBuilderImpl$1.registerListeners(ExpansionBuilderImpl.java:468)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at me.rojo8399.placeholderapi.impl.placeholder.Store.register(Store.java:108)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at me.rojo8399.placeholderapi.impl.placeholder.ExpansionBuilderImpl.buildAndRegister(ExpansionBuilderImpl.java:427)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at io.github.eufranio.nucleushover.NucleusHover.lambda$registerPlaceholders$4(NucleusHover.java:119)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at io.github.eufranio.nucleushover.NucleusHover.registerPlaceholders(NucleusHover.java:117)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at io.github.eufranio.nucleushover.NucleusHover.onServerStart(NucleusHover.java:69)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at org.spongepowered.common.event.listener.GameStartedServerEventListener_NucleusHover_onServerStart67.handle(Unknown Source)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:443)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:248)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:283)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.lang.reflect.Method.invoke(Method.java:498)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.lang.reflect.Method.invoke(Method.java:498)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at net.minecraftforge.fml.common.Loader.serverStarted(Loader.java:799)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:302)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:488)
[15:54:35] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:1336]: at java.lang.Thread.run(Thread.java:748)
[15:54:35] [Server thread/INFO] [virtualchest]: Start loading config ...
[15:54:35] [Server thread/INFO] [virtualchest]: Loading config complete.
[15:54:35] [Server thread/INFO] [totaleconomy]: Total Economy Started
[15:54:35] [pool-3-thread-5/INFO] [custombooks]: Checking for config file in:/home/minecraft/multicraft/servers/server58168/./config/custombooks/config.yml
[15:54:35] [pool-3-thread-5/ERROR] [custombooks]: Unable to copy default config:/home/minecraft/multicraft/servers/server58168/./config/custombooks/config.yml
[15:54:35] [pool-3-thread-5/ERROR] [Sponge]: The Scheduler tried to run the task custombooks-A-51 owned by Plugin{id=custombooks, name=CustomBooks, version=1.0.0, source=./mods/CustomBooks-Sponge-1.0.0.jar}, but an error occured.
java.lang.NullPointerException: content
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787) ~[minecraft_server.1.12.2.jar:?]
at org.spongepowered.api.text.Text.of(Text.java:806) ~[Text.class:1.12.2-2768-7.1.5]
at com.gmail.kyle.corsi.custombooks.CustomBookCommand.generateBook(CustomBookCommand.java:85) ~[CustomBookCommand.class:?]
at com.gmail.kyle.corsi.custombooks.CustomBookCommand.readConfig(CustomBookCommand.java:139) ~[CustomBookCommand.class:?]
at com.gmail.kyle.corsi.custombooks.CustomBookCommand.<init>(CustomBookCommand.java:44) ~[CustomBookCommand.class:?]
at com.gmail.kyle.corsi.custombooks.CustomBooks.registerCommands(CustomBooks.java:56) ~[CustomBooks.class:?]
at org.spongepowered.api.scheduler.Task$Builder.lambda$execute$0(Task.java:139) ~[Task$Builder.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:192) ~[SchedulerBase.class:1.12.2-2768-7.1.5]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_211]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_211]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_211]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_211]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:35] [Server thread/INFO] [universalmarket]: Loaded 0 items!
[15:54:35] [Server thread/INFO] [webapi]: Starting Web Server...
[15:54:35] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
[15:54:35] [Server thread/INFO] [webapi]: Logging initialized @102498ms to valandur.webapi.util.JettyLogger
[15:54:36] [Server thread/WARN] [FML]: =============================================================
[15:54:36] [Server thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[15:54:36] [Server thread/WARN] [FML]: Offender: valandur/webapi/shadow/org/eclipse/jetty/util/security/Password.main([Ljava/lang/String;)V
[15:54:36] [Server thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[15:54:36] [Server thread/WARN] [FML]: =============================================================
[15:54:36] [Server thread/WARN] [webapi]: v.w.s.o.e.j.s.h.ContextHandler@563184f5{/,null,UNAVAILABLE} contextPath ends with /
[15:54:37] [Server thread/INFO] [valandur.webapi.shadow.org.reflections.Reflections]: Reflections took 664 ms to scan 1 urls, producing 9232 keys and 15996 values
[15:54:39] [Server thread/INFO] [webapi]: jetty-9.4.z-SNAPSHOT, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[15:54:39] [Server thread/INFO] [webapi]: Started v.w.s.o.e.j.s.h.ContextHandler@38301035{/docs,null,AVAILABLE}
[15:54:39] [Server thread/INFO] [webapi]: Started v.w.s.o.e.j.s.h.ContextHandler@204e7642{/,null,AVAILABLE}
[15:54:39] [Server thread/INFO] [webapi]: Started v.w.s.o.e.j.s.h.ContextHandler@563184f5{/admin,null,AVAILABLE}
[15:54:43] [Server thread/INFO] [webapi]: Started v.w.s.o.e.j.s.ServletContextHandler@70860df2{/api/v5,null,AVAILABLE}
[15:54:43] [Server thread/INFO] [webapi]: Started ServerConnector@7698fcb0{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
[15:54:43] [Server thread/INFO] [webapi]: x509=X509@2a1a7e71(webapi,h=[],w=[]) for SslContextFactory@50a12b5a[provider=null,keyStore=jar:file:/home/minecraft/multicraft/servers/server58168/./mods/webapi-5.3.0-S7.1.jar!/assets/webapi/keystore.jks,trustStore=null]
[15:54:43] [Server thread/INFO] [webapi]: Started ServerConnector@234cd42c{SSL,[ssl, http/1.1]}{0.0.0.0:8081}
[15:54:43] [Server thread/INFO] [webapi]: Started @109739ms
[15:54:43] [Server thread/INFO] [webapi]: AdminPanel: https://0.0.0.0:8081/admin/
[15:54:43] [Server thread/INFO] [webapi]: API Docs: https://0.0.0.0:8081/docs
[15:54:43] [Server thread/INFO] [worldedit]: Using com.sk89q.worldedit.sponge.adapter.impl.Sponge_1_12_Impl as the Sponge adapter
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Universe Guard 2[init]: Updating regions...
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Universe Guard 2[init]: Regions updated!
[15:54:43] [pool-3-thread-5/WARN] [webapi]: ------- Web-API Update -------
[15:54:43] [pool-3-thread-5/WARN] [webapi]: Latest: 5.4.0
[15:54:43] [pool-3-thread-5/WARN] [webapi]: Current: 5.3.0
[15:54:43] [pool-3-thread-5/WARN] [webapi]: ---------- Changes -----------
[15:54:43] [pool-3-thread-5/WARN] [webapi]: - Update certificate file
[15:54:43] [pool-3-thread-5/WARN] [webapi]: - Update to [AdminPanel v5.4.0](https://github.com/Valandur/admin-panel/releases/tag/v5.4.0)
[15:54:43] [pool-3-thread-5/WARN] [webapi]: - Updated all dependencies
[15:54:43] [pool-3-thread-5/WARN] [webapi]: - Use [Transifex](https://www.transifex.com/web-api/adminpanel/translate/) for translations
[15:54:43] [pool-3-thread-5/WARN] [webapi]: ------------------------------
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: /\
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: / \
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: / || \
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: / || \
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: / || \
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: / || \
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: / \
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: / ** \
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: ------------------
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: ===================================================================
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: WARNING: Nucleus could not detect an economy plugin.
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: While one is not required to use Nucleus, you cannot set costs on commands and kits.
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: ===================================================================
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: See https://nucleuspowered.org/docs/permsecon.html for more on what Nucleus is not, and suggested plugins that work with Nucleus.
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: ===================================================================
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: The command "/stop" could not be registered as it has already been claimed by CustomRestartMessage - the fallback "/nucleus:stop" is available.
[15:54:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: ===================================================================
[15:54:43] [Server thread/INFO] [vshop]: Registering commands...
[15:54:43] [Server thread/INFO] [langswitch]: Missing translation cmd.description.short
[15:54:43] [Server thread/INFO] [langswitch]: Missing translation cmd.description.long
[15:54:43] [Server thread/INFO] [langswitch]: Localisation cmd.description.long does not use the following placeholder: \n
[15:54:43] [Server thread/INFO] [vshop]: VillagerShops is now ready!
[15:54:43] [Server thread/INFO] [griefprevention]: Loaded successfully.
[15:54:43] [Server thread/ERROR] [Sponge]: The Scheduler tried to run the task cubeengine-core-S-0 owned by Plugin{id=cubeengine-core, name=CubeEngine - LibCube, version=1.2.3, description=Such Cube Very Lib Much Util Wow, url=http://cubeengine.org, authors=[CubeEngine Team], source=./mods/LibCube.jar}, but an error occured.
java.lang.IllegalStateException: Item type has not been set
at com.google.common.base.Preconditions.checkState(Preconditions.java:444) ~[minecraft_server.1.12.2.jar:?]
at org.spongepowered.common.item.inventory.SpongeItemStackBuilder.build(SpongeItemStackBuilder.java:314) ~[SpongeItemStackBuilder.class:1.12.2-2768-7.1.5]
at org.cubeengine.libcube.service.matcher.MaterialMatcher.buildLocalizedVariantMap(MaterialMatcher.java:210) ~[MaterialMatcher.class:?]
at org.cubeengine.libcube.service.matcher.MaterialMatcher.lambda$onEnable$2(MaterialMatcher.java:141) ~[MaterialMatcher.class:?]
at org.spongepowered.api.scheduler.Task$Builder.lambda$execute$0(Task.java:139) ~[Task$Builder.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:192) ~[SchedulerBase.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.scheduler.SyncScheduler.executeTaskRunnable(SyncScheduler.java:74) ~[SyncScheduler.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.scheduler.SchedulerBase.startTask(SchedulerBase.java:183) ~[SchedulerBase.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.scheduler.SchedulerBase.processTask(SchedulerBase.java:169) ~[SchedulerBase.class:1.12.2-2768-7.1.5]
at java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4707) [?:1.8.0_211]
at org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:112) [SchedulerBase.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.scheduler.SyncScheduler.tick(SyncScheduler.java:47) [SyncScheduler.class:1.12.2-2768-7.1.5]
at org.spongepowered.common.scheduler.SpongeScheduler.tickSyncScheduler(SpongeScheduler.java:189) [SpongeScheduler.class:1.12.2-2768-7.1.5]
at org.spongepowered.mod.SpongeMod.onTick(SpongeMod.java:362) [SpongeMod.class:1.12.2-2768-7.1.5]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_253_SpongeMod_onTick_ServerTickEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:747) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:697) [EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:279) [FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
[15:54:44] [Server thread/INFO] [minecolonies]: Finished discovering saplings
[15:54:44] [Server thread/INFO] [minecolonies]: Finished discovering ores
[15:54:44] [Server thread/INFO] [minecolonies]: Finished discovering compostables
[15:54:44] [Server thread/INFO] [minecolonies]: Finished discovering lucky ores
[15:54:44] [Server thread/INFO] [minecolonies]: Finished initiating sifter config
[15:54:44] [Server thread/INFO] [coroutil]: CoroUtil being reinitialized
[15:54:44] [Thread-59/INFO] [FML]: SRV Exception, printing stack:
[15:54:44] [Thread-59/INFO] [FML]: SRV java.nio.file.NoSuchFileException: ./The Badlands/millenaire/buildings/-488_66_177_temp.gz
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:409)
at sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:262)
at java.nio.file.Files.move(Files.java:1395)
at org.millenaire.common.village.Building$SaveWorker.run(Building.java:390)
[15:54:44] [Thread-62/INFO] [FML]: SRV Exception, printing stack:
[15:54:44] [Thread-62/INFO] [FML]: SRV java.nio.file.NoSuchFileException: ./The Badlands/millenaire/buildings/-488_66_177_temp.gz
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:409)
at sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:262)
at java.nio.file.Files.move(Files.java:1395)
at org.millenaire.common.village.Building$SaveWorker.run(Building.java:390)
[15:54:44] [Server thread/INFO] [gwm_crates]: All managers loaded!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment