From 000e581b4f5d56c6bb3da92227abba803ca4561a Mon Sep 17 00:00:00 2001 From: Sollace Date: Mon, 3 Jun 2019 12:47:30 +0200 Subject: [PATCH] Re-add the credit line --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 07964203..24e1c8e8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,7 @@ +// Fabric build script +// 03/06/2019 +// https://github.com/FabricMC/fabric-example-mod/blob/master/build.gradle + plugins { id 'fabric-loom' version '0.2.4-SNAPSHOT' id 'com.github.johnrengelman.plugin-shadow' version '2.0.3'