add ALL tag

This commit is contained in:
dfsek
2022-01-14 23:24:05 -07:00
parent 52b6de12ae
commit 077b14a998

View File

@@ -33,6 +33,7 @@ public class UserDefinedBiome implements Biome {
this.color = config.getColor();
this.tags = config.getTags();
tags.add("BIOME:" + id);
tags.add("ALL");
}
@Override