mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-29 08:42:17 +00:00
Fix mixin from latest PR getting left behind in refactor.
I refactored the mixin package to be within a fabric package so other fabric specific code could be kept nearby. But a mixin from a recent PR got left behind in the merge. Github's empty merge conflict might have been about this.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package dan200.computercraft.mixin;
|
||||
package dan200.computercraft.fabric.mixin;
|
||||
|
||||
import dan200.computercraft.shared.ComputerCraftRegistry;
|
||||
import net.minecraft.advancement.criterion.Criteria;
|
Reference in New Issue
Block a user