mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Allow changelings to eat blocks (should be only humans here since the food rewrite)
This commit is contained in:
parent
2ac6970e04
commit
380c35fcc6
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public record Race (Supplier<Composite> compositeSupplier, Availability availabi
|
|||
}
|
||||
|
||||
public boolean hasIronGut() {
|
||||
return !isHuman() && this != CHANGELING;
|
||||
return !isHuman();
|
||||
}
|
||||
|
||||
public boolean isUnset() {
|
||||
|
|
Loading…
Reference in a new issue