Java source paths are correct now
This commit is contained in:
parent
7cd6b9858c
commit
5ee5d2632a
@ -1,4 +1,4 @@
|
||||
package io.github.twokilohertz;
|
||||
package io.github.twokilohertz.hotbarreplace;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
import net.minecraft.client.MinecraftClient;
|
@ -1,4 +1,4 @@
|
||||
package io.github.twokilohertz.mixin;
|
||||
package io.github.twokilohertz.hotbarreplace.mixin;
|
||||
|
||||
import net.minecraft.item.BlockItem;
|
||||
import net.minecraft.item.Item;
|
||||
@ -8,7 +8,7 @@ import org.spongepowered.asm.mixin.Mixin;
|
||||
import org.spongepowered.asm.mixin.injection.At;
|
||||
import org.spongepowered.asm.mixin.injection.Inject;
|
||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||
import io.github.twokilohertz.HotbarReplace;
|
||||
import io.github.twokilohertz.hotbarreplace.HotbarReplace;
|
||||
|
||||
@Mixin(BlockItem.class)
|
||||
public class BlockItemMixin {
|
Loading…
x
Reference in New Issue
Block a user