biome is no longer considered separate

This commit is contained in:
yrsegal@gmail.com 2022-06-02 15:41:20 -04:00
parent 0895fc972c
commit 571a0fd50a

View file

@ -54,7 +54,7 @@ public class VillagerEmiStack extends EmiStack {
this.mindless = mindless;
this.amount = amount;
// This is so scuffed
this.id = modLoc((Objects.toString(villager.profession()) + villager.biome() + villager.minLevel() + mindless)
this.id = modLoc((Objects.toString(villager.profession()) + villager.minLevel() + mindless)
.replace(':', '-'));
}