Some parts of minecraft:breathable doesn't work.
Release_466466
Summary:
When setting "breathSolids":true or "breatheBlocks": ["stone"] the entity still suffocates when inside a solid block or stone.
Impact:
There's a couple mechanics we use that depend on a entity being placed into the group. A couple examples are
- Using entities to attract other mobs for custom path-finding and animations
- Using entities as a tracking marker inside the "point" of a control the point type game
Repro Steps
- Add attached json into world's behavior pack
- Summon pig inside stone block
- Watch pig die from suffocation damage.
Observed results:
Pig dies
Expected results:
Pig lives
Screenshots/videos attached:
n/a