remove tstructure yelling

This commit is contained in:
dfsek
2021-02-14 22:15:26 -07:00
parent 7ca779f845
commit 0f152f9281

View File

@@ -192,9 +192,6 @@ public class ConfigPack implements LoaderRegistrar {
for(Map.Entry<String, Double> var : template.getVariables().entrySet()) {
varScope.create(var.getKey(), var.getValue());
}
loader.open("structures/data", ".tstructure")
.thenNames(ids -> ids.forEach(id -> main.getLogger().severe("Found .tstructure file \"" + id + "\". This file must be updated to the newer .tesf format to work properly. See version 3.0 release notes for instructions.")))
.close();
loader.open("structures/data", ".tesf").thenEntries(entries -> {
for(Map.Entry<String, InputStream> entry : entries) {