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.

Luis_ST

Members
  • Joined

  • Last visited

Everything posted by Luis_ST

  1. post the debug log, you can use https://gist.github.com/
  2. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. you need to create your own FoliagePlacer, then use BiomeLoadingEvent to loop through the Features, check if the Feature is an TreeFeature then replace the original FoliagePlacer with Reflection or use an AT
  4. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  5. run the installer via the console and use the full path to java 16
  6. one mod you are using, overwrites the gold armor texture but there is an issue in the texture name. Unfortunately I can't tell you which mod exactly cause the crash
  7. learn basic java bevor modding Minecraft Official documentation: https://docs.oracle.com/javase/tutorial/ Absolute basics with an interactive editor: https://www.codecademy.com/learn/learn-java Ongoing online course with assignments: https://java-programming.mooc.fi/
  8. do you know basic java, since a String != ResourceLocation and int != List?
  9. the reason for that is your never sync the data of you capability to the client if you want to sync the data you need a custom Packet and a SimpleChannel
  10. im stupid it's (Tier, ResourceLocation, List, List) parameters: your Tier a ResourceLocation the name combined with your mod id a List of Tiers (the Vanilla) which should be lesser than your Tier a List of Tiers (the Vanilla) which should be better than your Tier example
  11. yeah, but you need to pass in the required parameters (a Tier, List, List)
  12. call this method in FMLCommonSetupEvent, look into the javadoc for more infos
  13. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  14. i mean did you use did you call TierSortingRegistry.registerTier in FMLCommonSetupEvent
  15. that can't be, did you sort your Item Tier?
  16. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. https://discord.gg/forge
  18. stop spamming you can use Forge Bot on discord to convert from the old names to the new names command: !mcp -c moj <class_name, methode_name, field_name>
  19. i'm pretty sure there is a better solution for this, but you could do your stuff on client then send a custom packet to the server
  20. keep this Forum in english please also the website you are using looks not safe for me, please use a screenshot if possible
  21. java 17 is not supported yet 1.17 and later need Java 16, 1.16.5 and older need Java 8
  22. the method is in 1.17 Item#appendHoverText called
  23. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  24. you need to register a BlockItem for it

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.