Jump to content

Animefan8888

Forge Modder
  • Posts

    6157
  • Joined

  • Last visited

  • Days Won

    59

Everything posted by Animefan8888

  1. What property does your block have? Post code preferably on github.
  2. Because that is the value Mojang decided to set for the emerald block. I'm not quite sure what you are asking.
  3. You should learn how to code and learn Java before you make a mod. This is not a Java forum this is a Forge forum.
  4. Ok now after downloading mdk and Java did you run gradlew eclipse and gradlew genEclipseRuns?
  5. Coremod is the only way to do this. Unless forge decides to add an event that allows modders to decide if the player is moving correctly.
  6. I think there is a communication barrier here. I want to know how you setup the workspace. I didn't want to see it, I don't want you to set it up again. I just want to know what you did after downloading the mdk.
  7. I didn't ask to see your workspace...I asked how you set it up. If you were to direct me or someone else how to setup your forge workspace what are the instructions you would give?
  8. You can't do this with the forge blockstate format sadly. You need to use the vanilla one.
  9. Ummm are you trying to access a variant from inside another variant?
  10. Ok, but we need all of the text that comes with that error.
  11. The grindstone is the new block that removes enchantments in return gives experience. Which is not read from json. It also does repairs I think.
  12. We can't help without the full log. Run it again and get the full log.
  13. It could also be the fact that these are not less than 0. 1 means a whole block(I think.). It's really been a while since I took a look at this system.
  14. I see that you don't have a parameter section in your armature file without it the system doesn't know where in the animation it is and assumes 0. Not sure if you've seen this documentation.
  15. This is true so best bet is to stay away from overrides and use events.
  16. Why not just use a constant? They can't change anymore. Now you have to override their registry.
×
×
  • Create New...

Important Information

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