-
Bug
-
Resolution: Fixed
-
1.20.70.20 Preview
-
Unconfirmed
-
Windows
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.