From 14481aa2e08ccce316b1d1bf4797c9328e071cc3 Mon Sep 17 00:00:00 2001 From: IMS212 Date: Sun, 23 Apr 2023 20:17:01 -0700 Subject: [PATCH] Fix warnings --- gradle.properties | 2 +- .../{LICENSE-VanillaTweaks.txt => license_vanillatweaks.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/main/resources/assets/minecraft/textures/block/{LICENSE-VanillaTweaks.txt => license_vanillatweaks.txt} (100%) diff --git a/gradle.properties b/gradle.properties index 100e58447e..f1cb70c498 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,6 +9,6 @@ loader_version=0.14.17 fabric_version=0.68.1+1.19.3 # Mod Properties -mod_version=0.4.10 +mod_version=0.4.11 maven_group=me.jellysquid.mods archives_base_name=sodium-fabric diff --git a/src/main/resources/assets/minecraft/textures/block/LICENSE-VanillaTweaks.txt b/src/main/resources/assets/minecraft/textures/block/license_vanillatweaks.txt similarity index 100% rename from src/main/resources/assets/minecraft/textures/block/LICENSE-VanillaTweaks.txt rename to src/main/resources/assets/minecraft/textures/block/license_vanillatweaks.txt