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. downgrade your java to java 8 320
  2. downgrade your java to java 8 320
  3. this should work, show the code
  4. in mcp mappings it's PlayerEntity#sendPlayerAbilities yes
  5. Create needs to update for the new forge version, check if the mod is up to date or downgrade forge to 39.0.44
  6. check the TickEvent Phase and the LogicalSide, also call Player#onUpdateAbilities
  7. the sky color is not handled globally, it's handelt inside each Biome via the BiomeSpecialEffects
  8. you need to run the runServer task -> it will create a server in the run folder the first time you run the server it will stop since you need to accept the eula then you run the server the second time -> it will create all other files of the server after the server is runs fine (after the second time), stop the server set the online-mode property in server-properties file to false then you can run the server and join via ip localhost
  9. yeah, but in this way it won't work it's client side, but noClip is handelt server side if you set noClip on client side you have a few ticks the logic you want then you will receive a update packet from the server and the value would be reset
  10. the thread is outdated, since it's from 2019 again subscribe to TickEvent.Player and use the Player from the event and not inecraft.getInstance().player
  11. did you looked at the example
  12. i would recommend to use Capabilities
  13. first of all use TickEvent.Player and not LivingEvent.LivingUpdateEvent, since the Event is only fired for all LivingEntites (exclude the Player) the Minecraft class is completely client side, you need to do this on server side
  14. i have no idea, try with 1.18 since 1.17 is no longer supported
  15. the mod Jade needs to update for the newer forge versions, if you want to use this mod downgrad to 39.0.44 or wait for a update of the mod
  16. post debug log from server and client
  17. create a new server an copy the world and mods folder into the new server, if you have changed the configs you also need to copy it. Also note if you have banned player or you use a whitelist/ you opt players you have to copy these files. This is the way I use, theoretically it's also possible to only replace the libraries folder and the run script files. But I haven't test that. nevermind D7 way is 10 times better😅 I would also recommend you to create a backup of the server before updating
  18. use your IDE to find the method with the correct parameters (Item#use) iirc the class is called Fireball or FireballEntity, use the screach function of your IDE to find the class and the correct constructor
  19. you can use https://gist.github.com/ to upload the log

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.