Use "minetest" instead of "core" table

This commit is contained in:
Wuzzy 2020-01-06 13:02:30 +01:00
parent 05152589fa
commit f2b7392a30
9 changed files with 27 additions and 27 deletions

View file

@ -146,7 +146,7 @@ minetest.register_craftitem("mcl_core:apple", {
-- TODO: Status effects
minetest.register_craftitem("mcl_core:apple_gold", {
description = core.colorize("#55FFFF", S("Golden Apple")),
description = minetest.colorize("#55FFFF", S("Golden Apple")),
_doc_items_longdesc = S("Golden apples are precious food items which can be eaten."),
wield_image = "mcl_core_apple_golden.png",
inventory_image = "mcl_core_apple_golden.png",