126 Commits

Author SHA1 Message Date
Nonoriri
61ed29266b Fixed a bug that was making the application of item bonuses cost less XP
than intended.
2013-11-24 19:39:20 -05:00
Nonoriri
ca8de45ef8 Fixed Trader's Enchanted Books not being properly multiplied. 2013-11-24 16:53:56 -05:00
Nonoriri
52dc2d0e7a Fixed a merging error that somehow slipped through. Disenchanting will
now properly keep items a percentage of the time.
2013-11-24 16:14:42 -05:00
Nonoriri
6a152d0204 Fixed error due to getEnchantmentNumb being called for halloween item
lore.
2013-11-24 14:07:47 -05:00
Nonoriri
8007ddb83e Fixed leather armor being not disenchantable due to LeatherArmorMeta
being a separate class that cannot be applied to enchanted books.
2013-11-24 13:23:48 -05:00
Nonoriri
00e5df5718 Fixed rounding error due to using int instead of double. Bonuses are now
inserted at the beginning of the item lore instead of at the end.
2013-11-24 12:54:31 -05:00
Nonoriri
d409918bd6 Properly capped unenchanting cost to 60. 2013-11-24 12:11:49 -05:00
Nonoriri
5a9dd42345 Fixed dye colors being displayed incorrectly. Added high efficiency
recipes for coloring wool (8 white wool around dye). Vanilla recipes for
coloring wool disabled.
2013-11-24 02:28:04 -05:00
Nonoriri
8ccb4c4c26 Fixed nullpointerexception causing unenchanted items to be unrepairable. 2013-11-24 01:22:57 -05:00
Nonoriri
84c305dd9c Anvil changes added to master. 2013-11-23 20:19:13 -05:00
287328e29a Wither fix for Nether / other worlds. 2013-11-23 16:53:36 -07:00
8da2eb1f43 Traders now can give really good enchantments on tools and weapons. 2013-11-23 05:25:07 -07:00
1d48d639e8 Fixed some issues with the Wither boss. 2013-11-23 04:11:29 -07:00
80957a8788 Blocking provides 'Sturdy III' for players. 2013-11-23 03:31:40 -07:00
4f7ad5a62f Fix Charge Zombie III's not starting with full health. 2013-11-23 02:56:42 -07:00
3e0c2d0f29 Charge Zombie new behavior. 1)Does not wreck chunks that are under a
certain air density. 2)Only destroys natural blocks when players are
nearby. 3)Has old block destroying behavior when fighting players.
2013-11-23 02:42:34 -07:00
8166be6614 Fix an error with the Haste buff not being applied right when getting
the 5th stat point.
2013-11-20 16:33:50 -07:00
c5a992c418 Forgot to add new invulnerability code to reviving. 2013-11-20 03:31:33 -07:00
c46c4e52df Add a fix to prevent players from teleporting to others and being below
them when riding vehicles. This would usually cause them to fall through
blocks in for example rail systems that are suspended.
2013-11-20 03:26:04 -07:00
df4abe0ef5 Add more logic for super zombie checks in hopes of further preventing
them from being troublesome.
2013-11-20 03:21:27 -07:00
0c4e92f710 Fix issues with leaving the game with an open inventory not properly
saving/dropping unused items.
2013-11-20 03:14:21 -07:00
d92a25ab33 Fix issues with Boss causing disconnects. 2013-11-20 02:05:51 -07:00
575780c200 Give some leniency for hunger color bar for player list / name tags. Fix
armor penetration causing a showing of 0 damage for no armor targets in
system damage messages.
2013-11-20 00:24:42 -07:00
bbc6537837 Delete .classpath
Conflicting with other Eclipse environments.
2013-11-19 23:51:28 -07:00
f2ef2c9c88 Add in an inventory refresh for using Polymorph Wands so they still
appear correctly in the client.
2013-11-19 18:36:01 -07:00
e9c4ff2317 Fatal Survivor fix. Equipment that drops gets re-equipped on you when
the Fatal Survivor buff is used.
2013-11-19 17:20:32 -07:00
5623d4995d Fixed the accidental deletion of getting cube type. Added a function to
return the cube type of a viewing Item Cube.
2013-11-19 14:14:53 -07:00
c0efc8e9c8 Fixed the accidental deletion of ID setting for Item Cubes. Added a
function to get the ID of the viewing item cube.
2013-11-19 14:11:05 -07:00
e00f04bf30 Some Item Cube null fixes. 2013-11-19 14:08:44 -07:00
b315a5a3eb Fix Revive bug. Make boss healthbar less glitchy, hopefully fixing
random disconnecting as well. Fix issues with boss not spawning
immediately.
2013-11-19 12:31:15 -07:00
c935896d60 Added is_PermanentProperty() to contain all lore phrases where the
property should not be removed in cases where items need to remove other
lore "bonuses".
2013-11-19 04:04:46 -07:00
3b8d4195e4 Fix Item Cube functionality when first inserting an item to a newly
unactivated Item Cube. Made a new helper function to check it the item
is an Item Cube.
2013-11-19 03:46:58 -07:00
c4108da16d Add healthbar changes for PlayerBuffData. 2013-11-19 03:35:52 -07:00
8291b4a690 Wither Skeleton count added in. 2013-11-19 02:32:29 -07:00
7abdc22d0a Merge branch 'dev' into devAnvil
Conflicts:
	BankEconomyMod/bin/me/kaZep/Base/PlayerListener$10.class
	BankEconomyMod/bin/me/kaZep/Base/PlayerListener$11.class
	BankEconomyMod/bin/me/kaZep/Base/PlayerListener$12.class
	BankEconomyMod/bin/me/kaZep/Base/PlayerListener$13.class
	BankEconomyMod/bin/me/kaZep/Base/PlayerListener$14.class
	BankEconomyMod/bin/me/kaZep/Base/PlayerListener$15.class
	BankEconomyMod/bin/me/kaZep/Base/PlayerListener$16.class
	BankEconomyMod/bin/me/kaZep/Base/PlayerListener$17.class
	BankEconomyMod/bin/me/kaZep/Base/PlayerListener$9.class
