1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-26 19:25:25 +01:00

Purge the repo's other mods from moreores

This commit is contained in:
LeMagnesium
2016-06-03 21:52:52 +02:00
parent 0023e02558
commit a364f64ab9
20 changed files with 39 additions and 39 deletions

View File

@@ -57,7 +57,7 @@ minetest.register_tool("runes:stylus", {
minetest.register_craft({
output = "runes:stylus",
recipe = {
{"", "default:obsidian_shard", "moreores:mithril_ingot"},
{"", "default:obsidian_shard", "default:mithril_ingot"},
{"default:obsidian_shard", "default:nyancat_rainbow", "default:obsidian_shard"},
{"default:obsidian_shard", "default:obsidian_shard", ""},
},