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
1 changed files with 1 additions and 1 deletions

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"