(fix) set updated true in animations mod

This commit is contained in:
kirillsaint 2024-01-19 21:24:35 +06:00
parent edbd40c970
commit 498847d881
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ public class AnimationsMod extends Mod {
@Override
public void setup() {
this.setUpdated(true);
this.addBooleanSetting("1.7 Item Positions", this, true);
this.addBooleanSetting("1.7 Bow Pullback", this, true);
this.addBooleanSetting("1.7 Block Animation", this, true);