diff --git a/init.lua b/init.lua index 1a1d0a9..37f6825 100644 --- a/init.lua +++ b/init.lua @@ -347,6 +347,13 @@ local pavements= { {'', 'stairs:slab_marble_brick_polished', ''}, } }, + {name= "jonez:pebbled_medieval_pavement", description= "Ancient Pebbled Medieval Pavement", texture= "jonez_pebbled_medieval_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'}, + {'', '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', ''}, diff --git a/locale/jonez.es.tr b/locale/jonez.es.tr index d7a515e..12ca245 100644 --- a/locale/jonez.es.tr +++ b/locale/jonez.es.tr @@ -34,6 +34,7 @@ Ancient Tiled Pavement=Pavimento de baldosas antiguas 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 Wall=Muro de guijarros antiguo Ancient Polished Marble=Marmol pulido antiguo Ancient Polished Marble Stair=Escalera de mármol pulido antiguo diff --git a/textures/jonez_pebbled_medieval_pavement.png b/textures/jonez_pebbled_medieval_pavement.png new file mode 100644 index 0000000..f5d6d72 Binary files /dev/null and b/textures/jonez_pebbled_medieval_pavement.png differ