Remove murky wings forced slowfall

This commit is contained in:
abel1502 2025-08-19 23:30:34 +03:00
parent 16824452b0
commit bdd56b6062
No known key found for this signature in database
GPG Key ID: 076926596A536338

View File

@ -1,6 +1,7 @@
package com.hbm.items.armor;
import com.hbm.extprop.HbmPlayerProps;
import com.hbm.handler.ArmorModHandler;
import com.hbm.items.ModItems;
import com.hbm.main.ResourceManager;
import com.hbm.render.model.ModelArmorWings;
@ -51,13 +52,12 @@ public class WingsMurk extends JetpackBase {
if(player.fallDistance > 0)
player.fallDistance = 0;
if(player.motionY < -0.4D)
player.motionY = -0.4D;
if(this == ModItems.wings_limp) {
if(player.motionY < -0.4D)
player.motionY = -0.4D;
if(player.isSneaking()) {
if(player.isSneaking()) {
if(player.motionY < -0.08) {
double mo = player.motionY * -0.2;