Sinytra Connector

Sinytra Connector

12M Downloads

Error in render thread with `Enhanced Block Entities` mod on 1.21.1

mpustovoi opened this issue ยท 0 comments

commented

Minecraft version

1.21.1

Describe the bug

[Render thread/ERROR] [net.minecraft.client.renderer.Sheets/]: net.minecraft.client.renderer.Sheets loaded too early in logs with a mention of EBE below.

Steps to reproduce

  1. Install latest Connector with Forgified Fabric API (and Connector Extras).
  2. Install Enhanced Block Entities v0.10.2 for 1.21-1.21.1
  3. Launch the game and see logs.
[Render thread/ERROR] [net.minecraft.client.renderer.Sheets/]: net.minecraft.client.renderer.Sheets loaded too early, modded registry-based materials may not work correctlyd
java.lang.IllegalStateException: net.minecraft.client.renderer.Sheets loaded too early
	at TRANSFORMER/[email protected]/net.minecraft.client.renderer.Sheets.<clinit>(Sheets.java:227) ~[client-1.21.1-20240808.144430-srg.jar%23185!/:?]
	at TRANSFORMER/[email protected]/foundationgames.enhancedblockentities.util.ResourceUtil.addDecoratedPotPatternModels(ResourceUtil.java:308) ~[enhancedblockentities-0.10.2+1.21_mapped_moj_1.21.1.jar%23304!/:?]
...

This doesn't seem to stop the mod from working.

Logs

https://gist.github.com/mpustovoi/03a5fa31351abff759f4fe4200efbe5b

Additional context

Logs: https://mclo.gs/tquaoD1.

The error doesn't occur on Fabric 1.21.1 with the minimap setup of Fabric API and Enhanced Block Entities.