.jumpStrength() does not Affect the jump value of the player without jumpboost effect
Foxyas opened this issue ยท 0 comments
variant code
public static final LatexVariant<BunyEntity> BUNY = LatexVariant.register(LatexVariant.Builder.of(ChangedAddonModEntities.BUNY)
.groundSpeed(1.15F).swimSpeed(0.75F).jumpStrength(5F).transfurMode(TransfurMode.ABSORPTION).scares(List.of()).additionalHealth(10).build(new ResourceLocation("changed_addon", "form_buny")));