Jump to content

theOriginalByte

Forge Modder
  • Posts

    181
  • Joined

  • Last visited

Everything posted by theOriginalByte

  1. Change your group and archivesBaseName to what they should be... see here: https://github.com/KaminoCoding/CommuMod/blob/master/build.gradle#L43&#L44 Your problem may not be the gradle file though from the errors I see in the log. What does your file path look like? Screenshot it and post it
  2. So far the best bet is to clean out your gradle project and rebuild it.. I just took my source and other files I needed out of the project folder, threw it all in the trash, and started with a fresh MDK folder.
  3. I do have code... I don't know what you mean.. ELI5 please?
  4. Hey guys, I started having this issue when I update to the latest recommended version of forge mdk for 1.8 (yes I know I need to update to 1.8.9). I could've sworn I have everything done right unless something changed recently. Here is the log: The JSON files are here: https://github.com/KaminoCoding/CommuMod/tree/master/src/main/resources/assets/commumod/blockstates And here: https://github.com/KaminoCoding/CommuMod/tree/master/src/main/resources/assets/commumod/models I have no idea whats wrong because as far as i could tell it mimicked the vanilla source version of doing it.
  5. Yes. I can tell you exactly what your doing wrong. And help you with other stuff.. I also have a discord of that works better for you. https://discord.gg/0mXIc4srJpDZ3fyn
  6. If your looking for help I'd be glad to assist but come over to my slack channel https://kaminocoding.slack.com
  7. Ahh. Okay. Deep down I thought this was wrong but it was followed from a tutorial way back when 1.8 FML was first pushed out. Will do. I've been waiting for it to become the stable/recommended/most used channel(idk what to call it... the default one everyone is using I guess).
  8. You can take a look at my code here.. This is how my I have my build file setup: http://chopapp.com/#twsikl32 The config file: http://chopapp.com/#28z0zdke The Main mod file: http://chopapp.com/#rdakrkug Feel free to comment on it or on my file on github here: https://github.com/KaminoCoding/FriendNamer
  9. Hey! I've been having a problem with my code that, after about 5 hours of messing with stuff, has caused me to turn to you, the all knowing community, for help. That being said here is my problem: I try and spawn in one of the 3 biped entities in my mod and I get an error like this: http://chopapp.com/#vjfmu1ia The full log is here: And the files are here: https://github.com/KaminoCoding/CommuMod/tree/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod https://github.com/KaminoCoding/CommuMod/blob/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod/entity/EntityMiner.java https://github.com/KaminoCoding/CommuMod/blob/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod/entity/ModEntities.java https://github.com/KaminoCoding/CommuMod/blob/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod/entity/render/renderMiner.java https://github.com/KaminoCoding/CommuMod/blob/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod/lib/helpers/RegisterHelper.java
  10. Anyone else know how to fix this? I did it once but it's doing it again and I'm not sure whats going wrong
  11. Ahh... I don't know why I didn't think about that.. thank you!
  12. Any fix yet? I'm experiencing this as well. I think it probably has something to do with my updating stuff to the new version of 1.8 MDK
  13. Thank you! Turns out it was the vecmath.jar being old.. and my config.xml file I use for builds was missing a number in the pattern matching... smh
  14. I'm trying to do that except I am using gist. Would that cause a problem? The game isn't listing that I have a new version available even though I made a dummy new version entry into the JSON file. My files are here: https://github.com/KaminoCoding/CommuMod/blob/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod/Commumod.java#L57 https://gist.github.com/Cyb3rWarri0r8/bc388f17e518a76e3b17 TLDR; It's not working with a raw gist link from the file hosted on Github and I have no idea what could be wrong.
  15. I'm trying to setup my workspace with 11.14.4.1563+ and I keep getting an error on the RecompMC section of the gradle task. I've cleaned out gradle multiple times, tried using just a blank workspace to setup in, and have even tried installing the latest gradle on my system but none of it has worked. Maybe I'm not doing something right? It worked fine for me in 11.14.3.*... Here is the log: Starting Build Settings evaluated using settings file '/master/settings.gradle'. Projects loaded. Root project using build file '/Users/noahk/Desktop/Modding/forge-1/build.gradle'. Included projects: [root project 'forge-1'] Evaluating root project 'forge-1' using build file '/Users/noahk/Desktop/Modding/forge-1/build.gradle'. ################################################# ForgeGradle 2.0-SNAPSHOT https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP 9.10 http://modcoderpack.com by: Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs ################################################# file or directory '/Users/noahk/Desktop/Modding/forge-1/src/api/resources', not found All projects evaluated. Selected primary task 'setupDecompWorkspace' from project : Tasks to be executed: [task ':deobfCompileDummyTask', task ':deobfProvidedDummyTask', task ':getVersionJson', task ':extractUserdev', task ':extractDependencyATs', task ':extractMcpData', task ':extractMcpMappings', task ':genSrgs', task ':downloadClient', task ':downloadServer', task ':splitServerJar', task ':mergeJars', task ':deobfMcSRG', task ':getFernFlower', task ':decompileMc', task ':fixMcSources', task ':applySourcePatches', task ':remapMcSources', task ':recompileMc', task ':extractNatives', task ':getAssetIndex', task ':getAssets', task ':makeStart', task ':setupDecompWorkspace'] :deobfCompileDummyTask (Thread[main,5,main]) started. :deobfCompileDummyTask Executing task ':deobfCompileDummyTask' (up-to-date check took 0.001 secs) due to: Task has not declared any outputs. :deobfCompileDummyTask (Thread[main,5,main]) completed. Took 0.01 secs. :deobfProvidedDummyTask (Thread[main,5,main]) started. :deobfProvidedDummyTask Executing task ':deobfProvidedDummyTask' (up-to-date check took 0.0 secs) due to: Task has not declared any outputs. :deobfProvidedDummyTask (Thread[main,5,main]) completed. Took 0.003 secs. :getVersionJson (Thread[main,5,main]) started. :getVersionJson Executing task ':getVersionJson' (up-to-date check took 0.016 secs) due to: Task.upToDateWhen is false. :getVersionJson (Thread[main,5,main]) completed. Took 0.585 secs. :extractUserdev (Thread[main,5,main]) started. :extractUserdev Skipping task ':extractUserdev' as it is up-to-date (took 0.026 secs). :extractUserdev UP-TO-DATE :extractUserdev (Thread[main,5,main]) completed. Took 0.029 secs. :extractDependencyATs (Thread[main,5,main]) started. :extractDependencyATs Skipping task ':extractDependencyATs' as task onlyIf is false. :extractDependencyATs SKIPPED :extractDependencyATs (Thread[main,5,main]) completed. Took 0.002 secs. :extractMcpData (Thread[main,5,main]) started. :extractMcpData Failed to get resource: GET. [HTTP HTTP/1.1 403 Forbidden: https://libraries.minecraft.net/de/oceanlabs/mcp/mcp/1.8/mcp-1.8.pom] Skipping task ':extractMcpData' as task onlyIf is false. :extractMcpData SKIPPED :extractMcpData (Thread[main,5,main]) completed. Took 2.454 secs. :extractMcpMappings (Thread[main,5,main]) started. :extractMcpMappings Failed to get resource: GET. [HTTP HTTP/1.1 403 Forbidden: https://libraries.minecraft.net/de/oceanlabs/mcp/mcp_snapshot/20141130-1.8/mcp_snapshot-20141130-1.8.pom] Skipping task ':extractMcpMappings' as task onlyIf is false. :extractMcpMappings SKIPPED :extractMcpMappings (Thread[main,5,main]) completed. Took 1.321 secs. :genSrgs (Thread[main,5,main]) started. :genSrgs Skipping task ':genSrgs' as task onlyIf is false. :genSrgs SKIPPED :genSrgs (Thread[main,5,main]) completed. Took 0.357 secs. :downloadClient (Thread[main,5,main]) started. :downloadClient Skipping task ':downloadClient' as task onlyIf is false. :downloadClient SKIPPED :downloadClient (Thread[main,5,main]) completed. Took 0.184 secs. :downloadServer (Thread[main,5,main]) started. :downloadServer Skipping task ':downloadServer' as task onlyIf is false. :downloadServer SKIPPED :downloadServer (Thread[main,5,main]) completed. Took 0.299 secs. :splitServerJar (Thread[main,5,main]) started. :splitServerJar Skipping task ':splitServerJar' as task onlyIf is false. :splitServerJar SKIPPED :splitServerJar (Thread[main,5,main]) completed. Took 1.456 secs. :mergeJars (Thread[main,5,main]) started. :mergeJars Skipping task ':mergeJars' as task onlyIf is false. :mergeJars SKIPPED :mergeJars (Thread[main,5,main]) completed. Took 0.548 secs. :deobfMcSRG (Thread[main,5,main]) started. :deobfMcSRG Skipping task ':deobfMcSRG' as task onlyIf is false. :deobfMcSRG SKIPPED :deobfMcSRG (Thread[main,5,main]) completed. Took 0.5 secs. :getFernFlower (Thread[main,5,main]) started. :getFernFlower Skipping task ':getFernFlower' as task onlyIf is false. :getFernFlower SKIPPED :getFernFlower (Thread[main,5,main]) completed. Took 0.008 secs. :decompileMc (Thread[main,5,main]) started. :decompileMc Skipping task ':decompileMc' as task onlyIf is false. :decompileMc SKIPPED :decompileMc (Thread[main,5,main]) completed. Took 0.509 secs. :fixMcSources (Thread[main,5,main]) started. :fixMcSources Skipping task ':fixMcSources' as task onlyIf is false. :fixMcSources SKIPPED :fixMcSources (Thread[main,5,main]) completed. Took 1.44 secs. :applySourcePatches (Thread[main,5,main]) started. :applySourcePatches Skipping task ':applySourcePatches' as task onlyIf is false. :applySourcePatches SKIPPED :applySourcePatches (Thread[main,5,main]) completed. Took 0.535 secs. :remapMcSources (Thread[main,5,main]) started. :remapMcSources Skipping task ':remapMcSources' as task onlyIf is false. :remapMcSources SKIPPED :remapMcSources (Thread[main,5,main]) completed. Took 0.544 secs. :recompileMc (Thread[main,5,main]) started. :recompileMc No output file found. Executing task ':recompileMc' (up-to-date check took 0.002 secs) due to: No history is available. Resource missing. [HTTP GET: http://files.minecraftforge.net/maven/com/mojang/authlib/1.5.17/authlib-1.5.17.pom] Resource missing. [HTTP HEAD: http://files.minecraftforge.net/maven/com/mojang/authlib/1.5.17/authlib-1.5.17.jar] Resource missing. [HTTP GET: https://repo1.maven.org/maven2/com/mojang/authlib/1.5.17/authlib-1.5.17.pom] Resource missing. [HTTP HEAD: https://repo1.maven.org/maven2/com/mojang/authlib/1.5.17/authlib-1.5.17.jar] Download https://libraries.minecraft.net/com/mojang/authlib/1.5.17/authlib-1.5.17.pom Download https://libraries.minecraft.net/com/mojang/authlib/1.5.17/authlib-1.5.17.jar [ant:javac] Compiling 2113 source files to /Users/noahk/Desktop/Modding/forge-1/build/tmp/recompileMc/compiled [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [ant:javac] /Users/noahk/Desktop/Modding/forge-1/build/tmp/recompileMc/sources/net/minecraftforge/client/model/obj/OBJModel.java:617: error: cannot find symbol [ant:javac] material.getColor().setW(alpha); [ant:javac] ^ [ant:javac] symbol: method setW(float) [ant:javac] location: class Vector4f [ant:javac] Note: Some input files use or override a deprecated API. [ant:javac] Note: Recompile with -Xlint:deprecation for details. [ant:javac] Note: Some input files use unchecked or unsafe operations. [ant:javac] Note: Recompile with -Xlint:unchecked for details. [ant:javac] 1 error [ant:javac] 1 warning :recompileMc FAILED :recompileMc (Thread[main,5,main]) completed. Took 25.642 secs. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':recompileMc'. > Compile failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. BUILD FAILED Total time: 43.009 secs Stopped 0 compiler daemon(s).
  16. You can find it by looking through the build.gradle script and config.xml here: https://github.com/KaminoCoding/CommuMod
  17. I know i'm kinda bringing this back to life.. but i'm still stuck. Halp!
  18. Hey guys! I have my entity spawning in with a custom egg but now the entity is acting weird and keeps getting stuck moving in a circle... I have no idea what caused it or what to do to fix it. Here is a video: [embed=420,315]<iframe width="420" height="315" src="https://www.youtube.com/embed/qh0TPRMOAA4" frameborder="0" allowfullscreen></iframe>[/embed] Here is the entity's code: https://github.com/KaminoCoding/CommuMod/blob/hotfix/bug-fix%2317/src/main/java/io/cyb3rwarri0r8/commumod/entity/EntityMiner.java
  19. What would be the proper way to do it then? I learned that from tutorials so....
  20. Here is my log: Do you have any idea what would cause this? EntityMiner.java https://github.com/KaminoCoding/CommuMod/blob/hotfix/bug-fix%2317/src/main/java/io/cyb3rwarri0r8/commumod/entity/EntityMiner.java
×
×
  • Create New...

Important Information

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