Moved Bee init earlier
This commit is contained in:
parent
96607760e1
commit
f2525afb8d
1 changed files with 3 additions and 1 deletions
|
@ -389,6 +389,9 @@ public class GT_Mod
|
||||||
e.printStackTrace(GT_Log.err);
|
e.printStackTrace(GT_Log.err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
new GT_Bees();
|
||||||
|
|
||||||
gregtechproxy.onLoad();
|
gregtechproxy.onLoad();
|
||||||
if (gregtechproxy.mSortToTheEnd) {
|
if (gregtechproxy.mSortToTheEnd) {
|
||||||
new GT_ItemIterator().run();
|
new GT_ItemIterator().run();
|
||||||
|
@ -437,7 +440,6 @@ public class GT_Mod
|
||||||
new GT_CropLoader().run();
|
new GT_CropLoader().run();
|
||||||
new GT_Worldgenloader().run();
|
new GT_Worldgenloader().run();
|
||||||
new GT_CoverLoader().run();
|
new GT_CoverLoader().run();
|
||||||
new GT_Bees();
|
|
||||||
|
|
||||||
GT_RecipeRegistrator.registerUsagesForMaterials(new ItemStack(Blocks.planks, 1), null, false);
|
GT_RecipeRegistrator.registerUsagesForMaterials(new ItemStack(Blocks.planks, 1), null, false);
|
||||||
GT_RecipeRegistrator.registerUsagesForMaterials(new ItemStack(Blocks.cobblestone, 1), null, false);
|
GT_RecipeRegistrator.registerUsagesForMaterials(new ItemStack(Blocks.cobblestone, 1), null, false);
|
||||||
|
|
Loading…
Reference in a new issue