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. delete this config file
  2. https://forge.gemwire.uk/wiki/SimpleChannel
  3. this is correct but the translation should look like this: "tooltip.chinacraft.silk_worm.schedule": "Growth progress: %s" do not use color codes, use IFormattableTextComponent#mergeStyle
  4. how did you setup your project?
  5. then post the programm/java arguments you use
  6. we don't support custom main menus
  7. did you run 'gradlew eclipse'/'gradlew intellij'? -> I'm not sure if the intellij command is correct
  8. first do never use @OnlyIn, since it's only for vanilla second, do you want to have the '10' as replacement for your TranslationTextComponent? -> if yes, that's not how the TranslationTextComponent worked, you need to put the Translation into the language file -> if not, explain what you mean by 'he didn't append variables behind mine'
  9. Minecraft 1.17 requires Java 16, downgrade your java and the problem should be fixed.
  10. try to create the Capability directly in the Field, and not via the method (it should also be final then)
  11. why? call super, and not the method again, this will throw a StackOverflowException
  12. Yes forge has moved the server.jar file, and some server hosts are to lazy to update to the new system
  13. create your own thread and post debug log
  14. you need to register the SoundEvent via DeferredRegister or via RegistryEvent
  15. you can check if the Block you have is Block.COBBLESTONE_WALL using the == operator
  16. post debug log
  17. this is not the full log, please provide the full debug log
  18. why on earth did you put your recipes into the minecraft data folder? you can't use upper case in a ResourceLocation, where did you use this ResourceLocation -> post full error
  19. does the other providers work? did you replace the mod id in the builde.gradle file (in the data run -> line 103) with yours?
  20. show the recipe, which is created via the Data Generator
  21. then ^, and remove the Mod until there is an update
  22. why, use Block as local variable and not RegistryObject and then add there a simple .get() Official documentation: https://docs.oracle.com/javase/tutorial/ Absolute basics with an interactive editor: https://www.codecademy.com/learn/learn-java Ongoingonline course with assignments: https://java-programming.mooc.fi/

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.