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. Forge 41.0.64 had breaking changes in a lot of areas. Mods need to update. Check for updated versions for your mods or downgrade Forge.
  2. what did you mean by data?
  3. Problem with Smooth Chunks. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod auth
  4. AbstractMinecart#getDropItem is for some reason package private you need to use a AT to make it protected (Note you can not make it public this will crash the vanilla implementations) Edit: this is the AT protected net.minecraft.world.entity.vehicle.AbstractMinecart m_213728_()Lnet/minecraft/world/item/Item; # getDropItem
  5. you need to use the MOD bus, since RegisterKeyMappingsEvent is a instance of IModBusEvent
  6. You need your add your painting variant to the "minecraft:placeable" tag if you don't know what tags are you should take a look at this article
  7. Forge 41.0.64 had breaking changes in a lot of areas. Mods need to update. Check for updated versions for your mods or downgrade Forge.
  8. please post debug.log from the logs folder
  9. please post the command you are using and the related console output
  10. Forge 41.0.64 had breaking changes in a lot of areas. Mods need to update. Check for updated versions for your mods or downgrade Forge.
  11. Forge 41.0.64 had breaking changes in a lot of areas. Mods need to update. Check for updated versions for your mods or downgrade Forge.
  12. Looks like a problem with AppleSkin. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
  13. you need a custom network packet (see: https://forge.gemwire.uk/wiki/SimpleChannel) which you send with the necessary data to the server, on the server you can then perform the action you want
  14. minecraft use decimal color values, you can use a Website like: https://www.mathsisfun.com/hexadecimal-decimal-colors.html to get the color value Note you need the decima value
  15. Are you sure it is the full debug.log from the logs folder, since the log does not contains any error which cause the game to crash. If this is the full debug.log please post launcher_log.txt as well
  16. you sending the Packet from client to sever, this means you can not do this in your handle method Player player = (Player) Minecraft.getInstance().getCameraEntity(); you should use the player from the Context (Context#getSender) why did you return a boolean from the handle method?
  17. yes that should work i would recommend you to set a CreativeModeTab but this is optional
  18. There are a few breaking changes in the the client render system the most Mods are broken in version 41.0.64 downgrade to 41.0.63 until the Mods have fix the issue
  19. You need to update to newer version of Forge
  20. render it on the Screen using a IIngameOverlay, you can draw the timer using Font#draw, (Edit) would be one option you could choose
  21. Not only the EAQ of Support & Bug Reports, the Common issues and recommendations of Modder Support is also completely outdated (use still MCP names, recommends things that are no longer exists .... RegistryEvent)
  22. this is completely wrong you need to do it like you done it with Blocks, create a DeferredRegister for Items then call DeferredRegister#register inside the supplier you need to create a new instance of StandingAndWallBlockItem
  23. https://imgur.com/Z2obxrU the reference was removed a few days ago
  24. this is the launcher log, please post debug.log from the logs folder, if you using CurseForge you need to enable the debug.log in the settings
  25. if you playing on CurseForge you need to enable the debug.log in the settings

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.