gothic style
This commit is contained in:
parent
c6c22b165b
commit
eed2235b49
17
init.lua
17
init.lua
@ -132,7 +132,8 @@ local styles = {
|
|||||||
"minoan",
|
"minoan",
|
||||||
"attic",
|
"attic",
|
||||||
"versailles",
|
"versailles",
|
||||||
"medieval"
|
"medieval",
|
||||||
|
"gothic"
|
||||||
}
|
}
|
||||||
|
|
||||||
--The chisel to carve the marble
|
--The chisel to carve the marble
|
||||||
@ -354,6 +355,13 @@ local pavements= {
|
|||||||
{'', 'stairs:slab_marble_brick_polished', 'stairs:slab_marble_brick_polished'},
|
{'', 'stairs:slab_marble_brick_polished', 'stairs:slab_marble_brick_polished'},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{name= "jonez:pebbled_gothic_pavement", description= "Ancient Pebbled Gothic Pavement", texture= "jonez_pebbled_gothic_pavement.png",
|
||||||
|
recipe = {
|
||||||
|
{'stairs:slab_marble_brick_polished', 'stairs:slab_marble_brick_polished', ''},
|
||||||
|
{'', 'stairs:slab_marble_brick_polished', ''},
|
||||||
|
{'', 'stairs:slab_marble_brick_polished', 'stairs:slab_marble_brick_polished'},
|
||||||
|
}
|
||||||
|
},
|
||||||
{name= "jonez:pebbled_wall", description= "Ancient Pebbled Wall", texture= "jonez_pebbled_wall.png",
|
{name= "jonez:pebbled_wall", description= "Ancient Pebbled Wall", texture= "jonez_pebbled_wall.png",
|
||||||
recipe = {
|
recipe = {
|
||||||
{'', 'stairs:slab_marble_brick_polished', ''},
|
{'', 'stairs:slab_marble_brick_polished', ''},
|
||||||
@ -361,6 +369,13 @@ local pavements= {
|
|||||||
{'', 'stairs:slab_marble_brick_polished', ''},
|
{'', 'stairs:slab_marble_brick_polished', ''},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{name= "jonez:gothic_wall", description= "Ancient Gothic Wall", texture= "jonez_gothic_top_bottom.png",
|
||||||
|
recipe = {
|
||||||
|
{'', 'stairs:slab_marble_brick', ''},
|
||||||
|
{'stairs:slab_marble_brick', 'stairs:slab_marble_brick', 'stairs:slab_marble_brick'},
|
||||||
|
{'', 'stairs:slab_marble_brick', ''},
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
for i = 1, #pavements do
|
for i = 1, #pavements do
|
||||||
|
@ -17,6 +17,7 @@ Minoan=Minoico
|
|||||||
Attic=Ático
|
Attic=Ático
|
||||||
Versailles=Versalles
|
Versailles=Versalles
|
||||||
Medieval=Medieval
|
Medieval=Medieval
|
||||||
|
Gothic=Gótico
|
||||||
Ancient Marble Stair=Escalera de mármol antiguo
|
Ancient Marble Stair=Escalera de mármol antiguo
|
||||||
Ancient Marble Slab=Losa de mármol antiguo
|
Ancient Marble Slab=Losa de mármol antiguo
|
||||||
Ancient Marble Brick Stair=Escalera de ladrillo de mármol antiguo
|
Ancient Marble Brick Stair=Escalera de ladrillo de mármol antiguo
|
||||||
@ -35,7 +36,9 @@ Ancient Mosaic Pavement=Pavimento de mosaico antiguo
|
|||||||
Ancient Diamond Pavement=Pavimento de rombos antiguo
|
Ancient Diamond Pavement=Pavimento de rombos antiguo
|
||||||
Ancient Pebbled Pavement=Pavimento de guijarros antiguo
|
Ancient Pebbled Pavement=Pavimento de guijarros antiguo
|
||||||
Ancient Pebbled Medieval Pavement=Pavimento de guijarros medieval antiguo
|
Ancient Pebbled Medieval Pavement=Pavimento de guijarros medieval antiguo
|
||||||
|
Ancient Pebbled Gothic Pavement=Pavimento de guijarros gótico antiguo
|
||||||
Ancient Pebbled Wall=Muro de guijarros antiguo
|
Ancient Pebbled Wall=Muro de guijarros antiguo
|
||||||
|
Ancient Gothic Wall=Muro gótico antiguo
|
||||||
Ancient Polished Marble=Marmol pulido antiguo
|
Ancient Polished Marble=Marmol pulido antiguo
|
||||||
Ancient Polished Marble Stair=Escalera de mármol pulido antiguo
|
Ancient Polished Marble Stair=Escalera de mármol pulido antiguo
|
||||||
Ancient Polished Marble Slab=Losa de mármol pulido antiguo
|
Ancient Polished Marble Slab=Losa de mármol pulido antiguo
|
||||||
|
BIN
textures/jonez_gothic_architrave.png
Normal file
BIN
textures/jonez_gothic_architrave.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
textures/jonez_gothic_base.png
Normal file
BIN
textures/jonez_gothic_base.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
textures/jonez_gothic_capital.png
Normal file
BIN
textures/jonez_gothic_capital.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
textures/jonez_gothic_shaft.png
Normal file
BIN
textures/jonez_gothic_shaft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
textures/jonez_gothic_top_bottom.png
Normal file
BIN
textures/jonez_gothic_top_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
textures/jonez_pebbled_gothic_pavement.png
Normal file
BIN
textures/jonez_pebbled_gothic_pavement.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue
Block a user