mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
parent
1b4bf1311c
commit
70b5263459
@ -30,8 +30,7 @@ minetest.register_privilege("money_admin", {
|
||||
--Barter shop.
|
||||
minetest.register_node("money:barter_shop", {
|
||||
description = "Barter Shop",
|
||||
tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png",
|
||||
"default_chest_side.png", "default_chest_side.png", "default_chest_side.png^money_barter_shop_lock.png"},
|
||||
tiles = {"money_barter_shop.png"},
|
||||
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
paramtype2 = "facedir",
|
||||
@ -163,8 +162,7 @@ minetest.register_alias("barter_shop", "money:barter_shop")
|
||||
-- Admin barter shop
|
||||
minetest.register_node("money:admin_barter_shop", {
|
||||
description = "Admin Barter Shop",
|
||||
tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png",
|
||||
"default_chest_side.png", "default_chest_side.png", "default_chest_side.png^money_admin_barter_shop_lock.png"},
|
||||
tiles = {"money_admin_barter_shop.png"},
|
||||
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
paramtype2 = "facedir",
|
||||
|
BIN
mods/money/textures/money_admin_barter_shop.png
Executable file
BIN
mods/money/textures/money_admin_barter_shop.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 273 B |
Binary file not shown.
Before Width: | Height: | Size: 278 B |
BIN
mods/money/textures/money_barter_shop.png
Executable file
BIN
mods/money/textures/money_barter_shop.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 288 B |
Binary file not shown.
Before Width: | Height: | Size: 280 B |
Loading…
Reference in New Issue
Block a user