mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Mobs with feather falling 4 boots can now properly walk on clouds
This commit is contained in:
parent
8779c5f1a6
commit
122781ea43
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