mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-06-07 20:40:23 +02:00
add mob repellent info
This commit is contained in:
parent
0f5b0e382d
commit
112c512c6e
@ -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},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user