]> git.lizzy.rs Git - xdecor.git/blobdiff - src/cooking.lua
Minor style cleaning
[xdecor.git] / src / cooking.lua
index 46629ec756278760479c20308dbbeac85187941d..a14e30ec315f1b29b0886eb302ff8ef37aee489e 100644 (file)
@@ -77,7 +77,7 @@ function cauldron.idle_timer(pos)
        return true
 end
 
--- Ugly hack to determine if an item has `minetest.item_eat` in its definition.
+-- Ugly hack to determine if an item has the function `minetest.item_eat` in its definition.
 local function eatable(itemstring)
        local item = itemstring:match("[%w_:]+")
        local on_use_def = minetest.registered_items[item].on_use