mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
fix the mithril string
This commit is contained in:
parent
12535aebab
commit
33a093263b
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"},
|
||||
})
|
@ -28,6 +28,8 @@ dofile(minetest.get_modpath("throwing").."/functions.lua")
|
||||
|
||||
dofile(minetest.get_modpath("throwing").."/tools.lua")
|
||||
|
||||
dofile(minetest.get_modpath("throwing").."/crafts.lua")
|
||||
|
||||
dofile(minetest.get_modpath("throwing").."/standard_arrows.lua")
|
||||
|
||||
if minetest.get_modpath('fire') and minetest.get_modpath('bucket') and not DISABLE_FIRE_ARROW then
|
||||
|
Loading…
Reference in New Issue
Block a user