From 9d003c15ea6b24a8abca54a5383b52ece4855839 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 3 Apr 2023 00:48:23 +0200 Subject: Added Paste Into Signs - Allows you to paste the clipboard into Sings when you press Ctrl + V --- src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java') diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index be749d95a..2f8f33e22 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -240,6 +240,7 @@ public class SkyHanniMod { loadModule(new ComposterDisplay()); loadModule(new GardenComposterInventoryFeatures()); loadModule(new MinionCollectLogic()); + loadModule(new PasteIntoSigns()); Commands.INSTANCE.init(); -- cgit