mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2024-11-14 06:20:18 +01:00
change nametag texture and description to stand out from mineclone version
This commit is contained in:
parent
ceefbcec39
commit
7c7a7345af
|
@ -21,9 +21,10 @@ local items = {
|
|||
meat_cooked = mc2 and "mcl_mobitems:cooked_beef" or "group:food_meat",
|
||||
}
|
||||
|
||||
|
||||
-- name tag
|
||||
minetest.register_craftitem("mobs:nametag", {
|
||||
description = S("Name Tag"),
|
||||
description = S("Name Tag") .. " " .. S("\nRight-click Mobs Redo mob to apply"),
|
||||
inventory_image = "mobs_nametag.png",
|
||||
groups = {flammable = 2, nametag = 1}
|
||||
})
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 186 B |
Loading…
Reference in New Issue
Block a user