19 lines
466 B
YAML
19 lines
466 B
YAML
shop:
|
|
categories:
|
|
stone_blocks:
|
|
items:
|
|
stone:
|
|
material: STONE
|
|
price: 10
|
|
display_name: "Stone Block"
|
|
wood_blocks:
|
|
items:
|
|
oak_planks:
|
|
material: OAK_PLANKS
|
|
price: 15
|
|
display_name: "Oak Planks"
|
|
poor: "you're poor..."
|
|
inventory_full: "you got too much clutter, cant fit your purchase into that mess..."
|
|
pagination:
|
|
max_items_per_page: 45 # Max items to display per page
|