mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Purge the repo's other mods from moreores
This commit is contained in:
@ -4,7 +4,7 @@ minetest.register_craft({
|
||||
description = "Mithril String",
|
||||
inventory_image = "string_mithril.png",
|
||||
type = "shapeless",
|
||||
recipe = {"moreores:mithril_ingot", "farming:string"},
|
||||
recipe = {"default:mithril_ingot", "farming:string"},
|
||||
})
|
||||
|
||||
minetest.register_craftitem("throwing:string_mithril", {
|
||||
|
@ -130,5 +130,5 @@ if not DISABLE_DIAMOND_ARROW then
|
||||
end
|
||||
|
||||
if not DISABLE_MITHRIL_ARROW then
|
||||
throwing_register_arrow_standard ('mithril', 'Mithril (Hunter)', 8, 0.80, 'moreores:mithril_ingot')
|
||||
throwing_register_arrow_standard ('mithril', 'Mithril (Hunter)', 8, 0.80, 'default:mithril_ingot')
|
||||
end
|
||||
|
@ -42,7 +42,7 @@ end
|
||||
if not DISABLE_MINOTAUR_HORN_BOW then
|
||||
throwing_register_bow ('bow_minotaur_horn', 'Minotaur Horn Bow (Hunter)', {x=1, y=1.5, z=0.5}, 35, 1.2, 1000, false, {
|
||||
{'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'},
|
||||
{'farming:string', '', 'moreores:mithril_ingot'},
|
||||
{'farming:string', '', 'default:mithril_ingot'},
|
||||
{'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'},
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user