biome is no longer considered separate
This commit is contained in:
parent
0895fc972c
commit
571a0fd50a
1 changed files with 1 additions and 1 deletions
|
@ -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(':', '-'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue