This commit is contained in:
2025-10-01 21:09:00 +02:00
parent 3c63e305e3
commit 4914a514c1
2 changed files with 7 additions and 12 deletions

View File

@@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.8 minecraft_version=1.21.9
yarn_mappings=1.21.8+build.1 yarn_mappings=1.21.9+build.1
loader_version=0.17.2 loader_version=0.17.2
# Mod Properties # Mod Properties
mod_version = 1.2 mod_version = 1.3
maven_group = com.kasetoatz maven_group = com.kasetoatz
archives_base_name = noexplosiongrief archives_base_name = noexplosiongrief
# Dependencies # Dependencies
# check this on https://modmuss50.me/fabric.html # check this on https://modmuss50.me/fabric.html
fabric_version=0.133.4+1.21.8 fabric_version=0.133.14+1.21.9

View File

@@ -4,15 +4,10 @@
"version": "${version}", "version": "${version}",
"name": "NoExplosionGrief", "name": "NoExplosionGrief",
"description": "Disable Creeper & Ghast Explosion Block Damage", "description": "Disable Creeper & Ghast Explosion Block Damage",
"authors": [ "authors": [],
"KaseToatz" "contact": {},
],
"contact": {
"website": "https://kasetoatz.com/",
"repo": "https://github.com/KaseToatz1337/NoExplosionGrief"
},
"license": "MIT", "license": "MIT",
"environment": "server", "environment": "*",
"entrypoints": { "entrypoints": {
"main": [ "main": [
"com.kasetoatz.noexplosiongrief.NoExplosionGrief" "com.kasetoatz.noexplosiongrief.NoExplosionGrief"