Allow changelings to eat blocks (should be only humans here since the food rewrite)

This commit is contained in:
Sollace 2024-03-25 18:10:12 +00:00
parent 2ac6970e04
commit 380c35fcc6
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -80,7 +80,7 @@ public record Race (Supplier<Composite> compositeSupplier, Availability availabi
}
public boolean hasIronGut() {
return !isHuman() && this != CHANGELING;
return !isHuman();
}
public boolean isUnset() {