From 5adab9f406ff9c9758bffd9a19ccfb6d8aab5800 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 18 Sep 2014 14:50:32 +0100 Subject: [PATCH] Change license of ingredient list --- support.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/support.lua b/support.lua index 3f701a4..d4470e8 100644 --- a/support.lua +++ b/support.lua @@ -6,6 +6,11 @@ -- Support external mods -- ===================================== +-- The following ingredient list is licensed under WTFPL +-- You may use the list in your mod. I am doing this to +-- make it easier for mods to support lots of others - +-- good for the end user + -- Add support for other mods food.support("cocoa", "farming_plus:cocoa_bean") food.support("cup", "vessels:drinking_glass")