Cave vine block IDs/states not matching java
The bug
Cave vines in Bedrock are implemented as three separate blocks:
- cave_vines
- This is used for both the head and body types of plain vines
- cave_vines_body_with_berries
- cave_vines_head_with_berries
Whereas in Java, it's two blocks with a berries boolean block state:
- cave_vines_plant
- For the body
- cave_vines
- For the head
In addition, the growing_plant_age block state is just called age in Java.
Created Issue:
Cave vine block IDs/states not matching java
The bug
Cave vines in Bedrock are implemented as three separate blocks:
- cave_vines
- This is used for both the head and body types of plain vines
- cave_vines_body_with_berries
- cave_vines_head_with_berries
Whereas in Java, it's two blocks with a berries boolean block state:
- cave_vines_plant
- For the body
- cave_vines
- For the head
In addition, the growing_plant_age block state is just called age in Java.
Added Labels: vanilla-parity
Added ADO: 512573
Added Affects Versions: 1.17.0.54 Beta
Added Affects Versions: 1.17.10 1.17.20.22 Beta
Added Affects Versions: 1.18.31 1.19.10.20 Preview
Added Affects Versions: 1.20.30 1.20.40.22 Preview
Added Affects Versions: 1.21.60.28 Preview
This issue (and many other block ID disparities) is also being tracked at MCPE-187390.