From 1f97cbbe0053a5c1751cce143e88b6031fe331f7 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 4 Nov 2023 07:56:55 +0000 Subject: [PATCH] fix hemp fibre recipe (thx fluxionary) --- crops/hemp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crops/hemp.lua b/crops/hemp.lua index ac2b1dc..972ed4d 100644 --- a/crops/hemp.lua +++ b/crops/hemp.lua @@ -91,7 +91,7 @@ minetest.register_craft( { {"farming:hemp_leaf", "group:water_bucket", "farming:hemp_leaf"}, {"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"} }, - replacements = {{a.bucket_water, a.bucket_empty}} + replacements = {{"group:water_bucket", a.bucket_empty}} }) if minetest.get_modpath("bucket_wooden") then