mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
1.6.0 BETA 1
This commit is contained in:
parent
79bd7c01ea
commit
33285f4a43
3 changed files with 1 additions and 3 deletions
Binary file not shown.
|
@ -41,8 +41,6 @@ public class ArcOfFire {
|
|||
int range = defaultrange;
|
||||
if (AvatarState.isAvatarState(player))
|
||||
range = AvatarState.getValue(range);
|
||||
else
|
||||
range = (int) Methods.getFirebendingDayAugment(range, player.getWorld());
|
||||
|
||||
new FireStream(location, direction, player, range);
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: ProjectKorra
|
||||
author: ProjectKorra
|
||||
version: 1.5.1
|
||||
version: 1.6.0 BETA 1
|
||||
main: com.projectkorra.ProjectKorra.ProjectKorra
|
||||
softdepend: [PreciousStones, WorldGuard, WorldEdit, Factions, MassiveCore, GriefPrevention, Towny, TagAPI, NoCheatPlus, LWC]
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue