refactor: rename package com.zern -> me.sashegdev
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ plugins {
|
||||
}
|
||||
|
||||
version = findProperty('mod_version') ?: '1.0.0'
|
||||
group = findProperty('group') ?: 'com.zern.gunfiresbfix'
|
||||
group = findProperty('group') ?: 'me.sashegdev.gunfiresbfix'
|
||||
archivesBaseName = findProperty('archives_base_name') ?: 'gunfiresbfix'
|
||||
|
||||
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
|
||||
|
||||
+1
-1
@@ -5,5 +5,5 @@ forge_version=47.4.13
|
||||
mappings_channel=official
|
||||
mappings_version=1.20.1
|
||||
mod_version=1.0.0
|
||||
group=com.zern.gunfiresbfix
|
||||
group=me.sashegdev.gunfiresbfix
|
||||
archives_base_name=gunfiresbfix
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.zern.gunfiresbfix;
|
||||
package me.sashegdev.gunfiresbfix;
|
||||
|
||||
import net.minecraftforge.fml.common.Mod;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.zern.gunfiresbfix.mixin;
|
||||
package me.sashegdev.gunfiresbfix.mixin;
|
||||
|
||||
import com.atsuishio.superbwarfare.data.gun.AmmoConsumer;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.zern.gunfiresbfix.mixin;
|
||||
package me.sashegdev.gunfiresbfix.mixin;
|
||||
|
||||
import com.atsuishio.superbwarfare.data.gun.AmmoConsumer;
|
||||
import com.atsuishio.superbwarfare.data.gun.GunData;
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8.5",
|
||||
"package": "com.zern.gunfiresbfix.mixin",
|
||||
"package": "me.sashegdev.gunfiresbfix.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"refmap": "mixins.gunfiresbfix.refmap.json",
|
||||
"mixins": [
|
||||
@@ -10,4 +10,4 @@
|
||||
],
|
||||
"client": [],
|
||||
"server": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user