Fix recipes using 'default:sandstone_brick' -> 'default:sandstonebrick'
This commit is contained in:
parent
35677202b7
commit
7979886995
@ -8,7 +8,7 @@ arrowslit.types = {
|
|||||||
{"stonewall", "Stonewall", "castle_stonewall", "castle:stonewall"},
|
{"stonewall", "Stonewall", "castle_stonewall", "castle:stonewall"},
|
||||||
{"cobble", "Cobble", "default_cobble", "default:cobble"},
|
{"cobble", "Cobble", "default_cobble", "default:cobble"},
|
||||||
{"stonebrick", "Stonebrick", "default_stone_brick", "default:stonebrick"},
|
{"stonebrick", "Stonebrick", "default_stone_brick", "default:stonebrick"},
|
||||||
{"sandstonebrick", "Sandstone Brick", "default_sandstone_brick", "default:sandstone_brick"},
|
{"sandstonebrick", "Sandstone Brick", "default_sandstone_brick", "default:sandstonebrick"},
|
||||||
{"desertstonebrick", "Desert Stone Brick", "default_desert_stone_brick", "default:desert_stonebrick"},
|
{"desertstonebrick", "Desert Stone Brick", "default_desert_stone_brick", "default:desert_stonebrick"},
|
||||||
{"stone", "Stone", "default_stone", "default:stone"},
|
{"stone", "Stone", "default_stone", "default:stone"},
|
||||||
{"sandstone", "Sandstone", "default_sandstone", "default:sandstone"},
|
{"sandstone", "Sandstone", "default_sandstone", "default:sandstone"},
|
||||||
|
@ -4,7 +4,7 @@ hole.types = {
|
|||||||
{"stonewall", "Stonewall", "castle_stonewall", "castle:stonewall"},
|
{"stonewall", "Stonewall", "castle_stonewall", "castle:stonewall"},
|
||||||
{"cobble", "Cobble", "default_cobble", "default:cobble"},
|
{"cobble", "Cobble", "default_cobble", "default:cobble"},
|
||||||
{"stonebrick", "Stonebrick", "default_stone_brick", "default:stonebrick"},
|
{"stonebrick", "Stonebrick", "default_stone_brick", "default:stonebrick"},
|
||||||
{"sandstonebrick", "Sandstone Brick", "default_sandstone_brick", "default:sandstone_brick"},
|
{"sandstonebrick", "Sandstone Brick", "default_sandstone_brick", "default:sandstonebrick"},
|
||||||
{"desertstonebrick", "Desert Stone Brick", "default_desert_stone_brick", "default:desert_stonebrick"},
|
{"desertstonebrick", "Desert Stone Brick", "default_desert_stone_brick", "default:desert_stonebrick"},
|
||||||
{"stone", "Stone", "default_stone", "default:stone"},
|
{"stone", "Stone", "default_stone", "default:stone"},
|
||||||
{"sandstone", "Sandstone", "default_sandstone", "default:sandstone"},
|
{"sandstone", "Sandstone", "default_sandstone", "default:sandstone"},
|
||||||
|
@ -8,7 +8,7 @@ pillar.types = {
|
|||||||
{"stonewall", "Stonewall", "castle_stonewall", "castle:stonewall"},
|
{"stonewall", "Stonewall", "castle_stonewall", "castle:stonewall"},
|
||||||
{"cobble", "Cobble", "default_cobble", "default:cobble"},
|
{"cobble", "Cobble", "default_cobble", "default:cobble"},
|
||||||
{"stonebrick", "Stonebrick", "default_stone_brick", "default:stonebrick"},
|
{"stonebrick", "Stonebrick", "default_stone_brick", "default:stonebrick"},
|
||||||
{"sandstonebrick", "Sandstone Brick", "default_sandstone_brick", "default:sandstone_brick"},
|
{"sandstonebrick", "Sandstone Brick", "default_sandstone_brick", "default:sandstonebrick"},
|
||||||
{"desertstonebrick", "Desert Stone Brick", "default_desert_stone_brick", "default:desert_stonebrick"},
|
{"desertstonebrick", "Desert Stone Brick", "default_desert_stone_brick", "default:desert_stonebrick"},
|
||||||
{"stone", "Stone", "default_stone", "default:stone"},
|
{"stone", "Stone", "default_stone", "default:stone"},
|
||||||
{"sandstone", "Sandstone", "default_sandstone", "default:sandstone"},
|
{"sandstone", "Sandstone", "default_sandstone", "default:sandstone"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user