aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/valvesneak/lang/en_us.json3
-rw-r--r--src/main/resources/assets/valvesprint/icon.png (renamed from src/main/resources/assets/valvesneak/icon.png)bin181 -> 181 bytes
-rw-r--r--src/main/resources/assets/valvesprint/lang/en_us.json3
-rw-r--r--src/main/resources/fabric.mod.json20
-rw-r--r--src/main/resources/valvesprint.mixins.json (renamed from src/main/resources/valvesneak.mixins.json)2
5 files changed, 14 insertions, 14 deletions
diff --git a/src/main/resources/assets/valvesneak/lang/en_us.json b/src/main/resources/assets/valvesneak/lang/en_us.json
deleted file mode 100644
index 00bf1d1..0000000
--- a/src/main/resources/assets/valvesneak/lang/en_us.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "key.valvesneak.walk": "Walk"
-} \ No newline at end of file
diff --git a/src/main/resources/assets/valvesneak/icon.png b/src/main/resources/assets/valvesprint/icon.png
index 6dbef2d..6dbef2d 100644
--- a/src/main/resources/assets/valvesneak/icon.png
+++ b/src/main/resources/assets/valvesprint/icon.png
Binary files differ
diff --git a/src/main/resources/assets/valvesprint/lang/en_us.json b/src/main/resources/assets/valvesprint/lang/en_us.json
new file mode 100644
index 0000000..989dfd1
--- /dev/null
+++ b/src/main/resources/assets/valvesprint/lang/en_us.json
@@ -0,0 +1,3 @@
+{
+ "key.valvesprint.walk": "Walk (ValveSprint)"
+} \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index fe513b6..b973016 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,35 +1,35 @@
{
"schemaVersion": 1,
- "id": "valvesneak",
+ "id": "valvesprint",
"version": "${version}",
- "name": "ValveSneak",
+ "name": "ValveSprint",
"description": "Sprinting like Valve games.",
"authors": [],
"contact": {},
"license": "MIT",
- "icon": "assets/valvesneak/icon.png",
+ "icon": "assets/valvesprint/icon.png",
"environment": "client",
"entrypoints": {
"fabric-datagen": [
- "eu.projnull.spelis.valvesneak.client.ValvesneakDataGenerator"
+ "eu.projnull.spelis.valvesprint.client.ValveSprintDataGenerator"
],
"client": [
- "eu.projnull.spelis.valvesneak.client.ValvesneakClient"
+ "eu.projnull.spelis.valvesprint.client.ValveSprintClient"
],
"main": [
- "eu.projnull.spelis.valvesneak.Valvesneak"
+ "eu.projnull.spelis.valvesprint.ValveSprint"
]
},
"mixins": [
- "valvesneak.mixins.json",
+ "valvesprint.mixins.json",
{
- "config": "valvesneak.client.mixins.json",
+ "config": "valvesprint.client.mixins.json",
"environment": "client"
}
],
"depends": {
- "fabricloader": "*",
+ "fabricloader": ">=0.16.0",
"fabric": "*",
- "minecraft": "*"
+ "minecraft": ">=1.16.0"
}
}
diff --git a/src/main/resources/valvesneak.mixins.json b/src/main/resources/valvesprint.mixins.json
index ae5b49b..7638bdc 100644
--- a/src/main/resources/valvesneak.mixins.json
+++ b/src/main/resources/valvesprint.mixins.json
@@ -1,7 +1,7 @@
{
"required": true,
"minVersion": "0.8",
- "package": "eu.projnull.spelis.valvesneak.mixin",
+ "package": "eu.projnull.spelis.valvesprint.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
],