mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Purge the repo's other mods from moreores
This commit is contained in:
@ -155,7 +155,7 @@ farming.register_hoe(":farming:hoe_silver", {
|
||||
description = "Silver Hoe",
|
||||
inventory_image = "farming_tool_silverhoe.png",
|
||||
max_uses = 300,
|
||||
material = "moreores:silver_ingot"
|
||||
material = "default:silver_ingot"
|
||||
})
|
||||
|
||||
farming.register_hoe(":farming:hoe_mese", {
|
||||
@ -176,5 +176,5 @@ farming.register_hoe(":farming:hoe_mithril", {
|
||||
description = "Mithril Hoe",
|
||||
inventory_image = "farming_tool_mithrilhoe.png",
|
||||
max_uses = 1000,
|
||||
material = "moreores:mithril_ingot"
|
||||
material = "default:mithril_ingot"
|
||||
})
|
||||
|
Reference in New Issue
Block a user