Added mese door
This commit is contained in:
parent
c7f42cd8a0
commit
c708b57605
@ -2,7 +2,8 @@ local cdoor_list = { --Number , Description , Inven Image , Image
|
||||
{ "1", "Bronze Door" , "bronze", "bronze_ingot"},
|
||||
{ "2", "Copper Door" , "copper", "copper_ingot"},
|
||||
{ "3", "Gold Door" , "gold", "gold_ingot"},
|
||||
{ "4", "Diamond Door" , "diamond", "diamond"},
|
||||
{ "4", "Diamond Door" , "diamond", "diamond"},
|
||||
{ "5", "Mese Door" , "mese", "mese_crystal"},
|
||||
}
|
||||
|
||||
|
||||
|
BIN
my_default_doors/textures/mydoors_mese_bottom.png
Normal file
BIN
my_default_doors/textures/mydoors_mese_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 498 B |
BIN
my_default_doors/textures/mydoors_mese_edge.png
Normal file
BIN
my_default_doors/textures/mydoors_mese_edge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 B |
BIN
my_default_doors/textures/mydoors_mese_inv.png
Normal file
BIN
my_default_doors/textures/mydoors_mese_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 593 B |
BIN
my_default_doors/textures/mydoors_mese_top.png
Normal file
BIN
my_default_doors/textures/mydoors_mese_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 480 B |
@ -2,7 +2,8 @@ local cdoor_list = { --Number , Description , Inven Image , Image
|
||||
{ "1", "Bronze Door" , "bronze", "bronze_ingot"},
|
||||
{ "2", "Copper Door" , "copper", "copper_ingot"},
|
||||
{ "3", "Gold Door" , "gold", "gold_ingot"},
|
||||
{ "4", "Diamond Door" , "diamond", "diamond"},
|
||||
{ "4", "Diamond Door" , "diamond", "diamond"},
|
||||
{ "5", "Mese Door" , "mese", "mese_crystal"},
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user