From 5aa2397ca8ed7fdc7a5020e1759901dadcd08496 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 12 Jun 2020 10:09:42 +0100 Subject: [PATCH] paper recipe needs cotton, candle recipe needs string --- extra.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extra.lua b/extra.lua index f299fb4..a0c74a1 100644 --- a/extra.lua +++ b/extra.lua @@ -112,9 +112,9 @@ end -- END if minetest.register_craft({ output = "default:paper 4", recipe = { - {"farming:string", "farming:string"}, - {"farming:string", "farming:string"}, - {"farming:string", "farming:string"}, + {"farming:cotton", "farming:cotton"}, + {"farming:cotton", "farming:cotton"}, + {"farming:cotton", "farming:cotton"}, } }) @@ -164,7 +164,7 @@ minetest.register_node("ethereal:candle", { minetest.register_craft({ output = "ethereal:candle 2", recipe = { - {"farming:cotton"}, + {"farming:string"}, {"ethereal:palm_wax"}, {"ethereal:palm_wax"}, }