Skip to content

Commit c9f91cf

Browse files
fix: publishing
1 parent e42d099 commit c9f91cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'fabric-loom' version '1.15-SNAPSHOT' apply(false)
3+
id 'net.fabricmc.fabric-loom' version '1.15-SNAPSHOT' apply(false)
44
id 'net.neoforged.moddev' version '2.0.141' apply(false)
55
id "me.modmuss50.mod-publish-plugin" version "1.1.0"
66
id 'pro.mikey.plugins.insaniam' version "0.1-SNAPSHOT"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod_id=autoclicker
66

77
# Mod properties
88
mod_version = 26.1.2.1
9-
maven_group = pro.mikey.autoclicker
9+
maven_group = pro.mikey.mods
1010
archives_base_name = autoclicker
1111

1212
# Minecraft properties

0 commit comments

Comments
 (0)