7 Commits

Author SHA1 Message Date
lukasabbe 7075963597 1.21.4 2024-11-29 22:47:12 +01:00
lukasabbe 1c487409a1 1.21.2 version 2024-10-22 19:22:07 +02:00
Lukas da64223e29 Merge pull request #1 from lukasabbe/1.21.2
1.21.2
2024-10-22 19:18:03 +02:00
Lukas e3141bef06 1.21.2-pre4 2024-10-15 18:23:01 +02:00
Lukas 2b650b5e89 Gradle wrapper 2024-10-14 10:27:25 +02:00
Lukas 7633b6918d Loom bump 2024-10-14 10:26:21 +02:00
Lukas 434e07e62e 1.21.2-pre3 2024-10-14 10:24:40 +02:00
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish'
}
+6 -6
View File
@@ -3,19 +3,19 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21
yarn_mappings=1.21+build.9
loader_version=0.15.11
minecraft_version=1.21.4-rc3
yarn_mappings=1.21.4-rc3+build.3
loader_version=0.16.9
# Mod Properties
mod_version = 1.0.1
mod_version = 1.0.1+1.21.4
maven_group = me.lukasabbe
archives_base_name = VoiceChatGroupMsg
#mod dev
voicechat_version=1.21-2.5.17
voicechat_version=1.21.4-rc3-2.5.26
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.102.0+1.21
fabric_version=0.110.2+1.21.4
voicechat_api_version=2.5.0
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
+3 -3
View File
@@ -3,10 +3,10 @@
"id": "voicechatgroupmsg",
"version": "${version}",
"name": "Voice Chat Group Msg",
"description": "",
"authors": [],
"description": "Adds a way to message a whole group if you don't have a microphone. When you are in a group you can now use /msgvc <message>",
"authors": ["Lukasabbe"],
"contact": {
"repo": "https://github.com/lukas/VoiceChatGroupMsg"
"repo": "https://github.com/lukasabbe/VoiceChatGroupMsg"
},
"license": "MIT",
"icon": "assets/voicechatgroupmsg/icon.png",