From 48abadafd608b55f34daf820792800c5a0f80c21 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 26 Aug 2023 07:48:53 +0100 Subject: [PATCH] basandra bush stem gives 2 wood --- wood.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wood.lua b/wood.lua index f02844c..e0e08e9 100644 --- a/wood.lua +++ b/wood.lua @@ -13,7 +13,7 @@ minetest.register_node("ethereal:basandra_wood", { }) minetest.register_craft({ - output = "ethereal:basandra_wood 1", + output = "ethereal:basandra_wood 2", recipe = {{"ethereal:basandra_bush_stem"}} })