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:
4
shop.lua
4
shop.lua
@ -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"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user