250 Commits

Author SHA1 Message Date
d74ae124c3 A much much better cave renewal system without screwing over people's
stuff. Should've done this first.
2013-12-24 06:52:57 -07:00
3082887b1f Mob Heads now bug-free (Crafting + looting + identification all work
perfectly now). Cave filler code added.
2013-12-24 04:33:27 -07:00
2b40b15d50 Mob Heads are added, MobHead class implemented. Just need to add
functionality. All possible head combinations can be obtained via mobs
or obtained via '/event cheatheads'
2013-12-18 08:37:55 -07:00
8cbffd75e1 Wither difficulty increased. 2013-12-12 14:34:34 -07:00
0e81c98b05 Add ability to open a bookshelf's inventory by right-clicking. Made the
wither effect more deadly.
2013-12-12 14:27:12 -07:00
4a9ee5da19 Added new enchantments functionality. 2013-12-12 12:46:37 -07:00
6942dbfadd Removed Hound Caller functionality (May be the cause of glitches), Set
limits on new mobs, Finished up Powered mobs functionality. (Added a
wait time before true damage activation so players had a chance to
recognize the powered up effect, lowered true damage of arrows.)
2013-12-12 07:48:20 -07:00
959064b983 Modifications to Powered mobs. 2013-12-11 10:57:54 -07:00
9688c1b34f Add in Powered Mobs. 2013-12-11 08:58:14 -07:00
ca45f2a673 Added shapeless versions of flint & steel and sticky pistons. Sticky
pistons can be converted back into regular pistons simply by putting
them in the crafting grid.
2013-12-11 06:41:09 -07:00
21cff3cb51 Ender Item Cubes functioning 99.9%. All synchronization issues + duping
issues fixed, without the closeInventory()/openInventory() silly lazy
fix. Also made Item Cubes able to be opened inside of other Item Cubes.
2013-12-11 06:14:48 -07:00
eef59e0d35 Rename name tag functionality. Fix Ender Cubes. 2013-12-10 23:28:54 -07:00
9781185282 Fix sortEnchantments() so it works in all situations. Fixed issue with
Enchanter A buff creating inventory desyncs.
2013-12-10 11:31:49 -07:00
e6e0fd9df2 Fix run-time error. bonus_enchantment_list was not initialized. 2013-12-10 11:08:11 -07:00
88990bdb43 getGoodie() updated to latest bonus enchantment system. Added
hasBonusEnchantment() and getBonusEnchantmentLevel() methods. Misc.
bugfixes.
2013-12-10 10:56:05 -07:00
350f818c77 Fixes to Charge Zombie spawning. Verify blocks are natural blocks and
the logic for checking was corrected.
2013-12-10 09:57:19 -07:00
97417c7280 Forgot to add oldamt to amt for Roman Numeral adding in
addBonusEnchantment().
2013-12-10 09:45:14 -07:00
0eb06c137a Merge branch 'dev' into devbranch 2013-12-10 09:31:12 -07:00
7ec51d2453 Misc. bugfixes. Made a BonusEnchantment class for easier handling of
BonusEnchantments. Added helper functions for getting bonus
enchantments. (getBonusEnchantments(), getBonusWeaponEnchantments(),
getBonusArmorEnchantments())
2013-12-10 09:30:43 -07:00
Nonoriri
eb6816277e Miner level 20 buff moved to right click, debug equipment repository
added (/event cheat). Currently a bug where taking damage reduces health
to zero and glitches player, not sure of cause.
2013-12-09 00:44:23 -05:00
Nonoriri
d775a20155 Witherless Rose mechanic reworked from halving wither damage to having a
25% chance (multiplicative) of negating the damage tick. This makes the
effect more noticeable to the player (previously the player still took
damage from every single wither tick no matter how many roses they had),
and also reduces the diminishing returns effect from holding multiple
roses.
2013-12-08 21:54:43 -05:00
7db09a34a1 Random fixes. Durability, fishing, digger(?), nullpointerexceptions, fix
Powersurge Zombie damage calculation, more debug commands.
2013-12-06 19:08:04 -07:00
26d4b33a83 Logic fixes, minor typos to durability system. 2013-12-06 15:50:38 -07:00
a53cfaf67b Changes and fixes to durability. Proper dye/wool color references. 2013-12-06 14:32:06 -07:00
4ee2ad5f3b Add in Powersurge Zombie. 2013-12-05 23:36:03 -07:00
f38755b7bf Remove unnecessary imports. 2013-12-05 01:58:56 -07:00
Nonoriri
d6f8ab1270 Chaos chest buffed. 2013-12-05 00:43:30 -05:00
41fb9bda5f Suicidal Creeper, Powersurge Zombie, Fish Caller fixes. 2013-12-04 22:26:06 -07:00
4b99beaef8 'Hound Caller' fixes. 2013-12-03 09:03:49 -07:00
9d6428d58e Brewer job buffs + The start of new mobs. 2013-12-03 02:36:32 -07:00
762b127548 Brewer job buffs almost completed. 2013-12-01 06:33:59 -07:00
5fe020b68a Cook job complete. 2013-11-30 23:12:39 -07:00
27deec38e0 Fix Digger job. 2013-11-30 19:32:43 -07:00
dae2daba04 Fixes to Woodcutter. 2013-11-30 19:25:57 -07:00
295f748961 More fixes. 2013-11-30 19:17:39 -07:00
4eca8c6574 Woodcutter fixes 2013-11-30 19:00:21 -07:00
91b8f4d0fc Start Cook job buffs. 2013-11-30 17:09:56 -07:00
24aec85f85 Weaponsmith jobs buffs implemented. 2013-11-30 14:07:24 -07:00
5b11795dce Fisherman job buffs completed. 2013-11-30 11:15:05 -07:00
29b743a142 Implement all Hunter job buffs. 2013-11-30 08:26:30 -07:00
25795c00f9 Implement all Digger job buffs. Add in artifact crafting / identifying
system. Modify arrow shooters to allow for customizable speed and spread
settings. Remove unnecessary spawn calls for mobs (also causes server
slowdowns). Add in Sturdy buff.
2013-11-29 07:26:00 -07:00
9f4978751b Merge branch 'master' into dev
Conflicts:
	BankEconomyMod/src/me/kaZep/Base/Main.java
	BankEconomyMod/src/me/kaZep/Base/PlayerListener.java
	BankEconomyMod/src/me/kaZep/Commands/commandBankEconomy.java
