Skip to content

Commit 2535bee

Browse files
committed
initial commit: playerESP fabric mod for MC 1.21.4
1 parent 19d94dd commit 2535bee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"bitArtisan1"
99
],
1010
"contact": {
11-
"homepage": "https://github.com/bitartisan1/playeresp",
12-
"sources": "https://github.com/bitartisan1/playeresp"
11+
"homepage": "https://github.com/bitArtisan1/minecraft-PlayerESP",
12+
"sources": "https://github.com/bitArtisan1/minecraft-PlayerESP"
1313
},
1414
"license": "GPLv3",
1515
"icon": "assets/playeresp/icon.png",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"required": true,
33
"minVersion": "0.8",
4-
"package": "com.github.calvineries.playeresp.mixin",
4+
"package": "com.bitartisan1.playeresp.mixin",
55
"compatibilityLevel": "JAVA_21",
66
"refmap": "playeresp.refmap.json",
77
"mixins": [
@@ -11,4 +11,4 @@
1111
"injectors": {
1212
"defaultRequire": 1
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)