diff --git a/init.lua b/init.lua index 37f6825..3b61916 100644 --- a/init.lua +++ b/init.lua @@ -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 diff --git a/locale/jonez.es.tr b/locale/jonez.es.tr index 12ca245..95c7870 100644 --- a/locale/jonez.es.tr +++ b/locale/jonez.es.tr @@ -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 diff --git a/textures/jonez_gothic_architrave.png b/textures/jonez_gothic_architrave.png new file mode 100644 index 0000000..61f9bd7 Binary files /dev/null and b/textures/jonez_gothic_architrave.png differ diff --git a/textures/jonez_gothic_base.png b/textures/jonez_gothic_base.png new file mode 100644 index 0000000..4dc68db Binary files /dev/null and b/textures/jonez_gothic_base.png differ diff --git a/textures/jonez_gothic_capital.png b/textures/jonez_gothic_capital.png new file mode 100644 index 0000000..78d2428 Binary files /dev/null and b/textures/jonez_gothic_capital.png differ diff --git a/textures/jonez_gothic_shaft.png b/textures/jonez_gothic_shaft.png new file mode 100644 index 0000000..5ccd140 Binary files /dev/null and b/textures/jonez_gothic_shaft.png differ diff --git a/textures/jonez_gothic_top_bottom.png b/textures/jonez_gothic_top_bottom.png new file mode 100644 index 0000000..43bb5c5 Binary files /dev/null and b/textures/jonez_gothic_top_bottom.png differ diff --git a/textures/jonez_pebbled_gothic_pavement.png b/textures/jonez_pebbled_gothic_pavement.png new file mode 100644 index 0000000..f9e2985 Binary files /dev/null and b/textures/jonez_pebbled_gothic_pavement.png differ