arm32x / command-block-ide

Replaces the command block GUI to allow editing multiple command blocks at once.
GNU Lesser General Public License v2.1
44 stars 18 forks source link

[>1.20.1] Visuals glitch with some mods #37

Open noawx opened 1 year ago

noawx commented 1 year ago

Sometimes when I play with a bigger selection of mods, this occurs: image This happened both in the newest 1.20.1 version, and the 1.20.2 version (compiled from github) Modloaders Affected (Forge & NeoForge may be as well.): Fabric, Quilt Current Modloader: Quilt 0.21.2-beta.4 Minecraft Version: 1.20.2 List of Mods:


- ArmorPoints++
- Auth Me
- Better Combat
- Better Mount HUD
- Better Ping Display
- Better Statistics Screen
- Blabber
- Bosses of Mass Destruction
- Cardinal Components API
- Charm of Undying
- Chat Heads
- Chat Patches
- Combat Roll
- Command Block IDE
- DeathLog
- Dramatic Doors
- Elytra Trims
- Elytra Trinket
- EMI
- Fabric API
- Fabric Language Kotlin
- Fluid Void Fading
- Forge Config API Port
- GeckoLib 4
- Jade
- JourneyMap
- Just Enough Items
- Just Enough Professions
- LibJF
- Litematica
- MaLiLib
- MapFrontiers
- Mod Menu
- Moving Elevators
- NBT Autocomplete
- Not Enough Crashes
- Numismatic Overhaul
- oωo
- Paginated Advancements
- Peek
- Player Animator
- Portal GUI
- Server Pack Unlocker
- Status Effect Bars
- SuperMartjin642's Config Lib
- SuperMartjin642' Core Lib
- Tesseract
- Things
- Trash Cans
- Traveler's Backpack
- Trinkets
- YetAnotherConfigLib
- Zoomify```
arm32x commented 1 year ago

Based on your screenshot, it seems like you are using a resource pack that changes the command block texture. Currently, certain resource packs can break the GUI rendering since Command Block IDE doesn't read animation metadata (.mcmeta files). Issue GH-26 is also caused by this.

I don't currently have any plans to fix this, but PRs are welcome.