Skip to content

Commit

Permalink
refactor: Remove CenteredInventoryFeature.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nekkan committed Apr 25, 2021
1 parent b732687 commit 5c26e34
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 97 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ public class OldAnimationsOptions extends PartitioningSerializer.GlobalData {
@Gui.TransitiveObject
SwordBlockingOptions swordBlocking = new SwordBlockingOptions();

@Category("centered-inventory")
@Gui.CollapsibleObject
@Gui.TransitiveObject
CenteredInventoryOptions centeredInventory = new CenteredInventoryOptions();

public CenteredInventoryOptions getCenteredInventory() {
return centeredInventory;
}

public OldSneakingFeatureOptions getOldSneaking() {
return oldSneaking;
}
Expand Down

This file was deleted.

0 comments on commit 5c26e34

Please sign in to comment.