mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-07-02 16:30:21 +02:00
code tidy
This commit is contained in:
@ -226,7 +226,7 @@ minetest.register_craft({
|
||||
local tex_obj
|
||||
|
||||
minetest.register_tool(":mobs:mob_reset_stick", {
|
||||
description = "Mob Reset Stick",
|
||||
description = S("Mob Reset Stick"),
|
||||
inventory_image = "default_stick.png^[colorize:#ff000050",
|
||||
stack_max = 1,
|
||||
groups = {not_in_creative_inventory = 1},
|
||||
|
Reference in New Issue
Block a user