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:
@ -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"
|
||||
})
|
||||
|
BIN
minetestforfun_game/mods/farming/textures/farming_tool_mithrilhoe.png
Executable file
BIN
minetestforfun_game/mods/farming/textures/farming_tool_mithrilhoe.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 199 B |
BIN
minetestforfun_game/mods/farming/textures/farming_tool_silverhoe.png
Executable file
BIN
minetestforfun_game/mods/farming/textures/farming_tool_silverhoe.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 199 B |
Reference in New Issue
Block a user