mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-12 09:59:05 +02:00
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:
parent
359ace4932
commit
ae68c3bab4
4 changed files with 24 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue