1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-07 12:30:27 +02:00

add mob repellent info

This commit is contained in:
tenplus1 2025-05-25 13:32:46 +01:00
parent 0f5b0e382d
commit 112c512c6e

View File

@ -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},