Update BuildCraftEnergy.java
This commit is contained in:
parent
a016be6919
commit
f466217553
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ public class BuildCraftEnergy extends BuildCraftMod {
|
|||
}
|
||||
}
|
||||
|
||||
throw new BiomeIdLimitExceptio(biomeName);
|
||||
throw new BiomeIdLimitException(biomeName);
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
|
|
Loading…
Reference in a new issue