From 07e3c86015c2733f247a83a59be782e36a0cc32c Mon Sep 17 00:00:00 2001 From: AbyssDweller <80689879+AbyssDweller@users.noreply.github.com> Date: Thu, 27 Oct 2022 10:24:22 -0400 Subject: [PATCH] update --- build.gradle | 2 +- remappedSrc/net/fabricmc/fishplex/Aspects.java | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 7158046..57eb7c9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.12-SNAPSHOT' + id 'fabric-loom' version '1.0-SNAPSHOT' id 'maven-publish' } diff --git a/remappedSrc/net/fabricmc/fishplex/Aspects.java b/remappedSrc/net/fabricmc/fishplex/Aspects.java index 919f082..04bad4e 100644 --- a/remappedSrc/net/fabricmc/fishplex/Aspects.java +++ b/remappedSrc/net/fabricmc/fishplex/Aspects.java @@ -29,7 +29,5 @@ public class Aspects implements ModInitializer { Registry.register(Registry.ITEM, new Identifier("aspects", "geo_diamond"), GEO_DIAMOND); Registry.register(Registry.ITEM, new Identifier("aspects", "ordo_star"), ORDO_STAR); Registry.register(Registry.ITEM, new Identifier("aspects", "perditio_bone"), PERDITIO_BONE); - LOGGER.info("Hello from Aspects :D"); - } }