Jump to content

DarkCeptor44

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by DarkCeptor44

  1. That's the thing, I get so confused by all of these hard-coding names, I plan on putting everything needed in one place like Enum class for example, anyway I fixed it thanks!
  2. Hello, I had a mod for 1.11 that works and decided to port it to 1.14.4, basically I tried the normal way but it's a nightmare so I just grabbed the example mod and a tutorial for 1.14.4 and made one block to test, it doesn't work. Log: https://pastebin.com/jeiLEfkg GitHub Repository: https://github.com/DarkCeptor44/minecraftmod1.14.4 EDIT: Ok so I tried debugging it and one of the breakpoints was a "java.nio.file.NoSuchFileException" saying that my Block's class file didn't exist, I have no idea why it would say that since the file does exist in the correct package.
×
×
  • Create New...

Important Information

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