Jump to content

matthyplayz

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by matthyplayz

  1. Could you please send a crash report file/log file? Edit: If you're using the Minecraft Launcher, open your file explorer, and on Windows type in "%appdata%/.minecraft/crash-reports/" (if that doesn't work/it says that the folder doesn't exist, type "%appdata%/.minecraft/logs/")
  2. I have a mod called Farms X1 and when i place 2 seeds next to eachother, they both break. GitHub: https://github.com/MatthyPlayz/farmsx1 Video of what is going on: 2019-07-08 10-48-41.mp4
  3. I feel so stupid rn. Just checked my pack.mcmeta in JSONLint and i missed a quote. Life saver man.
  4. I think this might have been the same problem as last time, but the errror looks different.
  5. So basically i don't know when this started but this started popping up a day or two ago: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from null (chemistree) Caused by: java.lang.RuntimeException at net.minecraftforge.fml.common.LoadController.buildModObjectList(LoadController.java:288) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:604) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:266) at net.minecraft.client.Minecraft.init(Minecraft.java:508) at net.minecraft.client.Minecraft.run(Minecraft.java:416) at net.minecraft.client.main.Main.main(Main.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:25) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_201, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 477092304 bytes (454 MB) / 626524160 bytes (597 MB) up to 2578448384 bytes (2459 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.40 Powered by Forge 14.21.1.2443 5 mods loaded, 5 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored U minecraft{1.12} [Minecraft] (minecraft.jar) U mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) U FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.12-14.21.1.2443.jar) U forge{14.21.1.2443} [Minecraft Forge] (forgeSrc-1.12-14.21.1.2443.jar) U chemistree{1.0} [ChemisTREE] (bin) Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics 4000' [13:13:38] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\matth\OneDrive\Desktop\ChemisTREE\run\.\crash-reports\crash-2019-04-28_13.13.38-client.txt My mod chemistree was crashing My log is here: https://gist.github.com/MatthyPlayz/65e43366f9cec657b5d80dde7ec7c36b and my code is here: https://github.com/MatthyPlayz/chemistree Please help, and I am new, so don't be hard on me lol.
  6. So basically I don't know what happened or when it started but my mod keeps popping up this error message: But the mod is in my run/mods/ folder. My github is here: https://github.com/MatthyPlayz/chemistree and the error is here: https://github.com/MatthyPlayz/chemistree/blob/master/run/logs/fml-client-3.log Please help. I am new to this so be easy on me.
  7. 1. Good idea 2. It isnt in my folder for some reason 3. I do. 4. Okay 5. What would the event be? 6. okay thanks
  8. I'm getting this error when starting minecraft with my mod on: java.lang.NullPointerException: Can't use a null-name for the registry, object null. Full log: https://github.com/MatthyPlayz/usefulemeralds/ is my repo
  9. https://github.com/MatthyPlayz/inbc/blob/master/src/main/resources/assets/recipes/taco.json (the recipe.json) or the repository: https://github.com/MatthyPlayz/inbc
  10. But how do i use the JSON file in GameRegistry.addShapedRecipe
  11. Oh boy, i thought it went in! I'll update it.
  12. I'm trying to add a recipe to a Item, but I don't know how to link the Taco.json (taco is the item) to the Taco item. GitHub: https://github.com/MatthyPlayz/inbc
  13. I did, now i'm getting this. I think the problem is that it is adding another ".png" to the end. [15:23:54] [main/INFO] [GradleStart]: Extra: [] [15:23:54] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Christian/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [15:23:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [15:23:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [15:23:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [15:23:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [15:23:55] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2814 for Minecraft 1.12.2 loading [15:23:55] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_201 [15:23:55] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory. [15:23:55] [main/ERROR] [FML]: Full: C:\Users\Christian\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar [15:23:55] [main/ERROR] [FML]: Trimmed: c:/users/christian/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/ [15:23:55] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [15:23:55] [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs. 2019-03-19 15:23:57,821 main WARN Disabling terminal, you're running in an unsupported environment. [15:23:57] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin [15:23:57] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin [15:23:57] [main/INFO] [FML]: Searching C:\Users\Christian\Desktop\Inbcraft\run\.\mods for mods [15:23:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [15:23:57] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [15:23:57] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [15:23:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [15:23:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [15:23:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [15:23:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [15:23:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [15:23:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [15:24:01] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [15:24:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [15:24:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [15:24:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [15:24:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [15:24:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [15:24:01] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [15:24:04] [Client thread/INFO] [minecraft/Minecraft]: Setting user: Player896 [15:24:13] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [15:24:13] [Client thread/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4 [15:24:15] [Client thread/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_201, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 306223864 bytes (292 MB) / 396886016 bytes (378 MB) up to 1623719936 bytes (1548 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics 4000' [15:24:15] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2814 Initialized [15:24:15] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [15:24:15] [Client thread/INFO] [FML]: Replaced 1036 ore ingredients [15:24:16] [Client thread/INFO] [FML]: Searching C:\Users\Christian\Desktop\Inbcraft\run\.\mods for mods [15:24:18] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 442362300 nanos [15:24:20] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [15:24:20] [Client thread/INFO] [FML]: FML has found a non-mod file inbcraft-1.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [15:24:21] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, inbc] at CLIENT [15:24:21] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, inbc] at SERVER [15:24:22] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Inbcraft [15:24:22] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [15:24:22] [Client thread/INFO] [FML]: Found 1168 ObjectHolder annotations [15:24:22] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [15:24:22] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [15:24:23] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [15:24:23] [Client thread/INFO] [STDOUT]: [com.matthyfamily.Inbcraft:preInit:21]: inbc:preInit [15:24:23] [Client thread/INFO] [FML]: Applying holder lookups [15:24:23] [Client thread/INFO] [FML]: Holder lookups applied [15:24:23] [Client thread/INFO] [FML]: Applying holder lookups [15:24:23] [Client thread/INFO] [FML]: Holder lookups applied [15:24:23] [Client thread/INFO] [FML]: Applying holder lookups [15:24:23] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [15:24:23] [Client thread/INFO] [FML]: Holder lookups applied [15:24:23] [Client thread/INFO] [STDOUT]: [com.matthyfamily.init.ModItems:registerModels:37]: inbc:taco#inventory inbc:taco [15:24:23] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null [15:24:23] [Client thread/INFO] [FML]: Applying holder lookups [15:24:23] [Client thread/INFO] [FML]: Holder lookups applied [15:24:23] [Client thread/INFO] [FML]: Injecting itemstacks [15:24:23] [Client thread/INFO] [FML]: Itemstack injection complete [15:24:39] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem... [15:24:40] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL [15:24:40] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [15:24:40] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized. [15:24:40] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started [15:24:54] [Client thread/INFO] [FML]: Max texture size: 8192 [15:24:55] [Client thread/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas [15:24:59] [Client thread/INFO] [FML]: Applying holder lookups [15:24:59] [Client thread/INFO] [FML]: Holder lookups applied [15:24:59] [Client thread/INFO] [STDOUT]: [com.matthyfamily.Inbcraft:init:27]: inbc:init [15:24:59] [Client thread/INFO] [FML]: Injecting itemstacks [15:24:59] [Client thread/INFO] [FML]: Itemstack injection complete [15:24:59] [Client thread/INFO] [STDOUT]: [com.matthyfamily.Inbcraft:postInit:32]: inbc:postInit [15:25:00] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [15:25:00] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [15:25:00] [Client thread/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: The following texture errors were found. [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: ================================================== [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: DOMAIN inbc [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: -------------------------------------------------- [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: domain inbc is missing 1 texture [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: domain inbc has 1 location: [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:Inbcraft [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: ------------------------- [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: The missing resources for domain inbc are: [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: textures/item/taco.png.png [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: ------------------------- [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: No other errors exist for domain inbc [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: ================================================== [15:25:00] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [15:25:02] [Realms Notification Availability checker #1/INFO] [mojang/RealmsClient]: Could not authorize you against Realms server: Invalid session id
  14. https://github.com/MatthyPlayz/inbcraft I think that's all the essential files.
  15. So i'm trying to get a texture to work on a Item, but this is what's happening. Here's my code in ModItems.java: package com.matthyfamily.init; import com.matthyfamily.Reference; import com.matthyfamily.items.ItemBasic; import net.minecraft.client.renderer.block.model.ModelResourceLocation; import net.minecraft.item.Item; import net.minecraftforge.client.event.ModelRegistryEvent; import net.minecraftforge.client.model.ModelLoader; import net.minecraftforge.event.RegistryEvent; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.eventhandler.SubscribeEvent; @Mod.EventBusSubscriber(modid=Reference.MODID) public class ModItems { static Item Taco; public static void init() { Taco = new ItemBasic("Taco"); } @SubscribeEvent public static void registerItems(RegistryEvent.Register<Item> event) { event.getRegistry().registerAll(Taco); } @SubscribeEvent public static void registerRenders(ModelRegistryEvent event) { registerRender(Taco, "inbc:taco"); } private static void registerRender(Item item, String name) { ModelLoader.setCustomModelResourceLocation(item, 0, new ModelResourceLocation( name, "inventory")); } } I'm new to this, so if you need any more information, i'll reply with some.
×
×
  • Create New...

Important Information

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