gmcferrin
|
3194baffd7
|
Use finals rather than local variables.
|
2013-01-01 17:12:15 -05:00 |
|
gmcferrin
|
aeaad41c45
|
Fix static access issues.
|
2013-01-01 16:04:53 -05:00 |
|
gmcferrin
|
15cdf3bfd6
|
More unused imports
|
2013-01-01 16:03:33 -05:00 |
|
gmcferrin
|
11468abc98
|
Fixed update for Mining refactoring
|
2013-01-01 16:01:51 -05:00 |
|
gmcferrin
|
ef6d47b801
|
Update for Mining refactoring.
|
2013-01-01 15:54:41 -05:00 |
|
Glitchfinder
|
d33334708d
|
Fixing recursion errors by switching from an unnecessary btree to a simple ArrayList.
|
2012-12-31 19:40:33 -08:00 |
|
Glitchfinder
|
0e853d44b7
|
Fixing a bug where repairing could leave items with the enchant effect but no enchantments.
|
2012-12-31 16:04:17 -08:00 |
|
Glitchfinder
|
e607e04af4
|
Merge pull request #396 from Glitchfinder/master
Fixes and Patches
|
2012-12-31 10:03:19 -08:00 |
|
Glitchfinder
|
905e92fa4d
|
Adding the ability to track spawned mobs when chunks unload.
|
2012-12-30 19:51:26 -08:00 |
|
TfT_02
|
eed8a57ff9
|
Merge pull request #392 from TfT-02/master
Various fixed for issues in the issue tracker
|
2012-12-30 15:03:12 -08:00 |
|
TfT_02
|
2968803f29
|
Fixed formatting
|
2012-12-31 00:01:58 +01:00 |
|
TfT_02
|
6cf6e8ab54
|
This needs to be on this line.
|
2012-12-30 23:54:51 +01:00 |
|
TfT_02
|
3668249267
|
Iterate through the durability damage with Unbreaking check
|
2012-12-30 23:46:21 +01:00 |
|
Glitchfinder
|
c0bba7dead
|
Merge pull request #395 from Glitchfinder/master
Fixing an issue where players repaired items a hundred times better than they should be able to.
|
2012-12-30 09:39:05 -08:00 |
|
Glitchfinder
|
7fc8d432b5
|
Fixing an issue where players repaired items a hundred times better than they should be able to.
|
2012-12-30 09:37:38 -08:00 |
|
TfT_02
|
43de871392
|
Fixed enchantments being ignored + removed uneccesary code
Fixed Unbreaking enchantments being ignored when using Treefelling and
when hit by Armor Impact
|
2012-12-29 22:38:57 +01:00 |
|
Glitchfinder
|
17169903b4
|
Merge pull request #391 from Glitchfinder/master
Fixing Data Value issues caused by the patch to deprecated ItemStack use.
|
2012-12-29 13:02:07 -08:00 |
|
Glitchfinder
|
aa70c82824
|
Fixing issues caused by the patch to deprecated ItemStack changes.
|
2012-12-29 12:59:18 -08:00 |
|
Glitchfinder
|
d35e56fd37
|
Merge pull request #383 from Glitchfinder/master
Fixing a few more NPEs.
|
2012-12-28 21:11:58 -08:00 |
|
Glitchfinder
|
cafed2d98c
|
Fixing remaining NPEs with custom blocks using vanilla IDs.
|
2012-12-28 21:11:22 -08:00 |
|
Glitchfinder
|
cd5df82d72
|
Fixing more NPEs with custom blocks.
|
2012-12-28 20:47:39 -08:00 |
|
Glitchfinder
|
5404371b35
|
Merge pull request #357 from TfT-02/master
Various fixes and patches
|
2012-12-28 12:19:44 -08:00 |
|
Glitchfinder
|
b9f2aa5eff
|
Fixing an NPE involving custom blocks. More investigation needed to find the source of the issue.
|
2012-12-28 12:14:25 -08:00 |
|
TfT_02
|
e5cc06e822
|
Fix for wrong datataypes
|
2012-12-28 02:12:34 +01:00 |
|
Glitchfinder
|
b491090037
|
Repairing the Repair skill.
|
2012-12-27 15:08:10 -08:00 |
|
TfT_02
|
de3bae41ae
|
Implementing an durability cap for ArmorImpact
|
2012-12-27 17:36:12 +01:00 |
|
gmcferrin
|
9af66a8e69
|
Fixed ItemStack deprecation issues.
|
2012-12-25 01:01:10 -05:00 |
|
Grant
|
36d5344ded
|
Cleanup formatting.
|
2012-12-24 16:56:25 -05:00 |
|
Grant
|
6b3bde585d
|
Fixed some issues with static access
|
2012-12-24 16:17:33 -05:00 |
|
Grant
|
f7ea25be61
|
Fixed issue with Mining using actual skill level rather than max skill
level
|
2012-12-24 16:17:33 -05:00 |
|
Grant
|
f4e7e6c74a
|
Added default cases to switch/case statements
|
2012-12-24 16:17:32 -05:00 |
|
TfT_02
|
cdb5fed5a5
|
Changed bonus to float
Fixes bug where only 1 diamond was needed to fully repair an almost
broken diamond pickaxe
|
2012-12-24 13:00:50 +01:00 |
|
TfT_02
|
bb1dbab984
|
Iron golem and Snowman pumpkin drop rates are now 3% for the sake of consistency
|
2012-12-23 22:05:10 +01:00 |
|
TfT_02
|
8a97718dd4
|
Don't use MaterialData when its not needed.
|
2012-12-23 18:44:39 +01:00 |
|
TfT_02
|
01142b67c6
|
Changed skull drop rates to 3%
|
2012-12-23 00:00:29 +01:00 |
|
TfT_02
|
e0bba80f55
|
Made skulls drops more rare.
|
2012-12-22 11:17:48 +01:00 |
|
TfT_02
|
34276539fa
|
Got rid of reflection code, now uses Bukkit method to check if witherskeleton
|
2012-12-22 10:11:18 +01:00 |
|
TfT_02
|
4511dd79fa
|
Now uses proper gamemode check and uses Misc.dropItem
|
2012-12-22 10:10:54 +01:00 |
|
Glitchfinder
|
569079fed0
|
Fixing build issues caused by recent changes to CraftBukkit.
|
2012-12-06 11:11:12 -08:00 |
|
Grant
|
abd051d07b
|
Merge pull request #332 from TfT-02/master
Fixed and patches
|
2012-12-03 21:08:58 -08:00 |
|
TfT_02
|
de93b11c25
|
Fixed an error where Greater Impact was confused with Armor Impact
|
2012-12-02 22:54:03 +01:00 |
|
TfT_02
|
7f16339bd9
|
Fixed a small bug where players could salvage items in creative mode
|
2012-12-02 22:44:26 +01:00 |
|
U-YUE\Sean
|
42dc6e7c4f
|
Fixing the broken repair config.
|
2012-11-29 12:24:56 -08:00 |
|
U-YUE\Sean
|
3153973c2b
|
Fiuxing merge issue.
|
2012-11-29 12:18:35 -08:00 |
|
Glitchfinder
|
0037524cfd
|
Fixing more errors with typecasting.
|
2012-11-25 16:40:42 -08:00 |
|
Glitchfinder
|
082fa2ca0d
|
Dealing with type conversion issues in the skill commands.
|
2012-11-25 16:18:30 -08:00 |
|
Glitchfinder
|
b1cf9d139a
|
Fixing some issues with Arcane Forging.
|
2012-11-24 15:47:28 -08:00 |
|
Glitchfinder
|
52f7120392
|
Resolving merge conflict.
|
2012-11-21 13:47:17 -08:00 |
|
TfT_02
|
0d2abb95b5
|
Adding AdvancedConfig
|
2012-11-21 21:49:54 +01:00 |
|
Glitchfinder
|
6d42d14575
|
Fixed a bug where Herablism magically converted potatoes to carrots.
|
2012-11-15 16:34:57 -08:00 |
|