From bed986ad747b11197699ba3c6b727931232723de Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 12 Jun 2020 10:00:12 +0100 Subject: [PATCH] hemp fibre recipe gives more paper and string --- crops/hemp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crops/hemp.lua b/crops/hemp.lua index e08384c..583b7da 100644 --- a/crops/hemp.lua +++ b/crops/hemp.lua @@ -134,7 +134,7 @@ end -- paper minetest.register_craft( { - output = "default:paper", + output = "default:paper 3", recipe = { {"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"}, } @@ -142,7 +142,7 @@ minetest.register_craft( { -- string minetest.register_craft( { - output = "farming:cotton", + output = "farming:cotton 3", recipe = { {"farming:hemp_fibre"}, {"farming:hemp_fibre"},