()
| 123 | public static final StatBase[] objectBreakStats = new StatBase[32000]; |
| 124 | |
| 125 | public static void init() |
| 126 | { |
| 127 | initMiningStats(); |
| 128 | initStats(); |
| 129 | initItemDepleteStats(); |
| 130 | initCraftableStats(); |
| 131 | AchievementList.init(); |
| 132 | EntityList.func_151514_a(); |
| 133 | } |
| 134 | |
| 135 | /** |
| 136 | * Initializes statistics related to craftable items. Is only called after both block and item stats have been |
no test coverage detected