fix dragons

This commit is contained in:
Sen 2025-08-06 00:46:35 +02:00
parent 9a31abbb41
commit 20633332c8
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
7 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

View file

@ -86,7 +86,7 @@ public class EntityDragon extends EntityAnimal {
}
public int getColor() {
return 0xb900ff;
return 0x28ff28;
}
public boolean isBoss() {

View file

@ -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);