diff --git a/build.gradle b/build.gradle index 99f14c1..af19c46 100644 --- a/build.gradle +++ b/build.gradle @@ -40,13 +40,13 @@ repositories { metadataSources { artifact() } } ivy { - url = "https://piston-data.mojang.com" - patternLayout { - artifact "v1/[organisation]/[revision]/[module].jar" - m2compatible = true - } - metadataSources { artifact() } - } + url = "https://piston-data.mojang.com" + patternLayout { + artifact "v1/[organisation]/[revision]/[module].jar" + m2compatible = true + } + metadataSources { artifact() } + } } dependencies { diff --git a/gradle.properties b/gradle.properties index 54bbfc9..c88dbe7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ mixin_version=0.11.4+mixin.0.8.5 loader_version=0.14.6-babric.1 # HalpLibe -halplibe_version=1.0.1 +halplibe_version=1.0.2 # Mod mod_version=1.0.1 diff --git a/src/main/resources/gui/items.png b/src/main/resources/gui/items.png deleted file mode 100644 index 303bf24..0000000 Binary files a/src/main/resources/gui/items.png and /dev/null differ diff --git a/src/main/resources/terrain.png b/src/main/resources/terrain.png deleted file mode 100644 index a8a4c11..0000000 Binary files a/src/main/resources/terrain.png and /dev/null differ