Skip 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. McJty has an example of a simple chunk provider: https://wiki.mcjty.eu/modding/index.php?title=Tut14_Ep12 You could also look at the vanilla chunk generator that generates the flat world.
  2. You may need to use RenderTypeLookup.setRenderLayer on your blocks in FMLClientSetupEvent, i.e. RenderTypeLookup.setRenderLayer(NEWBLOCKS.FIREFLOWER.get(), RenderType.getCutout()); I believe this needs to be done using a DeferredWorkQueue *edit: I guess I should have asked what version, this is how I fixed a similar issue in 1.15.2.
  3. Try the latest see if that works better
  4. What version of the forge MDK did you download?
  5. Block drops are done using loot tables, vanilla sources are a good reference, and the Minecraft wiki has a breakdown of the loot table json. Unfortunately the forge docs are out of date, I use Google and the forums search to get info on stuff I tinker with. Lots of vanilla sources and forums reading!
  6. The filenames of your mods suggest that you downloaded them from a repost site, such as 9 minecraft or something. These sites are bad, and often have outdated, and potentially modified versions of these mods, not to mention hosting them without permission. You should delete all of your mods, and go redownload them from curseforge.com. That is the only place I would trust to download mods, aside from the mod developers own site. Visit https://stopmodreposts.org/ for more information and a list of these sites that you should avoid. That being said, 1.12 is no longer supported due to age. See the LTS link at the top of every page for more information on supported versions. TLDR: 1.14.4 or 1.15.2
  7. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  8. Still Java 14. That's your problem then. I don't know how to change it for you, especially if you've run the commands to remove it. That's more of an operating system issue as opposed to a minecraft/forge issue.
  9. Look at the version numbers. You're using Minecraft 1.15.2 You downloaded forge for 1.5.2 Download forge for 1.15.2 and you will have better luck.
  10. You should make your own post, and post logs, code, and screenshots (if the logs and code don't show what you mean)
  11. What are the results of java -version from your terminal?
  12. This is not actually registering stuff, so the order does not matter. This is registering the DeferredRegisters to the event bus, so that it can register your RegistryObjects at the correct time. The only guarantee at this time for registration is that blocks are always first, items second, everything else in an assumed random order afterwards. I have not tried doing anything like you are yet, but I would imagine that it will involve the use of a supplier to provide your entity type.
  13. Then I would guess you still have some java 14 packages on there. I'm fairly sure there's a command in there somewhere to change which version of Java is the default. *edit: did a quick google for "ubuntu java 14 packages", did you remove openjdk-14-jdk? I'm pretty sure JDKs come with JREs as well. If you can't find the command to change the default java version, you could try making sure that package and others aren't lurking.
  14. As far as I know unless things start setting replace to true everything should play nice
  15. Really old versions are no longer supported. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  16. MadHatAK is correct that you create data/minecraft/tags/blocks in your resources folder and add it there. That's how datapacks override vanilla stuff. Making a walls tag in your mod just creates your own walls tag with only your walls in it.
  17. Really old versions are no longer supported. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  18. I believe you need to put your walls.json in data/minecraft/tags/blocks
  19. net.minecraft.item.Items
  20. Correct, as there aren't any TEs to attach anything to without a world!
  21. I just checked using forge 1.15.2-31.1.46 and the event fires for me and a breakpoint works. Do any other breakpoints work? Maybe post a debug.log, it might have a clue what's going on.
  22. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  23. Please post your debug.log from the logs folder within the game folder. It should have information to help figure out why you are crashing.
  24. Start a new thread, and post your debug.log as described in the EAQ. There are a million reasons the game can crash at startup, and your problem may not be the same!

Important Information

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

Account

Navigation

Search

Search

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.