Incorrect resource pack definition/ID for double slabs
In the Preview 1.20.70.20 the oak, spruce, birch, jungle, acacia, and, dark oak slabs and double slabs IDs got split, but the ID used in the blocks.json file uses the incorrect ID for the double slabs.
In the changelog of this preview it also says the incorrect ID for the double slabs, but in-game the ID that is shown with the auto-complete/fill is different.
| Block | Current RS ID | Correct RS ID |
|---|---|---|
| Oak Double Slab Spruce Double Slab Birch Double Slab Jungle Double Slab Acacia Double Slab Dark Oak Double Slab |
double_oak_slab double_spruce_slab double_birch_slab double_jungle_slab double_acacia_slab double_dark_oak_slab |
oak_double_slab spruce_double_slab birch_double_slab jungle_double_slab acacia_double_slab dark_oak_double_slab |
Incorrect:
double_<type>_slab
Correct:
<type>_double_slab
This is based on other recently added double slabs ID names.
Created Issue:
Incorrect resource pack definition/ID for double slabs
In the Preview 1.20.70.20 the oak, spruce, birch, jungle, acacia, and, dark oak slabs and double slabs IDs got split, but the ID used in the blocks.json file uses the incorrect ID for the double slabs.
In the changelog of this preview it also says the incorrect ID for the double slabs, but in-game the ID that is shown with the auto-complete/fill is different.
Block Current ID Correct ID Oak Double Slab
Spruce Double Slab
Birch Double Slab
Jungle Double Slab
Acacia Double Slab
Dark Oak Double Slabdouble_oak_slab
double_spruce_slab
double_birch_slab
double_jungle_slab
double_acacia_slab
double_dark_oak_slaboak_double_slab
spruce_double_slab
birch_double_slab
jungle_double_slab
acacia_double_slab
dark_oak_double_slabWooden Slabs wooden_slab Incorrect:
double_<type>_slabCorrect:
<type>_double_slabThis is based on other recently added double slabs ID names.
In the Preview 1.20.70.20 the oak, spruce, birch, jungle, acacia, and, dark oak slabs and double slabs IDs got split, but the ID used in the blocks.json file uses the incorrect ID for the double slabs.
In the changelog of this preview it also says the incorrect ID for the double slabs, but in-game the ID that is shown with the auto-complete/fill is different.
Block Current ID Correct ID Oak Double Slab
Spruce Double Slab
Birch Double Slab
Jungle Double Slab
Acacia Double Slab
Dark Oak Double Slabdouble_oak_slab
double_spruce_slab
double_birch_slab
double_jungle_slab
double_acacia_slab
double_dark_oak_slaboak_double_slab
spruce_double_slab
birch_double_slab
jungle_double_slab
acacia_double_slab
dark_oak_double_slabWooden Slabs wooden_slab Incorrect:
double_<type>_slabCorrect:
<type>_double_slabThis is based on other recently added double slabs ID names.
In the Preview 1.20.70.20 the oak, spruce, birch, jungle, acacia, and, dark oak slabs and double slabs IDs got split, but the ID used in the blocks.json file uses the incorrect ID for the double slabs.
In the changelog of this preview it also says the incorrect ID for the double slabs, but in-game the ID that is shown with the auto-complete/fill is different.
Block Current RS ID Correct RS ID Oak Double Slab
Spruce Double Slab
Birch Double Slab
Jungle Double Slab
Acacia Double Slab
Dark Oak Double Slabdouble_oak_slab
double_spruce_slab
double_birch_slab
double_jungle_slab
double_acacia_slab
double_dark_oak_slaboak_double_slab
spruce_double_slab
birch_double_slab
jungle_double_slab
acacia_double_slab
dark_oak_double_slabIncorrect:
double_<type>_slabCorrect:
<type>_double_slabThis is based on other recently added double slabs ID names.


Fixed on the latest preview (1.20.70.21)