Skip to content

Commit

Permalink
Minor fix of stuff
Browse files Browse the repository at this point in the history
Literally nothing major
  • Loading branch information
Siuolplex committed Dec 29, 2023
1 parent e4faec4 commit 976d2e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class TotemOfHoldingModule extends ZetaModule {
@Config(description = "Set this to false to remove the behaviour where totems destroy themselves if the player dies again.")
public static boolean darkSoulsMode = true;

@Config(name = "Spawn Totem on PVP Kill", description = "Totem will always spawn if the player killer is himself.")
@Config(name = "Spawn Totem on PVP Kill", description = "Totem will always spawn if the player killer is themselves.")
public static boolean enableOnPK = false;

@Config(description = "Set this to true to make it so that if a totem is destroyed, the items it holds are destroyed alongside it rather than dropped")
Expand Down
8 changes: 3 additions & 5 deletions src/main/java/org/violetmoon/zeta/module/TentativeModule.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
package org.violetmoon.zeta.module;

import java.util.List;
import org.apache.commons.lang3.text.WordUtils;
import org.violetmoon.zeta.util.ZetaSide;

import java.util.Locale;
import java.util.Set;
import java.util.function.Function;

import net.minecraftforge.api.distmarker.Dist;
import org.apache.commons.lang3.text.WordUtils;
import org.violetmoon.zeta.util.ZetaSide;

/**
* performs some common data-munging of the data straight off a ZetaLoadModule annotation
*/
Expand Down

0 comments on commit 976d2e3

Please sign in to comment.