From 4914a514c1841ae0646d1c9ab507e1a403bdeee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A4seToatz?= Date: Wed, 1 Oct 2025 21:09:00 +0200 Subject: [PATCH] 1.21.9 --- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 11 +++-------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9300d58..1e2767a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.21.8 -yarn_mappings=1.21.8+build.1 +minecraft_version=1.21.9 +yarn_mappings=1.21.9+build.1 loader_version=0.17.2 # Mod Properties - mod_version = 1.2 + mod_version = 1.3 maven_group = com.kasetoatz archives_base_name = noexplosiongrief # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.133.4+1.21.8 +fabric_version=0.133.14+1.21.9 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 46e6b15..334bfc1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,15 +4,10 @@ "version": "${version}", "name": "NoExplosionGrief", "description": "Disable Creeper & Ghast Explosion Block Damage", - "authors": [ - "KaseToatz" - ], - "contact": { - "website": "https://kasetoatz.com/", - "repo": "https://github.com/KaseToatz1337/NoExplosionGrief" - }, + "authors": [], + "contact": {}, "license": "MIT", - "environment": "server", + "environment": "*", "entrypoints": { "main": [ "com.kasetoatz.noexplosiongrief.NoExplosionGrief"