mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:41:31 +01:00
(fix) set updated true in animations mod
This commit is contained in:
parent
edbd40c970
commit
498847d881
@ -12,6 +12,7 @@ public class AnimationsMod extends Mod {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
|
this.setUpdated(true);
|
||||||
this.addBooleanSetting("1.7 Item Positions", this, true);
|
this.addBooleanSetting("1.7 Item Positions", this, true);
|
||||||
this.addBooleanSetting("1.7 Bow Pullback", this, true);
|
this.addBooleanSetting("1.7 Bow Pullback", this, true);
|
||||||
this.addBooleanSetting("1.7 Block Animation", this, true);
|
this.addBooleanSetting("1.7 Block Animation", this, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user