Posted November 10, 20231 yr Hey folks. I'm taking my first steps toward Minecraft modding through this nifty tutorial series by Kaupenjoe, but on 1.19.2 Forge instead of 1.19. I've been following his instructions and everything's been working up until now - I can't seem to get this modded item to show up properly in-game. I've tried to follow the solutions presented in this post to no avail. Below I've attached the log, and images of the directories. latest.log Spoiler [10Nov2023 18:32:47.503] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, MOD_DEV, --assetIndex, 1.19, --assetsDir, C:\Users\norsk\.gradle\caches\forge_gradle\assets, --gameDir, ., --fml.forgeVersion, 43.3.5, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [10Nov2023 18:32:47.508] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.9 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0 [10Nov2023 18:32:47.717] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/norsk/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.5/9d1c0c3a304ae6697ecd477218fa61b850bf57fc/mixin-0.8.5.jar%23126!/ Service=ModLauncher Env=CLIENT [10Nov2023 18:32:48.221] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\norsk\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.19.2-43.3.5\55755cd045eae96aa3db8022691862f4a61d5212\javafmllanguage-1.19.2-43.3.5.jar is missing mods.toml file [10Nov2023 18:32:48.228] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\norsk\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.19.2-43.3.5\b4af46fd18e45dd794c753c4f4c931bd2ca9b32d\lowcodelanguage-1.19.2-43.3.5.jar is missing mods.toml file [10Nov2023 18:32:48.234] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\norsk\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.19.2-43.3.5\e86ce0c5b6a44bd5d0025928b5c220f5abe20a37\mclanguage-1.19.2-43.3.5.jar is missing mods.toml file [10Nov2023 18:32:48.241] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\norsk\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.19.2-43.3.5\9ff627ecdc4d91b2e935e8f3358c97ba91ab7851\fmlcore-1.19.2-43.3.5.jar is missing mods.toml file [10Nov2023 18:32:48.340] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: No dependencies to load found. Skipping! [10Nov2023 18:32:49.814] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\norsk\.gradle\caches\forge_gradle\assets, --assetIndex, 1.19] [10Nov2023 18:32:53.953] [pool-3-thread-1/INFO] [net.minecraft.util.datafix.DataFixers/]: Building unoptimized datafixer [10Nov2023 18:32:56.324] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResources/]: Assets URL 'union:/C:/Users/norsk/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.19.2-43.3.5_mapped_official_1.19.2/forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/assets/.mcassetsroot' uses unexpected schema [10Nov2023 18:32:56.325] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResources/]: Assets URL 'union:/C:/Users/norsk/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.19.2-43.3.5_mapped_official_1.19.2/forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/data/.mcassetsroot' uses unexpected schema [10Nov2023 18:32:56.346] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [10Nov2023 18:32:56.353] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev [10Nov2023 18:32:56.493] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.1 build 7 [10Nov2023 18:32:57.161] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 43.3.5, for MC 1.19.2 with MCP 20220805.130853 [10Nov2023 18:32:57.161] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v43.3.5 Initialized [10Nov2023 18:32:57.753] [Render thread/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load pack metadata com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 3 column 27 path $.pack.description at net.minecraft.util.GsonHelper.fromJson(GsonHelper.java:427) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraft.util.GsonHelper.parse(GsonHelper.java:477) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraft.util.GsonHelper.parse(GsonHelper.java:485) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraft.server.packs.AbstractPackResources.getMetadataFromStream(AbstractPackResources.java:91) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraft.server.packs.AbstractPackResources.getMetadataSection(AbstractPackResources.java:64) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraft.server.packs.repository.Pack.create(Pack.java:40) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraftforge.client.loading.ClientModLoader.clientPackFinder(ClientModLoader.java:195) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23187%23194!/:?] at net.minecraftforge.client.loading.ClientModLoader.lambda$buildPackFinder$11(ClientModLoader.java:186) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23187%23194!/:?] at net.minecraft.server.packs.repository.PackRepository.discoverAvailable(PackRepository.java:47) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraft.server.packs.repository.PackRepository.reload(PackRepository.java:39) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraft.client.Minecraft.<init>(Minecraft.java:469) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraft.client.main.Main.run(Main.java:176) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.ForgeClientUserdevLaunchHandler.lambda$launchService$0(ForgeClientUserdevLaunchHandler.java:25) ~[fmlloader-1.19.2-43.3.5.jar%23101!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.9.jar%23114!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.9.jar%23114!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.9.jar%23114!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [modlauncher-10.0.9.jar%23114!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [modlauncher-10.0.9.jar%23114!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.9.jar%23114!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.9.jar%23114!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 3 column 27 path $.pack.description at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1562) ~[gson-2.8.9.jar%23154!/:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:490) ~[gson-2.8.9.jar%23154!/:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:413) ~[gson-2.8.9.jar%23154!/:?] at com.google.gson.internal.bind.TypeAdapters$27.read(TypeAdapters.java:683) ~[gson-2.8.9.jar%23154!/:?] at com.google.gson.internal.bind.TypeAdapters$27.read(TypeAdapters.java:684) ~[gson-2.8.9.jar%23154!/:?] at com.google.gson.internal.bind.TypeAdapters$27.read(TypeAdapters.java:655) ~[gson-2.8.9.jar%23154!/:?] at com.google.gson.internal.bind.TypeAdapters$33$1.read(TypeAdapters.java:866) ~[gson-2.8.9.jar%23154!/:?] at net.minecraft.util.GsonHelper.fromJson(GsonHelper.java:425) ~[forge-1.19.2-43.3.5_mapped_official_1.19.2-recomp.jar%23188!/:?] ... 25 more [10Nov2023 18:32:57.758] [Render thread/WARN] [net.minecraft.server.packs.repository.Pack/]: Couldn't find pack meta for pack mod:tutorialmod [10Nov2023 18:32:58.409] [Render thread/INFO] [net.minecraftforge.gametest.ForgeGameTestHooks/]: Enabled Gametest Namespaces: [examplemod] [10Nov2023 18:32:58.607] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources [10Nov2023 18:32:59.186] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [10Nov2023 18:32:59.894] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: AHEAD Current: 43.3.5 Target: null [10Nov2023 18:33:06.264] [Worker-Main-10/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'tutorialmod:zircon#inventory' referenced from: tutorialmod:zircon#inventory: java.io.FileNotFoundException: tutorialmod:models/item/zircon.json [10Nov2023 18:33:06.264] [Worker-Main-10/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'tutorialmod:raw_zircon#inventory' referenced from: tutorialmod:raw_zircon#inventory: java.io.FileNotFoundException: tutorialmod:models/item/raw_zircon.json [10Nov2023 18:33:08.945] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play [10Nov2023 18:33:08.946] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [10Nov2023 18:33:08.997] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device OpenAL Soft on Speakers (Razer USB Sound Card) [10Nov2023 18:33:08.998] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started [10Nov2023 18:33:09.187] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas [10Nov2023 18:33:09.196] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas [10Nov2023 18:33:09.197] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas [10Nov2023 18:33:09.197] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas [10Nov2023 18:33:09.198] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas [10Nov2023 18:33:09.199] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas [10Nov2023 18:33:09.200] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas [10Nov2023 18:33:10.298] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [10Nov2023 18:33:10.576] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas [10Nov2023 18:33:10.578] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas [10Nov2023 18:33:10.578] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas Edited November 11, 20231 yr by Mal solved
November 10, 20231 yr 2 hours ago, Mal said: [10Nov2023 18:32:57.753] [Render thread/ERROR] [net.minecraft.server.packs.AbstractPackResources/]: Couldn't load pack metadata com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 3 column 27 path $.pack.description Post the content of your pack.mcmeta file Edited November 10, 20231 yr by Luis_ST
November 10, 20231 yr Author 58 minutes ago, Luis_ST said: Post the content of your pack.mcmeta file Hey there, thank you for the speedy reply! Here's the contents of the pack.mcmeta
November 11, 20231 yr Author 14 hours ago, Mal said: Hey there, thank you for the speedy reply! Here's the contents of the pack.mcmeta I can't believe I missed this. Removing the quotation marks around "tutorialmod" fixed it. For anyone who may have this issue in the future, check your files carefully. Solved.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.