Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/17/19 in all areas

  1. When I started learning to mod a couple of months ago I found this channel. As far as I can tell (I only watched the first couple of videos) it's not super bad, but there are several things that you'll want to change, such as the proxies we've already mentioned in this thread. It looks like there are a lot of concepts covered in the series, so it's probably a good starting point to teach you the more specific parts of larger concepts covered in the official documentation. Keep in mind that the tutorials are for 1.13.2, not the latest 1.14.2. The documentation hasn't been updated, either, but it's really valuable once you start to understand how modding the game works. You're going to need a good grasp on the Java language in order to be able to do what you want - just copying/pasting code from the forums won't get you anywhere in the long run! Are you using Eclipse to write/organize the code? If so, when you enter "gradlew runClient" in the terminal there should be a log output into the terminal.
    1 point
  2. Try AxeItem and ToolItem. With 1.14 things were moved from prefixes (Item___) to suffixes (___Item).
    1 point
  3. BlockItem in 1.14 they moved from prefix to suffix
    1 point
  4. Yeah, I don't think you can do that with native unicode. I've gone through the list of Unicode Combining Characters pretty thoroughly (combining characters are also used as diacritical marks, but the important thing to know is that they will draw in the same space as the previous character) and there aren't any super/sub script characters that are also combining characters. And oh yeah, writing the renderer for combining characters is a bitch (it gets worse if you want to display it in a selectable text area, too and handle selections and cursor location, etc etc). Minecraft doesn't support it natively at all.
    1 point
  5. You almost certainly don't need this class. There's already a default ItemBlock class, its called ItemBlock.
    1 point
  6. It appears to be conflicting with a mod called minecraft
    1 point
  7. This is a known issue that Forge cannot fix. Opt out of the beta launcher to use Forge.
    1 point
  8. Please read the "Logs" section of my signature below and provide the appropriate log in the appropriate manner.
    1 point
  9. To be brutally honest, seeing you credit HarryTalks in your mods.toml makes me want to tell you to throw it out and start from a better tutorial. Please provide your debug.log for more info on why things are going wrong, or if you are willing to take my advice to restart with a better tutorial, Cadiboo is making a text-based tutorial that in my opinion is a ton much better than most YouTube tutorials and I've only just skimmed it.
    1 point
  10. User was banned for using a cracked launcher.
    1 point
×
×
  • Create New...

Important Information

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