This commit is contained in:
modmuss50 2020-06-28 16:25:17 +01:00
parent d92343f5a7
commit 4670d6813e
165 changed files with 1976 additions and 10 deletions

View file

@ -42,14 +42,6 @@ public class TechRebornTemplates {
Path path = Paths.get(StringArgumentType.getString(ctx, "path"));
TemplateProcessor processor = new TemplateProcessor(path);
for (TRContent.StorageBlocks value : TRContent.StorageBlocks.values()) {
System.out.println(Registry.BLOCK.getId(value.block));
}
if (true) {
return 1;
}
try {
process(processor);
} catch (Exception e) {