Jump to content

parkat

Members
  • Posts

    10
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Personal Text
    choccy milk

parkat's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. https://pastebin.com/b9He1hkK if you need more info let me know I can provide
  2. https://imgur.com/a/CYG6Cqv this happens when loading examplemod let me know if any additional resources are needed latest.log:
  3. Ik this thread is kinda old but what is mod annotation? (sorry for the stupid question)
  4. I am running forge-1.16.1-32.0.108-mdk and all my code SEEMs to be legit but when I run, the loading screen pops up and gets through the Mojang intro but immediately closes Java 8 minecraft 1.16.1 ---- Minecraft Crash Report ---- // I feel sad now :( Time: 10/19/21 10:50 AM Description: Rendering overlay net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: .DS_Store:sounds.json at net.minecraft.util.ResourceLocation.<init>(SourceFile:38) ~[?:?] {re:classloading} at net.minecraft.util.ResourceLocation.<init>(SourceFile:50) ~[?:?] {re:classloading} at net.minecraft.client.audio.SoundHandler.prepare(SoundHandler.java:56) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.audio.SoundHandler.prepare(SoundHandler.java:34) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) ~[?:?] {re:classloading} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_111] {} at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) ~[?:1.8.0_111] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_111] {} at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_111] {} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_111] {} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_111] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.GameRenderer.updateCameraAndRender(GameRenderer.java:473) -- Overlay render details -- Details: Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui Stacktrace: at net.minecraft.client.renderer.GameRenderer.updateCameraAndRender(GameRenderer.java:473) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:951) at net.minecraft.client.Minecraft.run(Minecraft.java:582) at net.minecraft.client.main.Main.main(Main.java:184) 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:105) -- System Details -- Details: Minecraft Version: 1.16.1 Minecraft Version ID: 1.16.1 Operating System: Mac OS X (x86_64) version 10.16 Java Version: 1.8.0_111, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 469098616 bytes (447 MB) / 948961280 bytes (905 MB) up to 1908932608 bytes (1820 MB) CPUs: 4 JVM Flags: 1 total; -Xss1M ModLauncher: 6.1.3+75+master.851120a ModLauncher launch target: fmluserdevclient ModLauncher naming: mcp ModLauncher services: /mixin-0.8.jar mixin PLUGINSERVICE /eventbus-3.0.3-service.jar eventbus PLUGINSERVICE /forge-1.16.1-32.0.108_mapped_snapshot_20200514-1.16-launcher.jar object_holder_definalize PLUGINSERVICE /forge-1.16.1-32.0.108_mapped_snapshot_20200514-1.16-launcher.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.16.1-32.0.108_mapped_snapshot_20200514-1.16-launcher.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.1-32.0.108_mapped_snapshot_20200514-1.16-launcher.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.jar mixin TRANSFORMATIONSERVICE /forge-1.16.1-32.0.108_mapped_snapshot_20200514-1.16-launcher.jar fml TRANSFORMATIONSERVICE FML: 32.0 Forge: net.minecraftforge:32.0.108 FML Language Providers: [email protected] minecraft@1 Mod List: client-extra.jar Minecraft {[email protected] NONE} forge-1.16.1-32.0.108_mapped_snapshot_20200514-1.16.jar Forge {[email protected] NONE} resources Example Mod {examplemod@NONE NONE} Launched Version: MOD_DEV Backend library: LWJGL version 3.2.1 build 12 Backend API: Intel(R) Iris(TM) Plus Graphics OpenGL Engine (1x6x8 (fused) LP GL version 2.1 INTEL-16.5.2, Intel Inc. GL Caps: Using framebuffer using ARB_framebuffer_object extension Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) CPU: 4x Intel(R) Core(TM) i3-1000NG4 CPU @ 1.10GHz
  5. I am new to modding and I'm sure this is a simple fix but I cannot for the life of me figure out why this error is thrown. I am running forge-1.17.1-37.0.90 and all other aspects seem to be working fine I am following this tutorial https://thebookofmodding.ml/adding-custom-items/ here is my code (sorry its messy rn) [registryhandler class] https://imgur.com/a/EGC2jyj package com.example.examplemod; import net.minecraft.item.ItemGroup; import net.minecraft.world.item.Item; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; import net.minecraftforge.fmllegacy.RegistryObject; import net.minecraftforge.registries.DeferredRegister; import net.minecraftforge.registries.ForgeRegistries; /* public class RegistryHandler { // create DeferredRegister object public static final DeferredRegister<Item> ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, ExampleMod.MODID); public static void init() { // attach DeferredRegister to the event bus ITEMS.register(FMLJavaModLoadingContext.get().getModEventBus()); } // register item public static final RegistryObject<Item> COPPER = ITEMS.register("copper", () -> // new Item(new Item.Properties().group(ItemGroup.MATERIALS)) // ); new Item( new Item.Properties().group(ItemGroup.MATERIALS) ) ); */ public class RegistryHandler { public static final DeferredRegister<Item> ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, ExampleMod.MODID); public static void init() { // attach DeferredRegister to the event bus ITEMS.register(FMLJavaModLoadingContext.get().getModEventBus()); } public static final RegistryObject<Item> TITAN = ITEMS.register("titan", ()-> new Item(new Item.Properties().group(ItemGroup.REDSTONE))); }
×
×
  • Create New...

Important Information

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