colorize antipvp block to better
This commit is contained in:
parent
53eb2e5178
commit
b3bccffa7c
2
init.lua
2
init.lua
@ -42,7 +42,7 @@ core.register_privilege("antipvp", {
|
|||||||
-- block
|
-- block
|
||||||
core.register_node("antipvp:quiet", {
|
core.register_node("antipvp:quiet", {
|
||||||
description = "Anti PVP place",
|
description = "Anti PVP place",
|
||||||
tiles = {"default_obsidian.png^[colorize:white:36^heart.png"},
|
tiles = {"default_obsidian.png^[colorize:green:10^heart.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user