Recipes
This commit is contained in:
parent
d92343f5a7
commit
4670d6813e
165 changed files with 1976 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue