This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Binnie's Extra Trees (extratrees) | |
Caused by: java.lang.VerifyError: Control flow falls through code end | |
Exception Details: | |
Location: | |
net/minecraft/world/World.func_72826_c(F)F @14: <invalid> | |
Reason: | |
Error exists in the bytecode | |
Bytecode: | |
0x0000000: b805 3e2a b400 dbb6 0542 23b6 0546 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ($category['id'] != $categoryId) { | |
continue; | |
} | |
if (!seasonId) { | |
$category['videos'][] = $video; | |
break; | |
} | |
foreach ($category['seasons'] as &$season) { |