Jump to content

LordMastodonFTW

Members
  • Posts

    129
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Location
    My happy place
  • Personal Text
    Bubblegum is the best and don't you dare deny it.

LordMastodonFTW's Achievements

Creeper Killer

Creeper Killer (4/8)

8

Reputation

  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.
×
×
  • Create New...

Important Information

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