Skip to content

Commit

Permalink
Variant selector cleanups. Added alternative smaller arrow for varian…
Browse files Browse the repository at this point in the history
…t HUD
  • Loading branch information
MehVahdJukaar committed Jun 1, 2024
1 parent 0701e12 commit b89e1d1
Show file tree
Hide file tree
Showing 7 changed files with 334 additions and 305 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ public class TotemOfHoldingModule extends ZetaModule {
@Config(description = "Set this to false to only allow the owner of a totem to collect its items rather than any player")
public static boolean allowAnyoneToCollect = true;

@Config(flag = "soul_compass")
public static boolean enableSoulCompass = true;

@LoadEvent
public final void register(ZRegister event) {
totemType = EntityType.Builder.of(TotemOfHoldingEntity::new, MobCategory.MISC)
Expand Down
Loading

0 comments on commit b89e1d1

Please sign in to comment.