-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
Minecraft Development for IntelliJ plugin version
2025.1-1.8.5
IntelliJ version
#IU-251.26927.53
Operating System
Windows 10
Target platform
Architectury
Description of the bug
Looks like the plugin finding the wrong class. The renderByItem
is in HabitatChestItem$1$1
. The getCustomRenderer
is in HabitatChestItem$1
Target: https://github.com/SnappyDragon64/Habitat/blob/1.20/src/main/java/mod/schnappdragon/habitat/common/item/HabitatChestItem.java
Mixin: https://github.com/SettingDust/lazyyyyy/blob/main/lexforge/lexforge-mod/src/main/java/settingdust/lazyyyyy/mixin/forge/lazy_entity_renderers/habitat/HabitatChestItemMixin.java

