MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Moving a mixin to another package breaks the mixins.json

Open sylv256 opened this issue 1 month ago • 0 comments

Minecraft Development for IntelliJ plugin version

2025.2-1.8.6

IntelliJ version

2025.2.3

Operating System

Linux 6.15.11-hardened1-1-hardened #1 SMP PREEMPT_DYNAMIC Mon, 25 Aug 2025 21:30:25 +0000 x86_64 unknown unknown GNU/Linux

Target platform

Fabric

Description of the bug

When you move a Mixin from one package to another, the mixin package in mixins.json is not changed, and the strings in client, server, and mixins are set to the entire class name including their packages.

sylv256 avatar Nov 04 '25 05:11 sylv256