mirror of
https://github.com/SmallJoker/exchange_shop.git
synced 2024-11-14 14:40:24 +01:00
Update textures and craft
This commit is contained in:
parent
20810ba81d
commit
c79c4adf39
12
README.md
12
README.md
|
@ -23,11 +23,11 @@ Optional dependencies:
|
|||
|
||||
## License
|
||||
|
||||
Textures: CC0 - or see notes below
|
||||
|
||||
Code: MIT
|
||||
|
||||
Following textures were imported from [currency](https://github.com/minetest-mods/currency)
|
||||
* shop_front.png
|
||||
* shop_side.png
|
||||
* shop_top.png
|
||||
Authors of textures
|
||||
-------------------
|
||||
MultiCraft Development Team
|
||||
|
||||
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.
|
||||
|
|
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"}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
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 |
Loading…
Reference in New Issue
Block a user