mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
There we go.
This commit is contained in:
parent
06059ba059
commit
a40e70bbc7
6 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@ public enum TheSpecialDrops implements IName{
|
|||
|
||||
SOLIDIFIED_EXPERIENCE("SolidifiedExperience", 70, 3, EntityCreature.class, EnumRarity.uncommon, ConfigValues.enableExperienceDrop),
|
||||
BLOOD_FRAGMENT("BloodFragment", 30, 1, EntityCreature.class, EnumRarity.uncommon, ConfigValues.enableBloodDrop),
|
||||
//Change this into a Heart Fragment that is later crafted into a heart used to revive Villagers
|
||||
HEART_PART("HeartPart", 10, 1, EntityCreature.class, EnumRarity.rare, ConfigValues.enableHeartDrop),
|
||||
UNKNOWN_SUBSTANCE("UnknownSubstance", 5, 1, EntitySkeleton.class, EnumRarity.epic, ConfigValues.enableSubstanceDrop),
|
||||
PEARL_SHARD("PearlShard", 20, 3, EntityEnderman.class, EnumRarity.epic, ConfigValues.enablePearlShardDrop),
|
||||
|
|
|
@ -48,8 +48,8 @@ public class Util{
|
|||
public static final String BOLD = (char)167 + "l";
|
||||
public static final String UNDERLINE = (char)167 + "n";
|
||||
public static final String ITALIC = (char)167 + "o";
|
||||
public static final String OBFUSCATED = (char) 167 + "k";
|
||||
public static final String RESET = (char) 167 + "r";
|
||||
public static final String OBFUSCATED = (char)167 + "k";
|
||||
public static final String RESET = (char)167 + "r";
|
||||
|
||||
public static final String[] ROMAN_NUMERALS = new String[]{"", "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX", "X"};
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 605 B |
Binary file not shown.
Before Width: | Height: | Size: 601 B |
Binary file not shown.
After Width: | Height: | Size: 566 B |
Binary file not shown.
After Width: | Height: | Size: 531 B |
Loading…
Reference in a new issue