mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +01:00
Mobs with feather falling 4 boots can now properly walk on clouds
This commit is contained in:
parent
c32bf4c099
commit
4cfb8d835f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public interface EquineContext {
|
|||
}
|
||||
|
||||
default boolean collidesWithClouds() {
|
||||
return getCompositeRace().canInteractWithClouds();
|
||||
return getCompositeRace().canInteractWithClouds() || getCloudWalkingStrength() >= 1;
|
||||
}
|
||||
|
||||
default boolean hasFeatherTouch() {
|
||||
|
|
Loading…
Reference in a new issue