Posted November 8, 20196 yr 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. Edited November 8, 20196 yr by DarkCeptor44 Added detail
November 8, 20196 yr You're registering your block as "block_sapphire_ore" but are using "sapphire_ore" for the resources. I'm eager to learn and am prone to mistakes. Don't hesitate to tell me how I can improve.
November 8, 20196 yr Author 1 hour ago, imacatlolol said: You're registering your block as "block_sapphire_ore" but are using "sapphire_ore" for the resources. 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!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.