Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iron431 committed Apr 5, 2024
1 parent e19a629 commit 69c3366
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mapping_version=2023.09.03-1.20.1

# Irons Mod
mod_id=irons_spellbooks
mod_version=1.20.1-3.1.1
mod_version=1.20.1-3.1.2
mod_group_id=io.redspace.ironsspellbooks

# Irons mods.toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,4 @@ protected void bobBone(CoreGeoBone bone, int offset, float multiplier) {
float x = multiplier * Mth.sin(offset * 0.067F) * 0.05F;
transformStack.pushRotation(bone, x, 0, z);
}




}
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ public void setCustomAnimations(AbstractSpellCastingMob entity, long instanceId,
rightLeg.setRotX(Mth.cos(pLimbSwing * 0.6662F) * 1.4F * pLimbSwingAmount * legTween * strength);
leftLeg.setRotX(Mth.cos(pLimbSwing * 0.6662F + (float) Math.PI) * 1.4F * pLimbSwingAmount * legTween * strength);
}
if (entity.isAnimating()) {
bobBone(rightArm, entity.tickCount, 1);
bobBone(leftArm, entity.tickCount, -1);
}
}

private int lastTick;
Expand Down

0 comments on commit 69c3366

Please sign in to comment.