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