Skip to content

Commit

Permalink
New quartz hairs
Browse files Browse the repository at this point in the history
  • Loading branch information
gryttr committed Dec 30, 2017
1 parent 5bc1349 commit 7df31d5
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'

def minecraft_version = "[1.12.1,1.12.2]"
version = "1.10a19"
version = "1.10a20"
group = "mod.akrivus.kagic"
archivesBaseName = "kagic"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class EntityAmethyst extends EntityQuartzSoldier {

public static final int HAIR_COLOR_END = 0xC47DA3;

private static final int NUM_HAIRSTYLES = 1;
private static final int NUM_HAIRSTYLES = 5;

private int charge_ticks = 0;
private int hit_count = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class EntityCarnelian extends EntityQuartzSoldier {

public static final int SKIN_COLOR_END = 0xC5307D;

private static final int NUM_HAIRSTYLES = 1;
private static final int NUM_HAIRSTYLES = 5;

public static final int HAIR_COLOR_BEGIN = 0x7C0034;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class EntityJasper extends EntityQuartzSoldier {
private int hit_count = 0;
private int regenTicks = 0;

private static final int NUM_HAIRSTYLES = 1;
private static final int NUM_HAIRSTYLES = 5;
private static final Map<Integer, Integer> MARK1S = new LinkedHashMap<Integer, Integer>();
static {
MARK1S.put(0, 6);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7df31d5

Please sign in to comment.