Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/19/21 in all areas

  1. I am having trouble opening opening Forge. It is opening in Internet Explorer instead of Java. It won't open in Java and can't use the "Open As" to open in Java.. What can I do to open in Java?
    1 point
  2. Note: I am using registry events instead of deferred registry so if someone chimes in on a difference that works better than listen to them. this method still works so i am yet to be motivated to change. I am able to replace blocks using the RegistryEvent.Register<Block>. I get the old resource location ForgeRegistries.BLOCKS.getKey(oldBlock); and set the custom block with that blocks registry location newBlock.setRegistryName(resourceLocation); ForgeRegistries.BLOCKS.register(newBlock); I also replace the Item (again i dont know if this is still needed as doing so still works so i have yet to change it)
    1 point
  3. https://paste.gg/p/anonymous/47eb336f970d400bb9f707d7aed7c776#pastefile1-l30 That's not a valid mod ID
    1 point
  4. Thank you for bumping a year and a half old thread to vouch for one of my moderators who has thousands of posts on this forum and was recommending a tool that is widely known/used in the community to fix jar file associations... I was scared that he was saying something wrong!
    1 point
  5. I just found it. @Override public boolean canBeCollidedWith() { return true; } After adding this to the code the entity works fine.
    1 point
×
×
  • Create New...

Important Information

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