Skip to content

Commit 1d929f0

Browse files
fix: minor issues
1 parent a0fb3c9 commit 1d929f0

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

fabric/src/main/resources/fabric.mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"contact": {
1212
"homepage": "https://mikey.pro/",
13-
"sources": "https://github.com/michaelhillcox/auto-clicker-fabric",
14-
"issues": "https://github.com/michaelhillcox/auto-clicker-fabric/issues"
13+
"sources": "https://github.com/advancedxray/auto-clicker",
14+
"issues": "https://github.com/advancedxray/auto-clicker/issues"
1515
},
1616
"license": "MIT",
17-
"icon": "assets/autoclicker-fabric/icon.png",
17+
"icon": "assets/autoclicker/icon.png",
1818
"environment": "client",
1919
"entrypoints": {
2020
"client": [
@@ -28,4 +28,4 @@
2828
"minecraft": ">=1.21",
2929
"java": ">=21"
3030
}
31-
}
31+
}

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ org.gradle.jvmargs=-Xmx2G
33
org.gradle.parallel=true
44

55
# Mod properties
6-
mod_version = 21.0.4
6+
mod_version = 21.1.0
77
maven_group = pro.mikey.autoclicker
88
archives_name = autoclicker
99
enabled_platforms = fabric,neoforge
1010

1111
# Minecraft properties
12-
minecraft_version = 1.21
13-
yarn_mappings = 1.21+build.1
12+
minecraft_version = 1.21.1
13+
yarn_mappings = 1.21.1+build.3
1414

1515
# Dependencies
16-
fabric_loader_version = 0.16.0
17-
fabric_api_version = 0.102.0+1.21
18-
neoforge_version = 21.0.151
16+
fabric_loader_version = 0.16.5
17+
fabric_api_version = 0.104.0+1.21.1
18+
neoforge_version = 21.1.51
1919
yarn_mappings_patch_neoforge_version = 1.21+build.4
2020

21-
modmenu = 11.0.1
21+
modmenu = 11.0.2
2222

2323
curseforge_id=445095
2424
modrinth_id=r8axuw4u

neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
modLoader = "javafml"
22
loaderVersion = "[4,)"
3-
#issueTrackerURL = ""
4-
license = "Insert License Here"
3+
issueTrackerURL = "https://github.com/advancedxray/auto-clicker/issues"
4+
license = "MIT"
55

66
[[mods]]
77
modId = "autoclicker"
88
version = "${version}"
99
displayName = "Auto Clicker"
10-
authors = "Me!"
10+
authors = "ErrorMikey"
1111
description = '''
12-
This is an example description! Tell everyone what your mod is about!
12+
Automatically left and right clicks for you, how kind!
1313
'''
14-
#logoFile = ""
14+
logoFile = "assets/autoclicker-fabric/icon.png"
1515

1616
[[dependencies.autoclicker]]
1717
modId = "neoforge"
1818
type = "required"
19-
versionRange = "[21.0,)"
19+
versionRange = "[21.1,)"
2020
ordering = "NONE"
2121
side = "BOTH"
2222

2323
[[dependencies.autoclicker]]
2424
modId = "minecraft"
2525
type = "required"
26-
versionRange = "[1.21,)"
26+
versionRange = "[1.21.1,)"
2727
ordering = "NONE"
2828
side = "BOTH"
2929

0 commit comments

Comments
 (0)