Todo
This commit is contained in:
parent
a95843d051
commit
42ecb2c500
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ public class PostInitAPI {
|
|||
}
|
||||
|
||||
private static void processBlockCommon(Block block) {
|
||||
//TODO: Some of this only needs to run on DataGen, add a special PostDataGenAPI for that
|
||||
final Item item = block.asItem();
|
||||
if (block instanceof PostInitable) {
|
||||
((PostInitable) block).postInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue