From 626aff5b5208bf0a36d5ec6425aff6771e146f48 Mon Sep 17 00:00:00 2001 From: VenomCodeDev <103589496+VenomCodeDev@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:04:21 -0500 Subject: [PATCH] Fixed fabric.mod.json's license setting. --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 21a5fce..c87701d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -13,7 +13,7 @@ "sources": "https://github.com/VenomCodeDev/JumpVaderMod" }, - "license": "CC0-1.0", + "license": "MIT", "icon": "assets/jumpvader/icon.png", "environment": "*",