fix dragons
This commit is contained in:
parent
9a31abbb41
commit
20633332c8
7 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 21 KiB |
|
@ -86,7 +86,7 @@ public class EntityDragon extends EntityAnimal {
|
|||
}
|
||||
|
||||
public int getColor() {
|
||||
return 0xb900ff;
|
||||
return 0x28ff28;
|
||||
}
|
||||
|
||||
public boolean isBoss() {
|
||||
|
|
|
@ -212,7 +212,7 @@ public abstract class EntityRegistry {
|
|||
}
|
||||
|
||||
static void registerEggs() {
|
||||
registerEntity("Dragon", EntityDragon.class, "tbd", "Drache", 0x000000, 0x580094);
|
||||
registerEntity("Dragon", EntityDragon.class, "tbd", "Drache", 0x00ff00, 0x5f9f5f);
|
||||
registerEntity("Bat", EntityBat.class, "transylvania", "Fledermaus", 4996656, 986895);
|
||||
registerEntity("Pig", EntityPig.class, "terra", "Schwein", 15771042, 14377823);
|
||||
registerEntity("Sheep", EntitySheep.class, "terra", "Schaf", 15198183, 16758197);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue