1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2025-07-13 05:40:21 +02:00

Update textures and craft

This commit is contained in:
Maksym H
2022-09-28 10:01:27 +02:00
parent 20810ba81d
commit c79c4adf39
5 changed files with 8 additions and 8 deletions

View File

@ -272,9 +272,9 @@ minetest.register_node(exchange_shop.shopname, {
minetest.register_craft({
output = exchange_shop.shopname,
recipe = {
{"default:ruby", "default:ruby", "default:ruby"},
{"default:gold_ingot", "default:ruby", "default:gold_ingot"},
{"default:ruby", "default:chest", "default:ruby"},
{"default:ruby", "default:ruby", "default:ruby"}
{"default:gold_ingot", "default:ruby", "default:gold_ingot"}
}
})