mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-31 05:15:21 +01:00
fix the mithril string
This commit is contained in:
8
mods/throwing/crafts.lua
Normal file
8
mods/throwing/crafts.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Craft recipe of the "Mithril String"
|
||||
minetest.register_craft({
|
||||
output = "throwing:string_mithril",
|
||||
description = "Mithril String",
|
||||
inventory_image = "string_mithril.png",
|
||||
type = "shapeless",
|
||||
recipe = {"moreores:mithril_ingot", "farming:string"},
|
||||
})
|
||||
Reference in New Issue
Block a user