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. You find the debug.log in the logs folder of you .minecraft folder. You can use a past website like https://pastebin.com/
  2. Please post debug.log from the logs folder. In is some launchers you need to enable the debug.log in the settings.
  3. Could you please provide more details, the full Entity class would be helpfull.
  4. The simple answer is that you have to render your model (i.e. what you want to display via the layer). If you are having problems with GeckoLib or anything related to it, I would recommend asking for help on their Discord server, as I am not familiar with GeckoLib at all.
  5. The answer is the same, it's an issue with Architectury make sure you are using the latest version. If you already use the latest version talk to the mod author of Architectury. Note mixin issue as in your case can differ in IDE and Minecraft itself.
  6. Please post the EntityRenderer of your custom Skeleton
  7. Sorry, but can you explain that again I don't really understand what exactly your problem is.
  8. It looks like your server is not reachable, check the IP and settings of the firewall or antivirus.
  9. Please post the renderer of your custom Skeleton
  10. Then use a different version of Architectury when playing. Or there is a mixin conflict beween two mods, could you please post full debug.log?
  11. Please post debug.log from server and client.
  12. The PlayerRenderer is handled seperated from all other Entity Renderers, you can get i from EntityRenderersEvent$AddLayers#getSkin.
  13. Show the updated RenderLayer class.
  14. Architectury has a broken mixin, if it's a dependency you are using make sure the version is compadible with th version of Forge your are using. If you are the author of architectury your MixinMinecraft is invalid.
  15. One of your mods has a broken network packet, make sure all of them are up to date. Please add -Dforge.logging.mojang.level=debug to the JVM arguments of your Launcher. Launch the game and produce the error, then post debug.log from the logs folder. Vanilla Launcher: Launcher -> Installations -> Edit the Forge Profile you are using -> More Options -> Add the Argument to the JVM Arguments.
  16. Problem with [ETF] Entity Texture Features. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author. Please post next time the full crash-report.
  17. Please post debug.log from the logs folder. In is some launchers you need to enable the debug.log in the settings.
  18. Those mods, rewrite many game functions which are may used by other mods which then causes conflicts. I should also note that this does not include all mods, but the easiest way to avoid those errors is to avoid these magic performance mods.
  19. Exactly. The EntityDataAccessor should look like this: SynchedEntityData.defineId(Chicken.class, /*...*/)
  20. Please post the debug.log
  21. You already done it. If you have any questions about GeckoLib or anything related to it, you should ask them
  22. Have you checkout the StructureBlockRenderer to take a look at how vanilla renders lines?

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.