DawnTeamMC / DawnAPI

🌙 API that facilitates the creation of features.
https://dawnteammc.github.io/
GNU Lesser General Public License v3.0
23 stars 4 forks source link

You can suffocate in leaves #20

Closed Noaaan closed 2 years ago

Noaaan commented 3 years ago

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.

2021-08-19_19 46 52

Hugman76 commented 3 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

Hugman76 commented 2 years ago

Found the issue, it has something to do with the Fabric API: Issue #1947 of Fabric API

Hugman76 commented 2 years ago

Ongoing PR for the fix: https://github.com/FabricMC/fabric/pull/1984 EDIT: now https://github.com/FabricMC/fabric/pull/2119

Hugman76 commented 2 years ago

This bug got fixed in version 0.53.0 of the Fabric API.