fix BiomeTest

This commit is contained in:
dfsek
2021-01-19 23:38:23 -07:00
parent 9e830abb90
commit 7b6d195615

View File

@@ -151,5 +151,10 @@ public class BiomeTest {
public Set<String> getTags() {
return tags;
}
@Override
public String getID() {
return null;
}
}
}