Skip to content

Commit

Permalink
set constants to evil values for carnival
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jul 12, 2024
1 parent e032d3d commit 4a3c411
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
import net.modfest.scatteredshards.networking.ScatteredShardsNetworking;

public class ScatteredShardsClient implements ClientModInitializer {
public static final int ICON_Y_OFFSET = 4;
public static final boolean DRAW_MINI_ICONS = true;
public static final int LEFT = 0xFF_778888;
public static final int RIGHT_TOP = 0xFF_777777;
public static final int RIGHT_BOTTOM = 0xFF_555555;
public static final int ICON_Y_OFFSET = 6;
public static final boolean DRAW_MINI_ICONS = false;
public static final int LEFT = 0xFF_3e2d58;
public static final int RIGHT_TOP = 0xFF_441209;
public static final int RIGHT_BOTTOM = 0xFF_1c0906;

public static final String SHARD_MODIFY_TOAST_KEY = "toast.scattered_shards.shard_mod";

Expand Down

0 comments on commit 4a3c411

Please sign in to comment.