diff options
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | gradle.properties | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -28,3 +28,10 @@ update automatically the compass. `/manhunt start` starts the manhunt.
`/manhunt reset-timer` resets all timers (useful after a server crash).
+
+## Technos
+
+- Fabric
+- Fabric API
+- Yarn Mappings
+- MidnightLib (embedded in jar)
diff --git a/gradle.properties b/gradle.properties index f286b4f..5d36a40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,6 @@ fabric_version=0.100.7+1.21 midnightlib_version=1.5.7-fabric
# Mod Properties
-mod_version=1.0.0
+mod_version=1.1.0
maven_group=world.anhgelus.manhunt
archives_base_name=manhunt
|
