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 doc explains how to use an AT
  2. use an AT an make them public, note you need to update them to server/client
  3. post updated mods & minecraft folder
  4. it can be that the mod file description is wrong, you need to test but if the game crashes, there is a high probability that you are using the wrong version of a mod
  5. minecraft requires java.... (if this is a question)
  6. are there mods in the folder, because your mods are in the main folder Edit: Also note that you use mods from different versions (1.16.2, 1.16.3, 1.16.4 and 1.16.5), and you use a Fabric mod
  7. which version did you use because addPropertyOverride no longer exist and next time create a thread in the correct subforum, because this is not a gradle problem
  8. 1.15 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  9. Luis_ST replied to demovt's topic in Support & Bug Reports
    1.13 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  10. Luis_ST replied to blinky000's topic in Modder Support
    the only thing that has changed is 1.17 uses mojang class names is this what you mean?
  11. you shouldn't set the server ip
  12. first: https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html create a value inside your Entity which handles the rotation, update this value in the tick method of your Entity set the y rotaion of the main ModelRenderer (in your case Boomerang) to this value, do this in setRotationAngles of your Model class
  13. you do this inside the model, show the model class
  14. its public net.minecraft.world.gen.settings.DimensionStructuresSettings field_236193_d_ # structureConfig and if you want to remove final public-f net.minecraft.world.gen.settings.DimensionStructuresSettings field_236193_d_ # structureConfig
  15. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  16. stop using this code its broken! you should register the ConfiguredFeature
  17. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  18. a few other things that are wrong in your code: you can't store a value in a Field because the Event is fired for each Player you should use Capabilities instead your ClientEvents class is only client side so if you get the fields on server they are not set/have the default value you can fix the problem by using a Capability and sync them to the server in addition the PlayerEntity class has already methods which you can use server side (for sneaking: Entity#isShiftKeyDown, for jumping: LivingEntity.jumping but it's protected you should use Reflection or an AT)
  19. this is your problem https://github.com/Manueh333/WinxClub-Reborn/blob/3eecb2e3892069ff0a7f3869a137cb1958b9bc6f/src/main/java/com/manueh/winxclubreborn/Server/ServerEvents.java#L15
  20. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support
  21. use your IDE, World -> Level TileEntity -> BlockEntity

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.