Update crafting.lua (#2)

This commit is contained in:
Bruno Rybársky 2023-10-11 04:46:20 +02:00 committed by GitHub
parent c709be15a8
commit 7be8a561a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,16 +95,16 @@ minetest.register_craft({
output = "rangedweapons:python",
recipe = {
{"rangedweapons:gunsteel_ingot", "rangedweapons:gunsteel_ingot", "rangedweapons:gunsteel_ingot"},
{"", "default:diamond", "rangedweapons:tree"},
{"", "default:mese_crystal", "rangedweapons:tree"},
{"", "default:diamond", "group:tree"},
{"", "default:mese_crystal", "group:tree"},
}
})
minetest.register_craft({
output = "rangedweapons:python",
recipe = {
{"moreores:silver_ingot", "moreores:silver_ingot", "moreores:silver_ingot"},
{"", "default:diamond", "rangedweapons:tree"},
{"", "default:mese_crystal", "rangedweapons:tree"},
{"", "default:diamond", "group:tree"},
{"", "default:mese_crystal", "group:tree"},
}
})