1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

[moreores & mff_game] Fuse moreores and mff_game together

This commit is contained in:
LeMagnesium
2016-04-27 16:01:44 +02:00
parent a6572fafc5
commit e3e8de8b10
67 changed files with 544 additions and 636 deletions

View File

@ -151,6 +151,13 @@ farming.register_hoe(":farming:hoe_bronze", {
material = "default:bronze_ingot"
})
farming.register_hoe(":farming:hoe_silver", {
description = "Silver Hoe",
inventory_image = "farming_tool_silverhoe.png",
max_uses = 300,
material = "moreores:silver_ingot"
})
farming.register_hoe(":farming:hoe_mese", {
description = "Mese Hoe",
inventory_image = "farming_tool_mesehoe.png",
@ -163,4 +170,11 @@ farming.register_hoe(":farming:hoe_diamond", {
inventory_image = "farming_tool_diamondhoe.png",
max_uses = 500,
material = "default:diamond"
})
})
farming.register_hoe(":farming:hoe_mithril", {
description = "Mithril Hoe",
inventory_image = "farming_tool_mithrilhoe.png",
max_uses = 1000,
material = "moreores:mithril_ingot"
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B