From 75b30587e0b3fbed99347639503c5d908e7c069e Mon Sep 17 00:00:00 2001 From: Joaquin Villalba Date: Thu, 12 Nov 2020 23:47:03 -0300 Subject: [PATCH] Updated infotext Changed itemstate "In use" to "Yes" --- claycrafter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claycrafter.lua b/claycrafter.lua index 7d2e7ad..c3255e2 100644 --- a/claycrafter.lua +++ b/claycrafter.lua @@ -271,7 +271,7 @@ minetest.register_abm({ local item_percent = 0 if cookable then item_percent = math.floor(src_time / cooktime * 100) - item_state = "In use" + item_state = "Yes" else if srclist[1]:is_empty() then item_state = "Empty"