This commit is contained in:
SD 2021-02-16 14:33:22 +05:30
parent d12b334e61
commit ae63324938
No known key found for this signature in database
GPG key ID: E36B57EE08544BC5

View file

@ -18,7 +18,7 @@ public class DatagenInitializer {
DataGeneratorHandler handler = DataGeneratorHandler.create(Paths.get("./generated"));
RecipeData recipes = handler.getRecipes();
for (Map.Entry<DyeColor, Block> entry : ModBlocks.FABRIC_BLOCKS.entrySet()) {
// TODO
// TODO: add recipes for fabric
}
}
}