From dcb3f6cb8fc3a215ad1e56eef874383bb3cb2511 Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Sat, 4 Oct 2025 10:16:30 +0300 Subject: [PATCH] update fabric.mod.json to have correct license --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 202c7b2..fb21d51 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.21.8 yarn_mappings=1.21.8+build.1 loader_version=0.17.2 # Mod Properties -mod_version=0.2 +mod_version=0.3 maven_group=ovh.sad archives_base_name=snad-fabric # Dependencies diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 950bee1..672b60c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -6,7 +6,7 @@ "description": "Adds redstone activated sand, that grows cane that's on top of it. Doesn't work for cactus though, cause I hate how cactus spawns.", "authors": ["fucksophie"], "contact": {}, - "license": "All-Rights-Reserved", + "license": "PolyForm Shield License 1.0.0", "icon": "assets/snad/icon.png", "environment": "*", "accessWidener" : "snad.accesswidener",