Closed Noaaan closed 2 years ago
This is super weird. It actually is stated that leaves should never make players suffocate nor block the vision: https://github.com/DawnTeamMC/DawnAPI/blob/4a111eced3d73cad2e1515775b1f3e845a8e77b8/src/main/java/com/hugman/dawn/api/util/DefaultBlockSettings.java#L15
Found the issue, it has something to do with the Fabric API: Issue #1947 of Fabric API
Ongoing PR for the fix: https://github.com/FabricMC/fabric/pull/1984 EDIT: now https://github.com/FabricMC/fabric/pull/2119
This bug got fixed in version 0.53.0 of the Fabric API.
In contrast to vanilla and other modded leaves the ones created by Promenade counts as full blocks when standing inside them. This means when you are using a horse in any Promenade forest you will suffocate in the leaves instead of being able to pass through them.