textures for the store.

master
NathanSalapat 2016-04-30 07:47:11 -05:00
parent 8e8d5e0494
commit 64c97e99b1
7 changed files with 79 additions and 74 deletions

View File

@ -1,2 +1 @@
default
currency

View File

@ -15,7 +15,7 @@ formspec_owner =
minetest.register_node('autostore:store_1', {
description = 'store',
tiles = {'default_wood.png'},
tiles = {'autostore_top.png', 'autostore_side.png', 'autostore_side.png', 'autostore_side.png', 'autostore_side.png', 'autostore_front.png'},
groups = {oddly_breakable_by_hand=3, choppy=2},
paramtype = 'light',
paramtype2 = 'facedir',
@ -79,7 +79,7 @@ minetest.register_node('autostore:store_1', {
minetest.register_node('autostore:store', {
description = 'store',
tiles = {'default_wood.png'},
tiles = {'autostore_top.png', 'autostore_side.png', 'autostore_side.png', 'autostore_side.png', 'autostore_side.png', 'autostore_front.png'},
groups = {oddly_breakable_by_hand=3, choppy=2},
paramtype = 'light',
paramtype2 = 'facedir',

6
readme.txt Normal file
View File

@ -0,0 +1,6 @@
This mod adds one node and a privilege.
The node is a "store" where one can buy a single itemstack for a different itemstack, there are no limitations as to what can be used as the payment or the product being sold.
A player needs the autostore privilege to dig or place the node.
Once an unconfigured store is placed right click on it to open the formspec and set what is being sold and for how much and give it a name, then click save.
Once the store is saved any player can buy the items.
The beautiful thing about this store is there is no inventory to maintain, so once it is setup it will be able to sell the itmes forever.

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

BIN
textures/autostore_off.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

BIN
textures/autostore_side.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

BIN
textures/autostore_top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B