Skip to content

Commit 2fbae64

Browse files
committed
New effect icons, change color of shrink_grid to match
1 parent 42918ec commit 2fbae64

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Common/src/main/java/at/petrak/hexcasting/common/lib/HexMobEffects.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void register(BiConsumer<MobEffect, ResourceLocation> r) {
2626
.addAttributeModifier(HexAttributes.GRID_ZOOM, "d4afaf0f-df37-4253-9fa7-029e8e4415d9",
2727
0.25, AttributeModifier.Operation.MULTIPLY_TOTAL);
2828
public static final MobEffect SHRINK_GRID = make("shrink_grid",
29-
new HexMobEffect(MobEffectCategory.HARMFUL, 0xebad1c))
29+
new HexMobEffect(MobEffectCategory.HARMFUL, 0xc0e660))
3030
.addAttributeModifier(HexAttributes.GRID_ZOOM, "1ce492a9-8bf5-4091-a482-c6d9399e448a",
3131
-0.2, AttributeModifier.Operation.MULTIPLY_TOTAL);
3232

14.5 KB
Loading
13.4 KB
Loading

0 commit comments

Comments
 (0)