Added missing item, throwing:string_mithril

- Related to #177
This commit is contained in:
LeMagnesium 2015-08-02 21:00:20 +02:00
parent a97c0e6687
commit bf7a9b02be
2 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,8 @@ minetest.register_craft({
type = "shapeless",
recipe = {"moreores:mithril_ingot", "farming:string"},
})
minetest.register_craftitem("throwing:string_mithril", {
inventory_image = "throwing_string_mithril.png",
description = "Mithril String",
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

After

Width:  |  Height:  |  Size: 405 B