mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Updated homedecor
- Updated fonts and sign_lib - Did some remove_whitespaces
This commit is contained in:
@ -809,8 +809,9 @@ minetest.register_craftitem("nether:hotbed", {
|
||||
end
|
||||
})
|
||||
|
||||
-- Nether Pickaxe
|
||||
minetest.register_tool("nether:pick_mushroom", { -- Modif MFF the entire tool
|
||||
|
||||
-- Modif MFF the entire tool
|
||||
minetest.register_tool("nether:pick_mushroom", {
|
||||
description = "Nether Mushroom Pickaxe",
|
||||
inventory_image = "nether_pick_mushroom.png",
|
||||
tool_capabilities = {
|
||||
|
Reference in New Issue
Block a user