Change package from *.HotbarReload to *.hotbarreload - just typical convention
This commit is contained in:
parent
47f4d5cce7
commit
0f0f8786ac
@ -1,4 +1,4 @@
|
||||
package today.theladpack.HotbarReplace;
|
||||
package today.theladpack.hotbarreplace;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
import org.slf4j.Logger;
|
@ -1,11 +1,11 @@
|
||||
package today.theladpack.HotbarReplace.mixin;
|
||||
package today.theladpack.hotbarreplace.mixin;
|
||||
|
||||
import net.minecraft.client.gui.screen.TitleScreen;
|
||||
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.CallbackInfo;
|
||||
import today.theladpack.HotbarReplace.HotbarReplace;
|
||||
import today.theladpack.hotbarreplace.HotbarReplace;
|
||||
|
||||
@Mixin(TitleScreen.class)
|
||||
public class HotbarReplaceMixin {
|
@ -19,7 +19,7 @@
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"today.theladpack.HotbarReplace.HotbarReplace"
|
||||
"today.theladpack.hotbarreplace.HotbarReplace"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "today.theladpack.HotbarReplace.mixin",
|
||||
"package": "today.theladpack.hotbarreplace.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user