Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. What is the output of java -version ?
  2. 1.7 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  3. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  4. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  5. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  6. 1.12 is no longer supported on these forums due to age. Please update to a modern version if you wish to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  7. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  8. By the looks of it there isn't really much to go on in the log unfortunately. Does vanilla minecraft work? Does forge work without any mods? If it does, then add mods a couple at a time or in batches, test in between to make sure it works. If it doesn't work, back up, only add 1/2 the mods you added, keep checking. Or, hope someone sees your post that has a better suggestion!
  9. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  10. You give up too easily, it says it right there in the log, if you read it.
  11. That's why the switch lever name is yellow like that. Names change color based on rarity. net.minecraft.item.Rarity has the names and colors of the forge default ones, and you can add more if you'd like. I can't tell why your one way powered rail is yellow, you got me there! But I wouldn't think it's a problem if everything else works, it is just somehow defaulting to uncommon.
  12. I think you're looking for RenderTypeLookup.setRenderLayer(Block, RenderType) in your FMLClientSetupEvent. RenderTypeLookup.setRenderLayer(ModBlocks.FIREFLOWER_BLOCK.get(), RenderType.getCutout()); is what I have for a flower i made.
  13. To be fair this post is a year and a half old, I'm sure many MC servers are fly-by-night, here one day, gone the next!
  14. Is your code available, preferably as a github repo? If not can you post your switch lever and one way powered rail classes in spoiler tags? *edit: I ask because in looking at some code I was tinkering with, setting an Items Rarity to Rarity.UNCOMMON will give it a yellow name like that.
  15. I don't play with noteblocks, so I couldn't tell you if this is the fix for that or not, but there's mention of noteblocks in the forge changelog for a version newer than the one you have:
  16. Really old versions are no longer supported on these forums. Please update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  17. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  18. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  19. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  20. Fabric isn't supported here, only forge.
  21. Super old versions are no longer supported on these forums. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  22. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  23. Please post your debug log as described in the EAQ. It would also help to see your code in a github repository
  24. You can, but if you have problems, you can not get help here for them. Topics related to outdated versions will be closed/locked by forum moderators.
  25. 1.7 and other really old versions are no longer supported on these forums. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
×
×
  • Create New...

Important Information

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