Add quirk for stone_slab rename

The old stone_slab block from pre-1.14 has been renamed to
smooth_stone_slab, and the name stone_slab was reused for a new block.
Resolve the palette entry depending on the chunk's dataVersion.
This commit is contained in:
Matthias Schiffer 2019-05-25 19:51:28 +02:00
parent 359ace4932
commit ae68c3bab4
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 24 additions and 9 deletions

View file

@ -143,7 +143,7 @@
/* 41 */ simple("gold_block"),
/* 42 */ simple("iron_block"),
/* 43 */ {
"stone_slab",
"smooth_stone_slab",
"sandstone_slab",
"oak_slab",
"cobblestone_slab",
@ -153,7 +153,7 @@
"quartz_slab",
},
/* 44 */ {
"stone_slab",
"smooth_stone_slab",
"sandstone_slab",
"oak_slab",
"cobblestone_slab",