1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-01-11 18:30:18 +01:00

Updated infotext

Changed itemstate "In use" to "Yes"
This commit is contained in:
Joaquin Villalba 2020-11-12 23:47:03 -03:00 committed by GitHub
parent 1626a812fa
commit 75b30587e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"