-
Bug
-
Resolution: Unresolved
-
None
-
1.21.1, 1.21.2 Release Candidate 2, 1.21.2, 24w44a, 1.21.3
-
None
-
Confirmed
-
Data Packs, World generation
-
Normal
-
Platform
The block_age processor always modify slabs property "type" to "bottom".
Steps to reproduce:
Because there are some offset, it's better to execute them in an enough open area.
- Create a new Classic Flat world and add this data pack.
- These blocks are not processed:
/place template test:stone_brick_slab_state_type_bottom /place template test:stone_brick_slab_state_type_double /place template test:stone_brick_slab_state_type_top
- These blocks are processed:
/place structure test:stone_brick_slab_state_type_bottom /place structure test:stone_brick_slab_state_type_double /place structure test:stone_brick_slab_state_type_top
- Check the property "type" of them.
Expected results:
Not processed slabs type are bottom, double, top.
Processed slabs type are bottom, double, top.
Observed results:
Not processed slabs type are bottom, double, top.
Processed slabs type are bottom, bottom, bottom.