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. the constructor requires a Block and Item.Properties, and not a Block and a Item
  2. post debug log from server and client
  3. called it in FMLClientSetupEvent
  4. loop through all Items in FMLCommonSetupEvent, also you need to use reflection to set the new CreativeModeTab
  5. downgrade your java to java 8 320, since version 321 is currently not supported
  6. downgrade your java to java 8 320, since version 321 is currently not supported
  7. show your code
  8. Minecraft 1.16 requires java 8-15, you currently using java 17, downgrade your java to 8 and the problem should be fixed.
  9. downgrade your java, to a older version of java 8
  10. post the installer log
  11. Do you have a PistonHeadBlock? You need to override Block#canSticky (not sure if this is the correct method name)
  12. Yeah that's the correct Forum Experience (a lot since he join 2012) and knowledge from other threads with similar problems
  13. some mods you have installs required another mod, the screen of the game tells you exactly which mod with which version you need to install Edit: mods you need to install supermartijn642corelib 1.0.15 or above puzzleslib 3.0.0 or above placebo 6.0.1 or above terrablender 1.0.0.44 or above blueprint 1.18.1-5.0.0 or above selene 1.18-1.11 or above
  14. post debug log from server and client
  15. Looks like the server configs got corrupted, I would recommend you to delete all of them
  16. you find the file in your project folder under build/extractSrg/output.srg
  17. yeah it should it's ConnectScreen#connect which parameter in which method
  18. the file contains the names in the following pattern: obfuscate class name (something like 'a' or 'b') or 'bfr'), package (like net/minecraft/something), then the class name then fields obfuscate field name (something like 'a' or 'b'), srg field name (something like f_142767_) then methods obfuscate method name (something like 'a' or 'b'), parameters (like Ljava/lang/Object;), return value (like V), the srg method name if thats not what you want i have no idea what else
  19. delete this config file
  20. you can't get the deobfuscate names from mojang and (there is a file ๐Ÿ˜…) there is no reason to use them
  21. I think this would make the hole thing clear
  22. why on earth did you check the ThreadGroup inside a client only event? Remove it and try again

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.