mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
add ALL tag
This commit is contained in:
+1
@@ -33,6 +33,7 @@ public class UserDefinedBiome implements Biome {
|
|||||||
this.color = config.getColor();
|
this.color = config.getColor();
|
||||||
this.tags = config.getTags();
|
this.tags = config.getTags();
|
||||||
tags.add("BIOME:" + id);
|
tags.add("BIOME:" + id);
|
||||||
|
tags.add("ALL");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user