2013-11-29 01:53:35 -07:00
8a362a0e6a Fix PlayerBuffData entry removal. (toLowerCase() mismatch issue) 2013-11-28 23:09:43 -07:00
4bc85772da Minor fixes to crafting recipes. 2013-11-28 22:52:37 -07:00
a901466361 Fix Mythical drop rate. Added in toString() debug output command for
PlayerBuffData. Added debug output to PlayerBuffData.txt every time it
updates.
2013-11-28 21:08:30 -07:00
Nonoriri
8846e32a31 Added witherless rose recipe. For each rose you own, wither damage taken
is halved. Orb of Distortion is also added to allow players some
privacy. Hold onto the item and other players cannot telport to them. 

Thanksgiving event finalized.
2013-11-27 23:57:20 -05:00
4f8ceaea49 Work on artifact conversion. 2013-11-27 15:13:28 -07:00
Nonoriri
c0c2321a7c Merge branch 'master_event2' into master_event 2013-11-27 17:12:14 -05:00
Nonoriri
a6725ff100 Fixed comments to be consistent with code, added chaos chests, several
fishing changes during event, event XP doubling now occurs.
2013-11-27 17:09:59 -05:00
8e0c9aee38 Merge branch 'master' into dev 2013-11-27 14:39:34 -07:00