ModernFix

ModernFix

2M Downloads

Dynamic Resources breaks GTCEu Modern's connected textures

Radk6 opened this issue ยท 2 comments

commented

Bug Description

Dynamic Resources breaks connected textures in GTCEu Modern/LowDragLib

Dynamic Resources disabled:

2024-10-03_17 28 01

Dynamic Resources enabled:

2024-10-03_17 28 49

Reproduction Steps

  1. Enable dynamic resources
  2. Place a few GTCEu Modern blocks next to each other (eg. coils of any kind)

Log File

https://mclo.gs/adcCNIg

commented

I Can't unsee it now :(
Also can confirm this happens for me as well.

commented

This is not easily fixable on my end. They rely on looping over internal ModelBakery data structures to add the CTM functionality to models. The original ConnectedTexturesMod also does this, and I patch it, but I don't want to maintain an increasing number of bespoke patches for many mods doing the same thing.

There are other ways for them to accomplish this that will work out of the box with dynamic resources, such as registering a custom model loader for their connected texture blocks, or using an existing CTM library that works with ModernFix like Athena, Fusion, etc.