forked from mtcontrib/mobs_redo
add mob repellent info
This commit is contained in:
@ -203,7 +203,7 @@ core.register_craft({
|
|||||||
-- mob repellent node
|
-- mob repellent node
|
||||||
|
|
||||||
core.register_node("mobs:mob_repellent", {
|
core.register_node("mobs:mob_repellent", {
|
||||||
description = S("Mob Repellent"),
|
description = S("Mob Repellent (Stops mobs spawning within 16 block radius)"),
|
||||||
tiles = {"mobs_repellent.png"},
|
tiles = {"mobs_repellent.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {handy = 1, cracky = 3},
|
groups = {handy = 1, cracky = 3},
|
||||||
|
Reference in New Issue
Block a user