mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-24 21:54:33 +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() {
|
public boolean hasIronGut() {
|
||||||
return !isHuman() && this != CHANGELING;
|
return !isHuman();
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isUnset() {
|
public boolean isUnset() {
|
||||||
|
|
Loading…
Reference in a new issue