Replace diamond hoe with prismatic hoe and fix mese hoe texture

master
Wuzzy 2017-12-13 23:43:30 +01:00
parent 1f31bb02ae
commit a998c3a9e3
4 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,8 @@ farming.register_hoe(":farming:hoe_mese", {
})
farming.register_hoe(":farming:hoe_diamond", {
description = "Diamond Hoe",
inventory_image = "farming_tool_diamondhoe.png",
max_uses = 500,
material = "default:diamond"
description = "Prism Hoe",
inventory_image = "farming_tool_prismatichoe.png",
max_uses = 1050,
material = "travelnet:prismatic_gem"
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B