Merge pull request #2 from thatgraemeguy/fix-sandstone-brick-crafts
Fix recipes using 'default:sandstone_brick' -> 'default:sandstonebrick' Did not notice the change.
This commit is contained in:
commit
9cd37bf7a1
@ -8,7 +8,7 @@ arrowslit.types = {
|
||||
{"stonewall", "Stonewall", "castle_stonewall", "castle:stonewall"},
|
||||
{"cobble", "Cobble", "default_cobble", "default:cobble"},
|
||||
{"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"},
|
||||
{"stone", "Stone", "default_stone", "default:stone"},
|
||||
{"sandstone", "Sandstone", "default_sandstone", "default:sandstone"},
|
||||
|
@ -4,7 +4,7 @@ hole.types = {
|
||||
{"stonewall", "Stonewall", "castle_stonewall", "castle:stonewall"},
|
||||
{"cobble", "Cobble", "default_cobble", "default:cobble"},
|
||||
{"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"},
|
||||
{"stone", "Stone", "default_stone", "default:stone"},
|
||||
{"sandstone", "Sandstone", "default_sandstone", "default:sandstone"},
|
||||
|
@ -8,7 +8,7 @@ pillar.types = {
|
||||
{"stonewall", "Stonewall", "castle_stonewall", "castle:stonewall"},
|
||||
{"cobble", "Cobble", "default_cobble", "default:cobble"},
|
||||
{"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"},
|
||||
{"stone", "Stone", "default_stone", "default:stone"},
|
||||
{"sandstone", "Sandstone", "default_sandstone", "default:sandstone"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user