2013-11-19 02:26:12 -07:00
77cdd6328d Make Enchantment merges 2013-11-19 01:41:38 -07:00
2b6a439970 Fixed Wither Skeleton Merge. 2013-11-19 00:26:16 -07:00
Nonoriri
9072286213 Removed two lines that SHOULD NOT be there. 2013-11-19 02:17:38 -05:00
Nonoriri
a79767fdff Bonuses code added, but nonfunctional. 2013-11-19 02:15:00 -05:00
d2ee12928e src.me.kaZep.Base fix. 2013-11-18 23:58:11 -07:00
388564edcf One final fix to Recycling Centers that I missed. 2013-11-18 23:56:24 -07:00
482e1814dd Add 5 seconds of invincibility for the reviving player. 2013-11-18 22:46:51 -07:00
76b2ece1d0 Fix removing mobs on revive. Did not remove mobs with nametags (That
weren't important)
2013-11-18 22:46:07 -07:00
6777d458ff Fix errors with Super Zombies. 2013-11-18 22:39:55 -07:00
ddbd1f75ae Remove the NOT for naturalBlock check. 2013-11-18 22:28:25 -07:00
e11780cebc Final hotfixes to Recycling Center. Modify Charge Zombie block
destruction behavior to reduce lag and prevent them from destroying
actual structures, only normal blocks. Fix Item Cube block inserting
bugs. Fix beds not setting the time properly.
2013-11-18 22:02:56 -07:00
Nonoriri
0c167081e1 Enchanted book support added in anvil. 2013-11-18 23:51:41 -05:00
75f59a94c6 Revert "Commit class changes."
This reverts commit c45a58937b736582cba3d60001b9a9996e36edc3.
2013-11-18 21:48:56 -07:00
c45a58937b Commit class changes. 2013-11-18 21:48:42 -07:00
305f00ccda Final hotfixes to Recycling Center. Modify Charge Zombie block
destruction behavior to reduce lag and prevent them from destroying
actual structures, only normal blocks. Fix Item Cube block inserting
bugs.
2013-11-18 21:47:29 -07:00