Created
August 21, 2019 22:09
-
-
Save pkej/a70c7521d4ee5642094f5baad50cea7b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[00:07:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
[00:07:04] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
[00:07:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
[00:07:04] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading | |
[00:07:04] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_221, running on Mac OS X:x86_64:10.14.5, installed at /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home | |
[00:07:05] [main/INFO] [FML]: Searching /Users/n18134/Vogol-Slate/.minecraft/./mods for mods | |
[00:07:05] [main/INFO] [FML]: Searching /Users/n18134/Vogol-Slate/.minecraft/./mods/1.12.2 for mods | |
[00:07:05] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.5-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
[00:07:05] [main/WARN] [FML]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
[00:07:05] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from OnlineUUID-1.12.2-1.0.0.jar | |
[00:07:05] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12.2-2838-7.1.7-RC3902.jar | |
[00:07:05] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker | |
[00:07:05] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker | |
[00:07:05] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.5 Source=file:/Users/n18134/Vogol-Slate/.minecraft/./mods/OnlineUUID-1.12.2-1.0.0.jar Service=LaunchWrapper Env=SERVER | |
[00:07:05] [main/WARN] [FML]: The coremod com.cjm721.onlineuuid.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft | |
[00:07:05] [main/INFO] [mixin]: Compatibility level set to JAVA_8 | |
[00:07:05] [main/WARN] [FML]: The coremod SpongeCoremod (org.spongepowered.mod.SpongeCoremod) is not signed! | |
[00:07:05] [main/WARN] [mixin]: Mixin config mixins.common.api.json requires mixin subsystem version 0.7.10 but 0.7.5 was found. The mixin config will not be applied. | |
[00:07:05] [main/ERROR] [mixin]: Catching | |
java.lang.reflect.InvocationTargetException: null | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221] | |
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221] | |
at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.injectCorePlugin(MixinPlatformAgentFML.java:228) ~[OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.initFMLCoreMod(MixinPlatformAgentFML.java:155) [OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.<init>(MixinPlatformAgentFML.java:134) [OnlineUUID-1.12.2-1.0.0.jar:?] | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_221] | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_221] | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_221] | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_221] | |
at org.spongepowered.asm.launch.platform.MixinContainer.<init>(MixinContainer.java:68) [OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.launch.platform.MixinPlatformManager.addContainer(MixinPlatformManager.java:142) [OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.launch.platform.MixinPlatformManager.scanClasspath(MixinPlatformManager.java:230) [OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.launch.platform.MixinPlatformManager.init(MixinPlatformManager.java:113) [OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.launch.MixinBootstrap.getPlatform(MixinBootstrap.java:106) [OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.launch.MixinBootstrap.start(MixinBootstrap.java:158) [OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.launch.MixinTweaker.<init>(MixinTweaker.java:44) [OnlineUUID-1.12.2-1.0.0.jar:?] | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_221] | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_221] | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_221] | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_221] | |
at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_221] | |
at net.minecraft.launchwrapper.Launch.launch(Launch.java:98) [launchwrapper-1.12.jar:?] | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221] | |
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221] | |
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70) [forge-1.12.2-14.23.5.2838-universal.jar:?] | |
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) [forge-1.12.2-14.23.5.2838-universal.jar:?] | |
Caused by: org.spongepowered.asm.launch.MixinInitialisationError: Required mixin config mixins.common.api.json requires mixin subsystem version 0.7.10 | |
at org.spongepowered.asm.mixin.transformer.MixinConfig.checkVersion(MixinConfig.java:417) ~[OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.mixin.transformer.MixinConfig.onLoad(MixinConfig.java:331) ~[OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:894) ~[OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:116) ~[OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:91) ~[OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:78) ~[OnlineUUID-1.12.2-1.0.0.jar:?] | |
at org.spongepowered.common.launch.SpongeLaunch.setupMixinEnvironment(SpongeLaunch.java:130) ~[spongeforge-1.12.2-2838-7.1.7-RC3902.jar:1.12.2-2838-7.1.7-RC3902] | |
at org.spongepowered.mod.SpongeCoremod.<init>(SpongeCoremod.java:91) ~[spongeforge-1.12.2-2838-7.1.7-RC3902.jar:1.12.2-2838-7.1.7-RC3902] | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_221] | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_221] | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_221] | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_221] | |
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_221] | |
at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:594) ~[forge-1.12.2-14.23.5.2838-universal.jar:?] | |
... 31 more | |
[00:07:05] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping | |
[00:07:05] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker | |
[00:07:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker | |
[00:07:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker | |
[00:07:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
[00:07:06] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 | |
[00:07:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
[00:07:06] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker | |
[00:07:06] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@466d49f0 | |
[00:07:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker | |
[00:07:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper | |
[00:07:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker | |
[00:07:07] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker | |
[00:07:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker | |
[00:07:07] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:124]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:161]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:62]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s | |
[00:07:07] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals | |
[00:07:07] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode | |
[00:07:08] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a | |
[00:07:08] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a | |
[00:07:08] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper | |
[00:07:08] [main/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper | |
[00:07:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:124]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic | |
[00:07:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f | |
[00:07:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache | |
[00:07:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize | |
[00:07:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime | |
[00:07:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache | |
[00:07:09] [main/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:184]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime | |
[00:07:12] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.12.2 | |
[00:07:12] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2838 Initialized | |
[00:07:12] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. | |
[00:07:12] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... | |
[00:07:12] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients | |
[00:07:12] [Server thread/INFO] [FML]: Searching /Users/n18134/Vogol-Slate/.minecraft/./mods for mods | |
[00:07:12] [Server thread/INFO] [FML]: Searching /Users/n18134/Vogol-Slate/.minecraft/./mods/1.12.2 for mods | |
[00:07:13] [Server thread/INFO] [FML]: Disabling mod reauth it is client side only. | |
[00:07:13] [Server thread/INFO] [FML]: Forge Mod Loader has identified 9 mods to load | |
[00:07:13] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang | |
[00:07:13] [Server thread/WARN] [FML]: Missing English translation for attributefix: assets/attributefix/lang/en_us.lang | |
[00:07:13] [Server thread/WARN] [FML]: Missing English translation for deuf: assets/deuf/lang/en_us.lang | |
[00:07:13] [Server thread/WARN] [FML]: Missing English translation for foamfix: assets/foamfix/lang/en_us.lang | |
[00:07:13] [Server thread/WARN] [FML]: Missing English translation for onlineuuid: assets/onlineuuid/lang/en_us.lang | |
[00:07:13] [Server thread/INFO] [FML]: FML has found a non-mod file reauth-3.6.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. | |
[00:07:13] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, foamfixcore, attributefix, deuf, foamfix, onlineuuid] at CLIENT | |
[00:07:13] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, foamfixcore, attributefix, deuf, foamfix, onlineuuid] at SERVER | |
[00:07:13] [Server thread/INFO] [FML]: Processing ObjectHolder annotations | |
[00:07:13] [Server thread/INFO] [FML]: Found 1169 ObjectHolder annotations | |
[00:07:13] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations | |
[00:07:13] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations | |
[00:07:14] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap | |
[00:07:14] [Server thread/INFO] [STDOUT]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap | |
[00:07:14] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 | |
[00:07:14] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json | |
[00:07:14] [Server thread/INFO] [STDOUT]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState | |
[00:07:14] [Server thread/INFO] [STDOUT]: [pl.asie.foamfix.ProxyCommon:preInit:79]: minecraft:hopper | |
[00:07:14] [Server thread/INFO] [foamfix]: Removing LaunchWrapper package manifest map... | |
[00:07:14] [Server thread/INFO] [FML]: Applying holder lookups | |
[00:07:14] [Server thread/INFO] [FML]: Holder lookups applied | |
[00:07:14] [Server thread/INFO] [FML]: Applying holder lookups | |
[00:07:14] [Server thread/INFO] [FML]: Holder lookups applied | |
[00:07:14] [Server thread/INFO] [FML]: Applying holder lookups | |
[00:07:14] [Server thread/INFO] [FML]: Holder lookups applied | |
[00:07:14] [Server thread/INFO] [FML]: Applying holder lookups | |
[00:07:14] [Server thread/INFO] [FML]: Holder lookups applied | |
[00:07:14] [Server thread/INFO] [FML]: Injecting itemstacks | |
[00:07:14] [Server thread/INFO] [FML]: Itemstack injection complete | |
[00:07:14] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties | |
[00:07:14] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL | |
[00:07:14] [Server thread/INFO] [minecraft/DedicatedServer]: Generating keypair | |
[00:07:14] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565 | |
[00:07:14] [Server thread/INFO] [minecraft/NetworkSystem]: Using default channel type | |
[00:07:14] [Server thread/INFO] [FML]: Applying holder lookups | |
[00:07:14] [Server thread/INFO] [FML]: Holder lookups applied | |
[00:07:14] [Server thread/INFO] [foamfix]: Deduplicated 99 property sets. | |
[00:07:14] [Server thread/INFO] [foamfix]: Weakening LaunchWrapper resource cache... | |
[00:07:14] [Server thread/INFO] [FML]: Injecting itemstacks | |
[00:07:14] [Server thread/INFO] [FML]: Itemstack injection complete | |
[00:07:14] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null | |
[00:07:14] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 9 mods | |
[00:07:14] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world" | |
[00:07:14] [Server thread/ERROR] [FML.ModTracker]: This world was saved with mod spongeapi which appears to be missing, things may not work well | |
[00:07:14] [Server thread/ERROR] [FML.ModTracker]: This world was saved with mod sponge which appears to be missing, things may not work well | |
[00:07:14] [Server thread/ERROR] [FML.ModTracker]: This world was saved with mod spongeforge which appears to be missing, things may not work well | |
[00:07:14] [Server thread/ERROR] [FML.ModTracker]: This world was saved with mod luckperms which appears to be missing, things may not work well | |
[00:07:14] [Server thread/ERROR] [FML.ModTracker]: This world was saved with mod nucleus which appears to be missing, things may not work well | |
[00:07:14] [Server thread/ERROR] [FML.ModTracker]: This world was saved with mod webapi which appears to be missing, things may not work well | |
[00:07:14] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance | |
[00:07:14] [Server thread/INFO] [FML]: Registry EntityEntry: Found a missing id from the world sponge:human | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:blocklittletilesrendered | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:ltwhiteflowingwater | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:blocklittletiles | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:lttransparentcoloredblock | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:ltparticleblock | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:blocklittletilestickingrendered | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:ltcoloredblock | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:blocklittletilesticking | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:ltwhiteflowinglava | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:ltstorageblocktile | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:ltflowingwater | |
[00:07:14] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world littletiles:ltflowinglava | |
[00:07:14] [Server thread/ERROR] [FML]: Unidentified mapping from registry minecraft:entities | |
[00:07:14] [Server thread/ERROR] [FML]: sponge:human: 0 | |
[00:07:14] [Server thread/WARN] [FML]: Forge Mod Loader detected missing registry entries. | |
There are 1 missing entries in this save. | |
If you continue the missing entries will get removed. | |
A world backup will be automatically created in your saves directory. | |
Missing minecraft:entities: | |
sponge:human | |
Run the command /fml confirm or or /fml cancel to proceed. | |
Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer. | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment