From e8f1033d497e6e30c87fb2f11e8206587f2d3e7a Mon Sep 17 00:00:00 2001
From: Parasitoid <43480717+Parasitoid@users.noreply.github.com>
Date: Sat, 01 Jun 2019 12:33:31 +0200
Subject: [PATCH] Add alloy ice + bucket = water bucket (#470)

---
 technic/init.lua |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/technic/init.lua b/technic/init.lua
index 0d97319..370c71b 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -26,10 +26,10 @@
 -- Helper functions
 dofile(modpath.."/helpers.lua")
 
--- Items 
+-- Items
 dofile(modpath.."/items.lua")
 
--- Craft recipes for items 
+-- Craft recipes for items
 dofile(modpath.."/crafts.lua")
 
 -- Register functions

--
Gitblit v1.8.0