Jump to content

A-Game

Members
  • Posts

    75
  • Joined

  • Last visited

Everything posted by A-Game

  1. Updated my mod to the latest version of forge, but I'm encountering this issue... Heres the log: [26Oct2019 17:13:59.461] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 28.1.70, --version, MOD_DEV, --assetIndex, 1.14, --assetsDir, /Users/mmeans/.gradle/caches/forge_gradle/assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}] [26Oct2019 17:13:59.468] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_222 by AdoptOpenJDK [26Oct2019 17:13:59.923] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [26Oct2019 17:14:02.505] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, /Users/mmeans/.gradle/caches/forge_gradle/assets, --assetIndex, 1.14, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}] [26Oct2019 17:14:08.844] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev [26Oct2019 17:14:29.613] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer: [26Oct2019 17:14:29.763] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.1 build 12 [26Oct2019 17:14:32.607] [modloading-worker-3/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.1.70, for MC 1.14.4 with MCP 20190829.143755 [26Oct2019 17:14:32.608] [modloading-worker-3/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.1.70 Initialized [26Oct2019 17:14:32.770] [modloading-worker-1/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Loading config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-client.toml [26Oct2019 17:14:32.770] [modloading-worker-1/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Built config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-client.toml [26Oct2019 17:14:32.772] [modloading-worker-1/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Loaded config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-client.toml [26Oct2019 17:14:32.773] [modloading-worker-1/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Loading config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-server.toml [26Oct2019 17:14:32.774] [modloading-worker-1/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Built config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-server.toml [26Oct2019 17:14:32.774] [modloading-worker-1/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Loaded config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-server.toml [26Oct2019 17:14:32.774] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-server.toml is not correct. Correcting [26Oct2019 17:14:32.776] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oregen was corrected from null to SimpleCommentedConfig:{} [26Oct2019 17:14:32.776] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oregen.visionary_chance was corrected from null to 20 [26Oct2019 17:14:32.776] [modloading-worker-1/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oregen.generate was corrected from null to true [26Oct2019 17:14:33.295] [Client thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: null Index: 5 Listeners: 0: NORMAL 1: ASM: class dev.theagameplayer.visionarymod.registries.VisionaryChunkGenerators registerChunkGeneratorType(Lnet/minecraftforge/event/RegistryEvent$Register;)V 2: ASM: class dev.theagameplayer.visionarymod.registries.VisionaryBlocks registerBlocks(Lnet/minecraftforge/event/RegistryEvent$Register;)V 3: ASM: class dev.theagameplayer.visionarymod.registries.VisionaryBiomes registerBiomes(Lnet/minecraftforge/event/RegistryEvent$Register;)V 4: ASM: class dev.theagameplayer.visionarymod.registries.VisionaryDimensions registerModDimensions(Lnet/minecraftforge/event/RegistryEvent$Register;)V 5: ASM: class dev.theagameplayer.visionarymod.registries.VisionaryItems registerItems(Lnet/minecraftforge/event/RegistryEvent$Register;)V java.lang.NullPointerException at dev.theagameplayer.visionarymod.registries.VisionaryItems.registerItems(VisionaryItems.java:41) at net.minecraftforge.eventbus.ASMEventHandler_6_VisionaryItems_registerItems_Register.invoke(.dynamic) at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106) at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) at net.minecraftforge.fml.ModList.lambda$dispatchSynchronousEvent$5(ModList.java:125) at java.util.ArrayList.forEach(ArrayList.java:1257) at net.minecraftforge.fml.ModList.dispatchSynchronousEvent(ModList.java:125) at net.minecraftforge.fml.ModList.lambda$static$1(ModList.java:96) at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197) at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$24(ModLoader.java:189) at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:964) at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:189) at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) at net.minecraft.client.Minecraft.init(Minecraft.java:454) at net.minecraft.client.Minecraft.run(Minecraft.java:365) at net.minecraft.client.main.Main.main(SourceFile:155) 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.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101) [26Oct2019 17:14:33.298] [Client thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event RegistryEvent.Register<minecraft:item> dispatch for modid visionarymod java.lang.NullPointerException: null at dev.theagameplayer.visionarymod.registries.VisionaryItems.registerItems(VisionaryItems.java:41) ~[main/:?] at net.minecraftforge.eventbus.ASMEventHandler_6_VisionaryItems_registerItems_Register.invoke(.dynamic) ~[?:?] at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:28.1] at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_222] at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_222] at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.ModList.lambda$dispatchSynchronousEvent$5(ModList.java:125) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_222] at net.minecraftforge.fml.ModList.dispatchSynchronousEvent(ModList.java:125) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.ModList.lambda$static$1(ModList.java:96) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$24(ModLoader.java:189) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:964) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:189) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraft.client.Minecraft.init(Minecraft.java:454) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraft.client.Minecraft.run(Minecraft.java:365) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraft.client.main.Main.main(SourceFile:155) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222] at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101) [forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] [26Oct2019 17:14:33.335] [Client thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event LOAD_REGISTRIES, 1 errors found [26Oct2019 17:14:33.335] [Client thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted. java.lang.Exception: stacktrace at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-1.0.0-service.jar:?] at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraft.client.Minecraft.init(Minecraft.java:454) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraft.client.Minecraft.run(Minecraft.java:365) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at net.minecraft.client.main.Main.main(SourceFile:155) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222] at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101) [forge-1.14.4-28.1.70_mapped_snapshot_20190719-1.14.3.jar:?] [26Oct2019 17:14:45.918] [Server-Worker-1/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event SETUP, 1 errors found. [26Oct2019 17:14:45.918] [Server-Worker-1/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SETUP, 1 errors found [26Oct2019 17:14:45.918] [Server-Worker-1/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted. java.lang.Exception: stacktrace at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-1.0.0-service.jar:?] at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?] at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) ~[?:?] at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) ~[?:?] at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626) [?:1.8.0_222] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1618) [?:1.8.0_222] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_222] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_222] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_222] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_222] [26Oct2019 17:14:48.976] [Server-Worker-3/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'visionarymod:blockstates/deepnetherportal.json' in resourcepack: 'Mod Resources' for variant: 'axis=y': Unknown blockstate property: 'axis' [26Oct2019 17:14:48.977] [Server-Worker-3/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'visionarymod:blockstates/deepnetherportal.json' missing model for variant: 'visionarymod:deepnetherportal#' [26Oct2019 17:14:50.906] [Server-Worker-3/ERROR] [net.minecraftforge.fml.ModLoader/LOADING]: Skipping lifecycle event ENQUEUE_IMC, 1 errors found. [26Oct2019 17:14:50.906] [Server-Worker-3/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event ENQUEUE_IMC, 1 errors found [26Oct2019 17:14:50.906] [Server-Worker-3/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted. java.lang.Exception: stacktrace at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-1.0.0-service.jar:?] at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?] at net.minecraftforge.fml.client.ClientModLoader.finishModLoading(ClientModLoader.java:136) ~[?:?] at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$4(ClientModLoader.java:107) ~[?:?] at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:705) [?:1.8.0_222] at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:687) [?:1.8.0_222] at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:443) [?:1.8.0_222] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_222] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_222] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_222] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_222] [26Oct2019 17:14:50.914] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer: [26Oct2019 17:14:51.056] [Client thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized. [26Oct2019 17:14:51.061] [Client thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started [26Oct2019 17:14:51.406] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512 textures-atlas [26Oct2019 17:14:52.437] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/particle-atlas [26Oct2019 17:14:52.439] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/painting-atlas [26Oct2019 17:14:52.439] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128 textures/mob_effect-atlas [26Oct2019 17:14:55.912] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system!
  2. { "variants": { "": { "model": "unixmod:block/fabricator" } } } If this doesn't work, and you can guarantee your textures are correctly named, them check if you have created a .json file correctly for both block model and item model of the block. (just look at the vanilla versions in Referenced Libraries -> client-extra.jar to compare to your own if you are still confused, I have had a similar problem when I started modding and found this was the best help to solve texturing problems)
  3. You got the texture named correctly as well?
  4. I've been experimenting myself... to no luck however (this is my registry file, works, but still don't know how to get the structure to spawn or how to add it to the locate command) @ObjectHolder(VisionaryMod.modid) public class VisionaryStructures { public static final Structure<NoFeatureConfig> INFERNALFORTRESS = new InfernalFortressStructure(NoFeatureConfig::deserialize); @SubscribeEvent public static void registerStructures(IForgeRegistry<Feature<?>> event) { VisionaryUtil.basic(event) .add("infernal_fortress", INFERNALFORTRESS); } }
  5. { "variants": { "": { "model": "visionarymod:block/unstableobsidian" } } } One of my example blockstate .json files, you forgot "block/" and its also possible that the ".obj" could be interfering If you still get the problem when adding "block/"
  6. So I created a custom dimension with a custom Chunk Generator Type, though when using it instead of the NetherGen "CAVES" Type, I crash upon loading any world. I am unsure on how to go about solving the problem of "net.minecraft.world.gen.ChunkGeneratorType@1e4d1e5d (name minecraft:dn_caves) is being added too late." The Crash Report: ---- Minecraft Crash Report ---- // Oops. Time: 10/19/19 8:47 PM Description: Exception in server tick loop java.lang.ExceptionInInitializerError: null at dev.theagameplayer.visionarymod.world.dimension.DeepNetherDimension.createChunkGenerator(DeepNetherDimension.java:51) ~[?:?] {} at net.minecraftforge.common.extensions.IForgeWorldType.createChunkGenerator(IForgeWorldType.java:101) ~[?:?] {} at net.minecraft.world.server.ServerWorld.lambda$new$3(ServerWorld.java:170) ~[?:?] {} at net.minecraft.world.World.<init>(World.java:104) ~[?:?] {pl:accesstransformer:B} at net.minecraft.world.server.ServerWorld.<init>(ServerWorld.java:169) ~[?:?] {} at net.minecraft.world.ServerMultiWorld.<init>(ServerMultiWorld.java:17) ~[?:?] {} at net.minecraft.server.MinecraftServer.loadWorlds(MinecraftServer.java:404) ~[?:?] {pl:accesstransformer:B} at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:76) ~[?:?] {pl:runtimedistcleaner:A} at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:97) ~[?:?] {pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {pl:accesstransformer:B} at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {} Caused by: java.lang.IllegalStateException: The object net.minecraft.world.gen.ChunkGeneratorType@1e4d1e5d (name minecraft:dn_caves) is being added too late. at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:348) ~[?:?] {} at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308) ~[?:?] {} at net.minecraftforge.registries.NamespacedWrapper.register(NamespacedWrapper.java:56) ~[?:?] {} at net.minecraftforge.registries.NamespacedWrapper.register(NamespacedWrapper.java:65) ~[?:?] {} at net.minecraftforge.registries.NamespacedWrapper.register(NamespacedWrapper.java:34) ~[?:?] {} at net.minecraft.util.registry.Registry.register(Registry.java:240) ~[?:?] {} at net.minecraft.util.registry.Registry.register(Registry.java:236) ~[?:?] {} at dev.theagameplayer.visionarymod.world.gen.VisionaryChunkGeneratorType.register(VisionaryChunkGeneratorType.java:20) ~[?:?] {} at dev.theagameplayer.visionarymod.world.gen.VisionaryChunkGeneratorType.<clinit>(VisionaryChunkGeneratorType.java:14) ~[?:?] {} ... 11 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.14.4 Minecraft Version ID: 1.14.4 Operating System: Mac OS X (x86_64) version 10.15 Java Version: 1.8.0_222, AdoptOpenJDK Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK Memory: 216519304 bytes (206 MB) / 1090519040 bytes (1040 MB) up to 1908932608 bytes (1820 MB) CPUs: 4 JVM Flags: 1 total; -Xss1M ModLauncher: 3.2.0+60+b86c1d4 ModLauncher launch target: fmluserdevclient ModLauncher naming: mcp ModLauncher services: /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE /forge-1.14.4-28.1.0_mapped_snapshot_20190719-1.14.3-launcher.jar object_holder_definalize PLUGINSERVICE /forge-1.14.4-28.1.0_mapped_snapshot_20190719-1.14.3-launcher.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.14.4-28.1.0_mapped_snapshot_20190719-1.14.3-launcher.jar capability_inject_definalize PLUGINSERVICE /forge-1.14.4-28.1.0_mapped_snapshot_20190719-1.14.3-launcher.jar runtimedistcleaner PLUGINSERVICE /forge-1.14.4-28.1.0_mapped_snapshot_20190719-1.14.3-launcher.jar fml TRANSFORMATIONSERVICE FML: 28.1 Forge: net.minecraftforge:28.1.0 FML Language Providers: [email protected] minecraft@1 Mod List: main Visionary Mod {[email protected] DONE} forge-1.14.4-28.1.0_mapped_snapshot_20190719-1.14.3-recomp.jar Forge {[email protected] DONE} client-extra.jar Minecraft {[email protected] DONE} Player Count: 0 / 8; [] Data Packs: vanilla, mod:visionarymod, mod:forge Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'forge' The Class the error is located in (VisionaryChunkGeneratorType): package dev.theagameplayer.visionarymod.world.gen; import java.util.function.Supplier; import net.minecraft.util.registry.Registry; import net.minecraft.world.World; import net.minecraft.world.gen.ChunkGenerator; import net.minecraft.world.gen.ChunkGeneratorType; import net.minecraft.world.gen.GenerationSettings; import net.minecraft.world.gen.IChunkGeneratorFactory; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @SuppressWarnings("rawtypes") public class VisionaryChunkGeneratorType <C extends GenerationSettings, T extends ChunkGenerator<C>> extends ChunkGeneratorType { public static final ChunkGeneratorType<DeepNetherGenSettings, DeepNetherChunkGenerator> DNCAVES = register("dn_caves", DeepNetherChunkGenerator::new, DeepNetherGenSettings::new, true); private final boolean isOptionForBuffetWorld; private final Supplier<C> settings; @SuppressWarnings("deprecation") private static <C extends GenerationSettings, T extends ChunkGenerator<C>> ChunkGeneratorType<C, T> register(String key, IChunkGeneratorFactory<C, T> factoryIn, Supplier<C> settingsIn, boolean canUseForBuffet) { return Registry.register(Registry.CHUNK_GENERATOR_TYPE, key, new ChunkGeneratorType<>(factoryIn, canUseForBuffet, settingsIn)); } @SuppressWarnings("unchecked") public VisionaryChunkGeneratorType(World world, IChunkGeneratorFactory<C, T> p_i49953_1_, boolean p_i49953_2_, Supplier<C> p_i49953_3_) { super(p_i49953_1_, p_i49953_2_, p_i49953_3_); this.isOptionForBuffetWorld = p_i49953_2_; this.settings = p_i49953_3_; } public C createSettings() { return (C)(this.settings.get()); } @OnlyIn(Dist.CLIENT) public boolean isOptionForBuffetWorld() { return this.isOptionForBuffetWorld; } }
  7. In other worlds, similar to how ores generate in the world, except rewritten for structures...
  8. So I have already created the custom classes needed to specify how a the structure is randomly generated ("InfernalFortressStructure.java" & "InfernalFortressPieces.java"). It is in simple terms, the Fortress structure, but using different blocks... I have also registered the structure ("VisionaryStructures.java) as well as its pieces in an interface ("IVisionaryStructurePieceType.java") Questions: 1) Since the Nether Fortress does not use nbt data in it's creation (as seen in the Referenced Libraries -> client-extra.jar), do I still have to in order for my variant of it to generate properly? 2) Are my methods of registering the InfernalFortress structure and it's pieces acceptable? 3) What else is required to get a custom structure to generate in the world? InfernalFortressPieces.java InfernalFortressStructure.java IVisionaryStructurePieceType.java VisionaryStructures.java I would have attached these as code if it wasn't for the fact it didn't lag me out of my explorer... l blame my Mac
  9. It still won't connect to itself though...
  10. I've tried your @Override method, no success... As for why I tried the previous method: package dev.theagameplayer.visionarymod.block; import dev.theagameplayer.visionarymod.tags.VisionaryBlockTags; import net.minecraft.block.Block; import net.minecraft.block.BlockState; import net.minecraft.block.FenceBlock; import net.minecraft.block.FenceGateBlock; import net.minecraft.util.Direction; public class RedNetherBrickFence extends FenceBlock { public RedNetherBrickFence(Block.Properties builder) { super(builder); } @Override public boolean func_220111_a(BlockState p_220111_1_, boolean p_220111_2_, Direction p_220111_3_) { Block block = p_220111_1_.getBlock(); boolean flag = block.isIn(VisionaryBlockTags.VISIONARYFENCES) && p_220111_1_.getMaterial() == this.material; boolean flag1 = block instanceof FenceGateBlock && FenceGateBlock.isParallel(p_220111_1_, p_220111_3_); return !cannotAttach(block) && p_220111_2_ || flag || flag1; } }
  11. I solved the problem by renaming the package the tag was in to "data.minecraft.tags.block" rather than "data.visionarymod.tags.block" which I did before. This means no actual class was needed for the block to have connected textures. Also on the side note, by doing this, you can create separate tags in the same package with your fence block and another fence block which will allow those fences to connect, but not any other fences. I did this with nether brick and my red nether brick fences and they were able to connect to each other, but not any of the wooden fences. Thanks for the help, though this ended up being a problem with the tags.
  12. Yes, it says "this annotation is disallowed for this location" as an error now
  13. Post the blockstate file attached to the block, this is typically where texture problems with placed blocks occurs when its BlockItem form has the right texture
  14. It will not allow me to Override the method, it only shows "delete these tokens" under the error message...
  15. Do I need to create a custom class for my custom fence block for that to work? Cause I didn't do so since the nether brick fence doesn't have a custom class to work...
  16. I've created a custom fence and the textures will connect to other blocks, but not itself, I've tried adding it to the "minecraft:fences" tag and the forge version of it as well to no success. I also registered it as a "new FenceBlock". Tag: { "replace": true, "values": [ "#minecraft:wooden_fences", "minecraft:nether_brick_fence", "visionarymod:rednetherbrickfence" ] }
  17. Wouldn't this reference the Oregen config file when the main mod file calls the config file to be loaded?
  18. That was my Oregon config file, this is the main config file: package dev.theagameplayer.visionarymod.config; import java.io.File; import com.electronwill.nightconfig.core.file.CommentedFileConfig; import com.electronwill.nightconfig.core.io.WritingMode; import dev.theagameplayer.visionarymod.VisionaryMod; import net.minecraftforge.common.ForgeConfigSpec; import net.minecraftforge.fml.common.Mod; @Mod.EventBusSubscriber public class Config { private static final ForgeConfigSpec.Builder SERVER_BUILDER = new ForgeConfigSpec.Builder(); public static final ForgeConfigSpec SERVER; private static final ForgeConfigSpec.Builder CLIENT_BUILDER = new ForgeConfigSpec.Builder(); public static final ForgeConfigSpec CLIENT; static { OregenConfig.init(SERVER_BUILDER, CLIENT_BUILDER); SERVER = SERVER_BUILDER.build(); CLIENT = CLIENT_BUILDER.build(); } public static void loadConfig(ForgeConfigSpec config, String path) { VisionaryMod.LOGGER.info("Loading config: " + path); final CommentedFileConfig file = CommentedFileConfig.builder(new File(path)).sync().autosave().writingMode(WritingMode.REPLACE).build(); VisionaryMod.LOGGER.info("Built config: " + path); file.load(); VisionaryMod.LOGGER.info("Loaded config: " + path); config.setConfig(file); } }
  19. I did use the same config for all 3 versions of the ore temporarily to see if I could get it to spawn first.
  20. It is not being loaded at all it seems...
  21. under the main mod file was where I set up the config as well as call the method.
  22. Under my main mod file: package dev.theagameplayer.visionarymod; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import dev.theagameplayer.visionarymod.config.Config; import dev.theagameplayer.visionarymod.proxy.ClientProxy; import dev.theagameplayer.visionarymod.proxy.ServerProxy; import dev.theagameplayer.visionarymod.world.OreGeneration; import dev.theagameplayer.visionarymod.proxy.IProxy; import net.minecraft.item.ItemGroup; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.fml.DistExecutor; import net.minecraftforge.fml.ModLoadingContext; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.config.ModConfig; import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent; import net.minecraftforge.fml.event.lifecycle.FMLDedicatedServerSetupEvent; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; import net.minecraftforge.fml.loading.FMLPaths; @Mod("visionarymod") public class VisionaryMod { public static final Logger LOGGER = LogManager.getLogger(); public static final IProxy PROXY = DistExecutor.runForDist(() -> ClientProxy::new, () -> ServerProxy::new); public static final ItemGroup visionary = new VisionaryItemGroup(); public VisionaryMod() { ModLoadingContext.get().registerConfig(ModConfig.Type.SERVER, Config.SERVER, "visionarymod-server.toml"); ModLoadingContext.get().registerConfig(ModConfig.Type.CLIENT, Config.CLIENT, "visionarymod-client.toml"); FMLJavaModLoadingContext.get().getModEventBus().addListener(this::commonSetup); FMLJavaModLoadingContext.get().getModEventBus().addListener(this::clientSetup); FMLJavaModLoadingContext.get().getModEventBus().addListener(this::serverSetup); Config.loadConfig(Config.CLIENT, FMLPaths.CONFIGDIR.get().resolve("visionarymod-client.toml").toString()); Config.loadConfig(Config.SERVER, FMLPaths.CONFIGDIR.get().resolve("visionarymod-server.toml").toString()); MinecraftForge.EVENT_BUS.register(this); } private void commonSetup(final FMLCommonSetupEvent event) { OreGeneration.setupOreGeneration(); LOGGER.info("Setup method registered."); } private void clientSetup(final FMLClientSetupEvent event) { LOGGER.info("clientRegistries method registered."); } private void serverSetup(final FMLDedicatedServerSetupEvent event) { LOGGER.info("serverRegistries method registered."); } }
  23. So... I wanted add a new block to spawn in the nether, but it isn't appearing after an hour of searching and tinkering with the settings, so my conclusion is that either, 1) Directional blocks require extra/different code when spawning as a ore, or 2) I slipped up someone and am too blind to see the mistake. OreGeneration file: package dev.theagameplayer.visionarymod.world; import dev.theagameplayer.visionarymod.block.VisionaryBlocks; import dev.theagameplayer.visionarymod.config.OregenConfig; import net.minecraft.world.biome.Biome; import net.minecraft.world.gen.GenerationStage.Decoration; import net.minecraft.world.gen.feature.Feature; import net.minecraft.world.gen.feature.OreFeatureConfig; import net.minecraft.world.gen.feature.OreFeatureConfig.FillerBlockType; import net.minecraft.world.gen.placement.CountRangeConfig; import net.minecraft.world.gen.placement.Placement; import net.minecraftforge.registries.ForgeRegistries; public class OreGeneration { public static void setupOreGeneration() { if(OregenConfig.generate.get()) { for(Biome biome : ForgeRegistries.BIOMES) { biome.addFeature(Decoration.UNDERGROUND_ORES, Biome.createDecoratedFeature(Feature.ORE, new OreFeatureConfig(FillerBlockType.NETHERRACK, VisionaryBlocks.steamvent.getDefaultState(), OregenConfig.visionary_chance.get()), Placement.COUNT_RANGE, new CountRangeConfig(20, 16, 0, 240))); biome.addFeature(Decoration.UNDERGROUND_ORES, Biome.createDecoratedFeature(Feature.ORE, new OreFeatureConfig(FillerBlockType.NETHERRACK, VisionaryBlocks.steamvent2.getDefaultState(), OregenConfig.visionary_chance.get()), Placement.COUNT_RANGE, new CountRangeConfig(20, 16, 0, 240))); biome.addFeature(Decoration.UNDERGROUND_ORES, Biome.createDecoratedFeature(Feature.ORE, new OreFeatureConfig(FillerBlockType.NETHERRACK, VisionaryBlocks.steamvent3.getDefaultState(), OregenConfig.visionary_chance.get()), Placement.COUNT_RANGE, new CountRangeConfig(20, 16, 0, 240))); } } } } OregenConfig file: package dev.theagameplayer.visionarymod.config; import net.minecraftforge.common.ForgeConfigSpec; public class OregenConfig { public static ForgeConfigSpec.IntValue visionary_chance; public static ForgeConfigSpec.BooleanValue generate; public static void init(ForgeConfigSpec.Builder server, ForgeConfigSpec.Builder client) { server.comment("Oregen Config"); visionary_chance = server .comment("Maximum number of ore veins of the ore that can spawn in one chunk.") .defineInRange("oregen.visionary_chance", 20, 1, 1000000); generate = server .comment("Decide if you want Visionary Mod ores to spawn") .define("oregen.generate", true); } } Log: [04Oct2019 13:31:22.182] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 28.1.0, --version, MOD_DEV, --assetIndex, 1.14, --assetsDir, /Users/mmeans/.gradle/caches/forge_gradle/assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}] [04Oct2019 13:31:22.190] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 1.8.0_222 by AdoptOpenJDK [04Oct2019 13:31:22.408] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [04Oct2019 13:31:23.676] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, /Users/mmeans/.gradle/caches/forge_gradle/assets, --assetIndex, 1.14, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}] [04Oct2019 13:31:27.344] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev [04Oct2019 13:31:39.005] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer: [04Oct2019 13:31:39.049] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.1 build 12 [04Oct2019 13:31:40.868] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.1.0, for MC 1.14.4 with MCP 20190829.143755 [04Oct2019 13:31:40.868] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.1.0 Initialized [04Oct2019 13:31:40.923] [modloading-worker-2/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Loading config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-client.toml [04Oct2019 13:31:40.923] [modloading-worker-2/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Built config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-client.toml [04Oct2019 13:31:40.925] [modloading-worker-2/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Loaded config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-client.toml [04Oct2019 13:31:40.950] [modloading-worker-2/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Loading config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-server.toml [04Oct2019 13:31:40.950] [modloading-worker-2/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Built config: /Users/mattmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-server.toml [04Oct2019 13:31:40.951] [modloading-worker-2/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Loaded config: /Users/mmeans/Desktop/Modding/Visionary Mod/run/config/visionarymod-server.toml [04Oct2019 13:31:46.391] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient/]: Could not authorize you against Realms server: Invalid session id [04Oct2019 13:31:49.529] [modloading-worker-3/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: Setup method registered. [04Oct2019 13:31:49.603] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [visionarymod] Starting version check at http://myurl.me/ [04Oct2019 13:31:49.604] [modloading-worker-3/INFO] [dev.theagameplayer.visionarymod.VisionaryMod/]: clientRegistries method registered. [04Oct2019 13:31:50.141] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/ at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222] at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_222] at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_222] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_222] at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) ~[?:1.8.0_222] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) ~[?:1.8.0_222] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222] at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?] at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?] at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_222] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/ at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900) ~[?:1.8.0_222] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222] at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_222] at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?] ... 3 more [04Oct2019 13:31:50.151] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [04Oct2019 13:31:50.566] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 28.1.0 Target: null [04Oct2019 13:31:53.130] [Client thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: lastServer: [04Oct2019 13:31:53.240] [Client thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized. [04Oct2019 13:31:53.242] [Client thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started [04Oct2019 13:31:53.483] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512 textures-atlas [04Oct2019 13:31:54.177] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/particle-atlas [04Oct2019 13:31:54.178] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/painting-atlas [04Oct2019 13:31:54.179] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128 textures/mob_effect-atlas [04Oct2019 13:31:59.528] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system! [04Oct2019 13:32:04.231] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] [04Oct2019 13:32:04.232] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [04Oct2019 13:32:04.233] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] [04Oct2019 13:32:04.234] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] [04Oct2019 13:32:04.235] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [04Oct2019 13:32:04.390] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Starting integrated minecraft server version 1.14.4 [04Oct2019 13:32:04.391] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Generating keypair [04Oct2019 13:32:04.600] [Server thread/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: Injecting existing registry data into this SERVER instance [04Oct2019 13:32:04.963] [Server thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, main, forge-1.14.4-28.1.0_mapped_snapshot_20190719-1.14.3-recomp.jar [04Oct2019 13:32:06.452] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 6 recipes [04Oct2019 13:32:07.618] [Server thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 811 advancements [04Oct2019 13:32:08.178] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld [04Oct2019 13:32:09.822] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [04Oct2019 13:32:09.823] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [04Oct2019 13:32:09.823] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [04Oct2019 13:32:09.823] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [04Oct2019 13:32:10.264] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 59% [04Oct2019 13:32:12.588] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83% [04Oct2019 13:32:12.588] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83% [04Oct2019 13:32:12.588] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83% [04Oct2019 13:32:12.588] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83% [04Oct2019 13:32:12.694] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 91% [04Oct2019 13:32:13.195] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 91% [04Oct2019 13:32:13.706] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 91% [04Oct2019 13:32:14.201] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 93% [04Oct2019 13:32:14.515] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system! [04Oct2019 13:32:14.710] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 96% [04Oct2019 13:32:15.003] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 6816 ms [04Oct2019 13:32:15.512] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [04Oct2019 13:32:15.512] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [04Oct2019 13:32:17.190] [Netty Local Client IO #0/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server. [04Oct2019 13:32:17.560] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: Dev[local:E:a600e966] logged in with entity id 283 at (86.36256431692296, 45.53584062504456, 63.42653121855847) [04Oct2019 13:32:17.663] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game [04Oct2019 13:32:17.860] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game... [04Oct2019 13:32:17.870] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'Test World'/minecraft:the_nether [04Oct2019 13:32:17.891] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'Test World'/minecraft:overworld [04Oct2019 13:32:18.244] [pool-3-thread-1/WARN] [com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService/]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@29f3946e[id=380df991-f603-344c-a090-369bad2a924a,name=Dev,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[authlib-1.5.25.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) ~[authlib-1.5.25.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) ~[authlib-1.5.25.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) ~[authlib-1.5.25.jar:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[guava-21.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:4154) ~[guava-21.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) ~[guava-21.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) ~[guava-21.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) ~[guava-21.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) ~[authlib-1.5.25.jar:?] at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:1950) ~[?:?] at net.minecraft.client.resources.SkinManager.lambda$loadProfileTextures$1(SkinManager.java:111) ~[?:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_222] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_222] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] [04Oct2019 13:32:20.123] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2861ms or 57 ticks behind [04Oct2019 13:32:20.158] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Dev lost connection: Disconnected [04Oct2019 13:32:20.187] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game [04Oct2019 13:32:20.200] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Stopping singleplayer server as player logged out [04Oct2019 13:32:20.287] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server [04Oct2019 13:32:20.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players [04Oct2019 13:32:20.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds [04Oct2019 13:32:20.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'Test World'/minecraft:the_nether [04Oct2019 13:32:20.384] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [04Oct2019 13:32:20.385] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'Test World'/minecraft:overworld [04Oct2019 13:32:20.691] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (Test World): All chunks are saved [04Oct2019 13:32:20.705] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [04Oct2019 13:32:20.706] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (Test World): All chunks are saved [04Oct2019 13:32:23.444] [Client thread/INFO] [net.minecraft.world.storage.SaveFormat/]: Deleting level Test World [04Oct2019 13:32:23.445] [Client thread/INFO] [net.minecraft.world.storage.SaveFormat/]: Attempt 1... [04Oct2019 13:32:34.231] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] [04Oct2019 13:32:34.232] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [04Oct2019 13:32:34.233] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] [04Oct2019 13:32:34.234] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] [04Oct2019 13:32:34.235] [Client thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [04Oct2019 13:32:34.236] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Starting integrated minecraft server version 1.14.4 [04Oct2019 13:32:34.236] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Generating keypair [04Oct2019 13:32:34.295] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./saves/Test World/serverconfig/visionarymod-server.toml is not correct. Correcting [04Oct2019 13:32:34.295] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oregen was corrected from null to SimpleCommentedConfig:{} [04Oct2019 13:32:34.296] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oregen.visionary_chance was corrected from null to 20 [04Oct2019 13:32:34.296] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key oregen.generate was corrected from null to true [04Oct2019 13:32:34.298] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./saves/Test World/serverconfig/forge-server.toml is not correct. Correcting [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to SimpleCommentedConfig:{} [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to false [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringTileEntities was corrected from null to false [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.fullBoundingBoxLadders was corrected from null to false [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.zombieBaseSummonChance was corrected from null to 0.1 [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.zombieBabyChance was corrected from null to 0.05 [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.logCascadingWorldGeneration was corrected from null to true [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.fixVanillaCascading was corrected from null to false [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.dimensionUnloadQueueDelay was corrected from null to 0 [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.clumpingThreshold was corrected from null to 64 [04Oct2019 13:32:34.299] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.treatEmptyTagsAsAir was corrected from null to false [04Oct2019 13:32:34.310] [Server thread/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: Injecting existing registry data into this SERVER instance [04Oct2019 13:32:34.675] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Found new data pack vanilla, loading it automatically [04Oct2019 13:32:34.676] [Server thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, main, forge-1.14.4-28.1.0_mapped_snapshot_20190719-1.14.3-recomp.jar [04Oct2019 13:32:35.362] [Server thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 6 recipes [04Oct2019 13:32:35.665] [Server thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 811 advancements [04Oct2019 13:32:39.158] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld [04Oct2019 13:32:39.237] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [04Oct2019 13:32:39.665] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [04Oct2019 13:32:40.177] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [04Oct2019 13:32:40.673] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 1% [04Oct2019 13:32:41.194] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 3% [04Oct2019 13:32:41.675] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 3% [04Oct2019 13:32:42.189] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 5% [04Oct2019 13:32:42.668] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 5% [04Oct2019 13:32:43.177] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 9% [04Oct2019 13:32:43.687] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 10% [04Oct2019 13:32:44.169] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 10% [04Oct2019 13:32:44.299] [Thread-1/FATAL] [net.minecraftforge.common.ForgeConfig/CORE]: Forge config just got changed on the file system! [04Oct2019 13:32:44.667] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 10% [04Oct2019 13:32:45.182] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 15% [04Oct2019 13:32:45.670] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 17% [04Oct2019 13:32:46.171] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 19% [04Oct2019 13:32:46.678] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 19% [04Oct2019 13:32:47.177] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 23% [04Oct2019 13:32:47.666] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 25% [04Oct2019 13:32:48.167] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 28% [04Oct2019 13:32:48.675] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 32% [04Oct2019 13:32:49.172] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 35% [04Oct2019 13:32:49.689] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 40% [04Oct2019 13:32:50.253] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 43% [04Oct2019 13:32:50.667] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 48% [04Oct2019 13:32:51.175] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 53% [04Oct2019 13:32:51.682] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 56% [04Oct2019 13:32:52.428] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 60% [04Oct2019 13:32:52.692] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 66% [04Oct2019 13:32:53.335] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 67% [04Oct2019 13:32:53.683] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 73% [04Oct2019 13:32:54.170] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 77% [04Oct2019 13:32:54.700] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 83% [04Oct2019 13:32:55.170] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 87% [04Oct2019 13:32:56.267] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 88% [04Oct2019 13:32:56.268] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 88% [04Oct2019 13:32:56.307] [Client thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 17141 ms [04Oct2019 13:32:56.676] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [04Oct2019 13:32:56.676] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [04Oct2019 13:32:56.802] [Netty Local Client IO #1/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server. [04Oct2019 13:32:56.810] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: Dev[local:E:d90c28a3] logged in with entity id 357 at (23.5, 74.0, -155.5) [04Oct2019 13:32:56.819] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game [04Oct2019 13:32:57.068] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game... [04Oct2019 13:32:57.070] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'Test World'/minecraft:overworld [04Oct2019 13:32:59.952] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3313ms or 66 ticks behind [04Oct2019 13:33:00.119] [Client thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 0 advancements [04Oct2019 13:34:11.601] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev has made the advancement [Ice Bucket Challenge] [04Oct2019 13:34:11.620] [Client thread/INFO] [net.minecraft.client.gui.NewChatGui/]: [CHAT] Dev has made the advancement [Ice Bucket Challenge] [04Oct2019 13:34:11.620] [Client thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 12 advancements [04Oct2019 13:34:35.855] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev has made the advancement [We Need to Go Deeper] [04Oct2019 13:34:35.863] [Client thread/INFO] [net.minecraft.client.gui.NewChatGui/]: [CHAT] Dev has made the advancement [We Need to Go Deeper] [04Oct2019 13:34:35.913] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6873ms or 137 ticks behind [04Oct2019 13:34:35.984] [Client thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 20 advancements [04Oct2019 13:35:29.591] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game... [04Oct2019 13:35:29.597] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'Test World'/minecraft:the_nether [04Oct2019 13:35:31.374] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'Test World'/minecraft:overworld [04Oct2019 13:35:33.171] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3530ms or 70 ticks behind [04Oct2019 13:35:33.177] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Dev lost connection: Disconnected [04Oct2019 13:35:33.178] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game [04Oct2019 13:35:33.185] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Stopping singleplayer server as player logged out [04Oct2019 13:35:33.235] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server [04Oct2019 13:35:33.235] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players [04Oct2019 13:35:33.235] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds [04Oct2019 13:35:33.235] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'Test World'/minecraft:the_nether [04Oct2019 13:35:33.501] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [04Oct2019 13:35:33.502] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'Test World'/minecraft:overworld [04Oct2019 13:35:33.930] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (Test World): All chunks are saved [04Oct2019 13:35:33.941] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [04Oct2019 13:35:33.943] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (Test World): All chunks are saved [04Oct2019 13:35:35.246] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
  24. Well it was not just that actually, I forgot to add the "elements:" of the observer model .json file into the steam vent model .json file, thanks for the help, I'm very much appreciating it
×
×
  • Create New...

Important Information

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