Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ugdhar

Moderators
  • Joined

  • Last visited

Everything posted by Ugdhar

  1. 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.
  2. You should post your entire mod as a buildable git repo on github or something, makes it easier for people to see errors (or to build the mod to help debug) and prevents forgetting to paste code to a forum post
  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. Nope, gradle.properties, came with the MDK, only contains this: but I saw somewhere someone mentioning you can target your JDK through an option in there, I just don't know what it is myself, I only have Java 8 installed.
  5. Uninstall java 13, set JAVA_HOME (I think), or I believe you can set options in gradle.properties to specify the JDK you want to use.
  6. What is the output of java -version ?
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. 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.
  13. 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!
  14. 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.
  15. You give up too easily, it says it right there in the log, if you read it.
  16. 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.
  17. 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.
  18. 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!
  19. 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.
  20. 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:
  21. 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.
  22. 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.
  23. 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.
  24. 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.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.