• 0

    posted a message on [1.11.2] [Forge] Minecraft Forge Modding Tutorials - UP TO DATE - IN DEPTH - BEGINNER FRIENDLY

    Hello!


    First, I'd like to say thank you for this modding tutorial. I have some of the basics of Java down, and I want to get into Minecraft modding both to make mods and to solidify my capabilities with Java. :)


    However, I'm having a bit of an issue with the Items portion of the tutorial.


    #1.
    Near the end of the Items tutorial, we are instructed to create "tut_item.json" inside of "assets.tut.models.item".

    Then we need to create a texture inside of "assets.tut.textures.items".

    I'm uncertain if the folder inside of "textures" should be "items" or "item" - and similar for "models.[item or items]".

    (in short: models.item/items and textures.item/items - which one? Is it item for models but items for textures?)


    #2.

    For the texture, I researched how to extract textures from Minecraft. I copied the diamond texture, painted a star onto it via gimp, and saved it as tut_item.png.

    From researching it seems this is the correct filetype to include in Eclipse, but the issue is demonstrated below with purple-black cubes.


    ==

    To help elucidate my issue(s), I have attached two images:

    -An image of the ingame result: a purple-black cube with the ingame name result (tut:tut_item#inventory)

    -An image of my Eclipse setup for the mod, complete with the hierarchy of files. It includes an error in the log, as well.


    I've also looked at some open-source projects and double-checked the steps for the items tutorial (to mimic the structure and ensure that everything's correct), but the issue persists.


    I also have my console log here.


    2017-05-04 04:09:50,888 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2017-05-04 04:09:50,890 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    [04:09:50] [main/INFO] [GradleStart]: Extra: []
    [04:09:50] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/DJBau/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
    [04:09:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [04:09:51] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [04:09:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
    [04:09:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
    [04:09:51] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2228 for Minecraft 1.11.2 loading
    [04:09:51] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 10:amd64:10.0, installed at D:\Utilities\Java\jre1.8.0_131
    [04:09:51] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
    [04:09:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
    [04:09:51] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
    [04:09:51] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
    [04:09:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [04:09:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
    [04:09:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
    [04:09:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [04:09:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [04:09:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
    [04:09:51] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
    [04:09:52] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
    [04:09:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
    [04:09:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
    [04:09:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
    [04:09:52] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
    [04:09:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
    [04:09:52] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
    2017-05-04 04:09:53,217 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2017-05-04 04:09:53,251 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2017-05-04 04:09:53,252 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    [04:09:53] [Client thread/INFO]: Setting user: Player846
    [04:09:57] [Client thread/WARN]: Skipping bad option: lastServer:
    [04:09:57] [Client thread/INFO]: LWJGL Version: 2.9.4
    [04:09:58] [Client thread/INFO]: [STDOUT]: ---- Minecraft Crash Report ----
    // Uh... Did I do that?

    Time: 5/4/17 4:09 AM
    Description: Loading screen debug info

    This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

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

    -- System Details --
    Details:
    Minecraft Version: 1.11.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_131, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 822621672 bytes (784 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML:
    Loaded coremods (and transformers):
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 381.78' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
    [04:09:58] [Client thread/INFO] [FML]: MinecraftForge v13.20.0.2228 Initialized
    [04:09:58] [Client thread/INFO] [FML]: Replaced 232 ore recipes
    [04:09:59] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
    [04:09:59] [Client thread/INFO] [FML]: Searching D:\Modding\Minecraft Forge\forge-1.11.2-13.20.0.2228-mdk\run\mods for mods
    [04:10:00] [Client thread/INFO] [FML]: Forge Mod Loader has identified 6 mods to load
    [04:10:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, tut, examplemod] at CLIENT
    [04:10:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, tut, examplemod] at SERVER
    [04:10:01] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Tutorial Mod, FMLFileResourcePack:Example Mod
    [04:10:01] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
    [04:10:01] [Client thread/INFO] [FML]: Found 444 ObjectHolder annotations
    [04:10:01] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
    [04:10:01] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
    [04:10:01] [Client thread/INFO] [FML]: Applying holder lookups
    [04:10:01] [Client thread/INFO] [FML]: Holder lookups applied
    [04:10:01] [Client thread/INFO] [FML]: Applying holder lookups
    [04:10:01] [Client thread/INFO] [FML]: Holder lookups applied
    [04:10:01] [Client thread/INFO] [FML]: Applying holder lookups
    [04:10:01] [Client thread/INFO] [FML]: Holder lookups applied
    [04:10:01] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
    [04:10:01] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
    [04:10:01] [Client thread/INFO] [FML]: Applying holder lookups
    [04:10:01] [Client thread/INFO] [FML]: Holder lookups applied
    [04:10:01] [Client thread/INFO] [FML]: Injecting itemstacks
    [04:10:01] [Client thread/INFO] [FML]: Itemstack injection complete
    [04:10:01] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: UP_TO_DATE Target: null
    [04:10:03] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [04:10:03] [Thread-8/INFO]: Initializing LWJGL OpenAL
    [04:10:03] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [04:10:03] [Thread-8/INFO]: OpenAL initialized.
    [04:10:04] [Sound Library Loader/INFO]: Sound engine started
    [04:10:07] [Client thread/INFO] [FML]: Max texture size: 16384
    [04:10:07] [Client thread/INFO]: Created: 16x16 textures-atlas
    [04:10:07] [Client thread/ERROR] [FML]: Exception loading model for variant tut:tut_item#inventory for item "tut:tut_item", normal location exception:
    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tut:item/tut_item with loader VanillaLoader.INSTANCE, skipping
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:336) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:156) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
    Caused by: java.io.FileNotFoundException: tut:models/item/tut_item.json
    at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:126) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:937) ~[ModelLoader$VanillaLoader.class:?]
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
    ... 20 more
    [04:10:07] [Client thread/ERROR] [FML]: Exception loading model for variant tut:tut_item#inventory for item "tut:tut_item", blockstate location exception:
    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tut:tut_item#inventory with loader VariantLoader.INSTANCE, skipping
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:344) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:156) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.init(Minecraft.java:541) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [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_131]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
    Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]
    at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1253) ~[ModelLoader$VariantLoader.class:?]
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
    ... 20 more
    [04:10:07] [Client thread/INFO]: [STDOUT]: DIRT BLOCK >> tile.dirt
    [04:10:07] [Client thread/INFO] [FML]: Injecting itemstacks
    [04:10:07] [Client thread/INFO] [FML]: Itemstack injection complete
    [04:10:07] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 6 mods
    [04:10:07] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Tutorial Mod, FMLFileResourcePack:Example Mod
    [04:10:09] [Client thread/INFO]: SoundSystem shutting down...
    [04:10:10] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
    [04:10:10] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [04:10:10] [Thread-10/INFO]: Initializing LWJGL OpenAL
    [04:10:10] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [04:10:10] [Thread-10/INFO]: OpenAL initialized.
    [04:10:10] [Sound Library Loader/INFO]: Sound engine started
    [04:10:12] [Client thread/INFO] [FML]: Max texture size: 16384
    [04:10:12] [Client thread/INFO]: Created: 512x512 textures-atlas
    [04:10:13] [Client thread/WARN]: Skipping bad option: lastServer:
    [04:10:14] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
    [04:10:17] [Server thread/INFO]: Starting integrated minecraft server version 1.11.2
    [04:10:17] [Server thread/INFO]: Generating keypair
    [04:10:17] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
    [04:10:17] [Server thread/INFO] [FML]: Applying holder lookups
    [04:10:17] [Server thread/INFO] [FML]: Holder lookups applied
    [04:10:18] [Server thread/INFO] [FML]: Loading dimension 0 (Creative Test World) (net.minecraft.server.integrated.IntegratedServer@3f1240f8)
    [04:10:18] [Server thread/INFO] [FML]: Loading dimension 1 (Creative Test World) (net.minecraft.server.integrated.IntegratedServer@3f1240f8)
    [04:10:18] [Server thread/INFO] [FML]: Loading dimension -1 (Creative Test World) (net.minecraft.server.integrated.IntegratedServer@3f1240f8)
    [04:10:18] [Server thread/INFO]: Preparing start region for level 0
    [04:10:19] [Server thread/INFO]: Preparing spawn area: 38%
    [04:10:19] [Server thread/INFO]: Changing view distance to 12, from 10
    [04:10:20] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
    [04:10:20] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
    [04:10:20] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 6 mods : [email protected],[email protected]_a,[email protected],[email protected],[email protected],[email protected]
    [04:10:20] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
    [04:10:20] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
    [04:10:20] [Server thread/INFO]: Player846[local:E:fac11e5f] logged in with entity id 351 at (-259.27688200294085, 72.0, 249.72229101473147)
    [04:10:20] [Server thread/INFO]: Player846 joined the game
    [04:10:21] [Server thread/INFO]: Saving and pausing game...
    [04:10:21] [Server thread/INFO]: Saving chunks for level 'Creative Test World'/Overworld
    [04:10:22] [Server thread/INFO]: Saving chunks for level 'Creative Test World'/Nether
    [04:10:22] [Server thread/INFO]: Saving chunks for level 'Creative Test World'/The End
    [04:10:22] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@6e469096[id=8a5928f7-beb7-37f5-80fc-dd4e68365b90,name=Player846,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) ~[YggdrasilAuthenticationService.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?]
    at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?]
    at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3056) [Minecraft.class:?]
    at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [SkinManager$3.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_131]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_131]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
    [04:10:23] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2139ms behind, skipping 42 tick(s)
    [04:10:26] [Server thread/INFO]: Saving and pausing game...
    [04:10:26] [Server thread/INFO]: Saving chunks for level 'Creative Test World'/Overworld
    [04:10:26] [Server thread/INFO]: Saving chunks for level 'Creative Test World'/Nether
    [04:10:26] [Server thread/INFO]: Saving chunks for level 'Creative Test World'/The End
    [04:10:27] [Server thread/INFO]: Stopping server
    [04:10:27] [Server thread/INFO]: Saving players
    [04:10:27] [Server thread/INFO]: Player846 lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
    [04:10:27] [Server thread/INFO]: Player846 left the game
    [04:10:27] [Server thread/INFO]: Stopping singleplayer server as player logged out
    [04:10:27] [Server thread/INFO]: Saving worlds
    [04:10:27] [Server thread/INFO]: Saving chunks for level 'Creative Test World'/Overworld
    [04:10:27] [Server thread/INFO]: Saving chunks for level 'Creative Test World'/Nether
    [04:10:27] [Server thread/INFO]: Saving chunks for level 'Creative Test World'/The End
    [04:10:27] [Server thread/INFO] [FML]: Unloading dimension 0
    [04:10:27] [Server thread/INFO] [FML]: Unloading dimension -1
    [04:10:27] [Server thread/INFO] [FML]: Unloading dimension 1
    [04:10:27] [Server thread/INFO] [FML]: Applying holder lookups
    [04:10:27] [Server thread/INFO] [FML]: Holder lookups applied
    [04:10:29] [Client thread/INFO]: Stopping!
    [04:10:29] [Client thread/INFO]: SoundSystem shutting down...
    [04:10:29] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
    Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release


    Sorry to bother. Want to figure this out! :)



    ===



    EDIT:

    Used some other tutorials and figured out some of the issues. :)
    Name issue due to needing an "en_US.lang" file - also in a future tutorial in this very thread!
    Texture wasn't showing due to, I think, name issues (item*itemname*) as well as having one package not in the correct hierarchy.


    Also figured out the log a bit more, which helped a bunch.


    Thanks!

    Posted in: Mapping and Modding Tutorials
  • To post a comment, please .