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

@ -23,11 +23,11 @@ Optional dependencies:
## License ## License
Textures: CC0 - or see notes below
Code: MIT Code: MIT
Following textures were imported from [currency](https://github.com/minetest-mods/currency) Authors of textures
* shop_front.png -------------------
* shop_side.png MultiCraft Development Team
* shop_top.png
Graphics in this mod is NOT free and can be used only as part of the official MultiCraft build.
Allowed to be used in non-official builds ONLY for personal use.

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 B

After

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 701 B