forked from MTSR/jonez
medieval style
This commit is contained in:
parent
791f483036
commit
c6c22b165b
7
init.lua
7
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', ''},
|
||||
|
@ -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
|
||||
|
BIN
textures/jonez_pebbled_medieval_pavement.png
Normal file
BIN
textures/jonez_pebbled_medieval_pavement.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in New Issue
Block a user