Doc
This commit is contained in:
parent
d12b334e61
commit
ae63324938
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class DatagenInitializer {
|
||||||
DataGeneratorHandler handler = DataGeneratorHandler.create(Paths.get("./generated"));
|
DataGeneratorHandler handler = DataGeneratorHandler.create(Paths.get("./generated"));
|
||||||
RecipeData recipes = handler.getRecipes();
|
RecipeData recipes = handler.getRecipes();
|
||||||
for (Map.Entry<DyeColor, Block> entry : ModBlocks.FABRIC_BLOCKS.entrySet()) {
|
for (Map.Entry<DyeColor, Block> entry : ModBlocks.FABRIC_BLOCKS.entrySet()) {
|
||||||
// TODO
|
// TODO: add recipes for fabric
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue