Jump to content

LordMastodonFTW

Members
  • Posts

    129
  • Joined

  • Last visited

Everything posted by LordMastodonFTW

  1. What do you want it to do in the main class?
  2. It's JDK 8.20 specifically that is not compatible, but yes, downgrade to JDK 7.
  3. What do you mean by [-4; 0]?
  4. You need to reenable culling after you are done with the section you want un-culled.
  5. Do the same things, however this time use the latest build (the recommended build being more of a guideline) and this time get rid of --refresh-dependencies. This should get rid of all problems.
  6. Main Class? What do you mean by that?
  7. First of all, not GuiClass, GuiScreen. Second, what do you want them to do?
  8. Not necessarily toFile(), just something like it. You could make a new File, and then use the .getResourcePath();, and return the new file. Otherwise, I'm not sure.
  9. Just a question, why are you using ImageIO? Also, try looking at the methods available for ResourceLocation, like this: ImageIO.write(combined, "PNG", new ResourceLocation("tvmod", "textures/blocks/combined.png").toFile()); Or something like that.
  10. But my problem with that is what if it's the top middle or something like that. Then, my for loops would return something completely wrong and the player would have to place the block in the bottom left to get it to work. How would I get it to do the for loops with an x/y/z relative to the bottom left corner rather than an x/y/z relative to the block itself?
  11. Ok, in your getSmeltingResult method parameters, switch String to ItemStack and you are now good to go. Also, get rid of the cast to ItemStack, because it sure isn't helping you.
  12. How do you think I could get the x/y/z for the bottom left block using the x/y/z of the currently placed block?
  13. diesieben is the moderator for the Modder Support sub-forum.
  14. I'm sorry, but b-b-b-b-bump, b-b-b-b-b-b-bump.
  15. Wow, OK. I'm sorry, but I don't think I'll really be able to help you. I suggest asking diesieben, he'll probably supply you with an answer within one post.
  16. OK. Delete the Src folder. Try again.
  17. Can you give me a list of all files inside your modding stuff folder?
  18. Did you extract the src inside the folder? Is there a gradlew folder inside your modding stuff folder?
  19. Are you for sure using cmd inside of the folder? The bit before where you type the command should say "C:\Users\USER_NAME\Desktop\Projects\Minecraft\MOD_NAME".
  20. Does the cmd window REALLY not say anything about --stacktrace? That's just weird.
  21. I mean that I'd suggest he use Minecraft's Tessellator to hard-code the model using a TESR.
  22. Well, as you are not providing enough information, I can't really help you. What you are saying is "HEY GUYS IVE GOT AN ERROR GRADLEW IS SAYING NO ACCESS ALLOWED IM TO LAZY TO GIVE YOU A SCREENSHOT SO FIGURE IT OUT YOURSELVES AND THEN MAGICALLY FIX IT FOR ME WITH UNICORNS".
  23. Well, you must have put a typo in the name that you didn't put in the forum post, and things like that.
×
×
  • Create New...

Important Information

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