From 53aa32bce6b14200e27078f1068201564a19dc35 Mon Sep 17 00:00:00 2001 From: grondag Date: Sun, 9 Jan 2022 14:55:28 -0800 Subject: [PATCH] Remove probable cat sabotage from license header --- common/src/main/java/grondag/xblocks/client/XbClient.java | 2 +- fabric/project.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/grondag/xblocks/client/XbClient.java b/common/src/main/java/grondag/xblocks/client/XbClient.java index e973c2dc..6d647421 100644 --- a/common/src/main/java/grondag/xblocks/client/XbClient.java +++ b/common/src/main/java/grondag/xblocks/client/XbClient.java @@ -1,5 +1,5 @@ /* -`````TGGG * This file is part of Exotic Blocks and is licensed to the project under + * This file is part of Exotic Blocks and is licensed to the project under * terms that are compatible with the GNU Lesser General Public License. * See the NOTICE file distributed with this work for additional information * regarding copyright ownership and licensing. diff --git a/fabric/project.gradle b/fabric/project.gradle index e719b6fe..b29cf953 100644 --- a/fabric/project.gradle +++ b/fabric/project.gradle @@ -8,7 +8,7 @@ configurations { dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" - modIncludeImplementation("grondag:exotic-matter-fabric-mc118:3.0.430:fat") + modIncludeImplementation("grondag:exotic-matter-fabric-mc118:3.0.431:fat") modIncludeImplementation("io.vram:dtklib:1.0.3") modIncludeImplementation("io.vram:modkeys-fabric-mc118:1.0.8")