mirror of
https://github.com/Dragonop/claycrafter.git
synced 2024-11-04 22:53:47 +01:00
Updated infotext
Changed itemstate "In use" to "Yes"
This commit is contained in:
parent
1626a812fa
commit
75b30587e0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user