Lag with weird circumstances [SOLVED]

Started by Rebuilt on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Lag with weird circumstances [SOLVED]
Tue, 11/11/2025 - 01:24 (edited)

So I'm testing my mod on my unmodified java launcher and I find out my game lags when I have my mod that I made in Mcreator installed. I make a copy and start testing by removing the new content I added a while ago. I know it has something to do with the current version of the mod because I have an archived version just before that works fine. I remove all of the stuff I recently added and it still lags. However, this is weird because it only lags when;

  1. My Mcreator mod is installed
  2. You are in first person
  3. The game is fullscreen

And the mod  has no custom rendering.

Edited by Rebuilt on Tue, 11/11/2025 - 01:24
Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The only problem is that I…
Sun, 11/09/2025 - 06:28

The only problem is that I copied the entire project, deleted everything I had recently added up until my current archived (working) build and it still lagged. However. I am thinking that since I am using forge separate transforms for three items (this gives it 32x in mainhand 16x in inventory/other). Maybe this is the source of the lag?

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think I may know what…
Mon, 11/10/2025 - 05:34

I think I may know what happened actually. It may be a plugin I used because it was meant to add custom player animations. It never worked but I think it still was loaded into the workspace. Nerdys player animator plugin. Is there a way to specifically hunt down and remove content added by a plugin?

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The unfortunate thing is,…
Mon, 11/10/2025 - 16:04

The unfortunate thing is, with further testing, its an internal issue with the actual workspace itself and not a content/feature thing :/

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Never mind everything! I…
Tue, 11/11/2025 - 01:27

Never mind everything! I found the issue. It was a constant trigger being fired. This was formed by a potion that I made that replaces the texture of the GUI with a custom texture. However, it is not optimized so whenever you do not have the effect outside of the test environment, it lags like crazy!