1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-29 16:47:56 +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:
ToadDev
2021-06-03 21:32:37 -07:00
parent 4d1a950fbf
commit 7c0664b9f2

View File

@@ -1,4 +1,4 @@
package dan200.computercraft.mixin;
package dan200.computercraft.fabric.mixin;
import dan200.computercraft.shared.ComputerCraftRegistry;
import net.minecraft.advancement.criterion.Criteria;