gothic style

This commit is contained in:
root 2020-07-14 14:10:30 +02:00
parent c6c22b165b
commit eed2235b49
8 changed files with 19 additions and 1 deletions

View File

@ -132,7 +132,8 @@ local styles = {
"minoan",
"attic",
"versailles",
"medieval"
"medieval",
"gothic"
}
--The chisel to carve the marble
@ -354,6 +355,13 @@ local pavements= {
{'', '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",
recipe = {
{'', 'stairs:slab_marble_brick_polished', ''},
@ -361,6 +369,13 @@ local pavements= {
{'', '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

View File

@ -17,6 +17,7 @@ Minoan=Minoico
Attic=Ático
Versailles=Versalles
Medieval=Medieval
Gothic=Gótico
Ancient Marble Stair=Escalera de mármol antiguo
Ancient Marble Slab=Losa 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 Pebbled Pavement=Pavimento de guijarros 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 Gothic Wall=Muro gótico antiguo
Ancient Polished Marble=Marmol pulido antiguo
Ancient Polished Marble Stair=Escalera de mármol pulido antiguo
Ancient Polished Marble Slab=Losa de mármol pulido antiguo

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB