change inv color

master
MisterE123 2020-12-27 04:06:19 +00:00
parent b43860be45
commit 99e60bf866
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ minetest.register_entity("ufowreck:miniufo", miniufo)
--register tool (with/without technic mod)
local tooldef = {
description = "miniufo",
description = minetest.colorize("#0E0", "Alien ")..minetest.colorize("#A0F", "Mini UFO"),
inventory_image = "ufos_inventory.png",
wield_image = "ufos_inventory.png",
tool_capabilities = {load=0,max_drop_level=0, groupcaps={fleshy={times={}, uses=100, maxlevel=0}}},