nossr50
3ea739d111
Static Abuse Removal - Skill Tasks
2019-07-03 01:33:53 -07:00
nossr50
57b7050a2c
Static Abuse Removal - CommandUtils -> CommandTools
2019-07-02 19:00:06 -07:00
nossr50
4c4732695b
Static Abuse Cleanup - EventUtils -> EventManager
2019-07-02 18:32:28 -07:00
nossr50
87af2419a3
Part 2 of removing bad design patterns
2019-06-27 03:04:34 -07:00
nossr50
b069480244
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into configurable
2019-06-26 21:55:41 -07:00
nossr50
74a2485cff
Multiple tweaks to how salvaged items travel towards a player
2019-06-25 18:02:16 -07:00
nossr50
d9b84b0ab3
Check mining rank before processing double drops
2019-06-24 23:25:15 -07:00
nossr50
099dfcb0e5
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into configurable
2019-06-21 09:19:03 -07:00
nossr50
c6d604bbbc
Inspect, Salvage, and Locale fixes
2019-06-21 08:05:57 -07:00
nossr50
c7fadf02e6
Repair rewrite continues
2019-06-21 05:50:37 -07:00
nossr50
55609249ed
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into configurable
2019-06-20 00:09:50 -07:00
nossr50
5698d8282c
2.1.85
2019-06-20 00:02:48 -07:00
nossr50
3a89ba2139
Wire up salvage config options
2019-06-16 09:12:42 -07:00
nossr50
fb08bbb79d
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into configurable
2019-06-15 23:51:36 -07:00
nossr50
ef71661db1
2.1.81
2019-06-14 20:39:57 -07:00
nossr50
9c04054017
2.1.80
2019-06-12 12:23:58 -07:00
nossr50
a97f1b208f
NotificationManager now uses a getter in mcMMO
2019-06-12 10:54:05 -07:00
nossr50
a654762f4d
Yikes that was a lot of merge conflicts.
2019-06-12 05:26:45 -07:00
nossr50
3fe47c939a
You can not salvage without 1 rank in Scrap Collector now (unlocks at
...
level 2)
2019-06-10 22:46:03 -07:00
nossr50
46dee3c9b6
Numerous tweaks to salvage + fixing repair bugs
2019-06-10 22:37:20 -07:00
nossr50
02a69cbb05
Update code style
2019-04-24 22:52:53 -07:00
nossr50
7e039321e1
Merge 2.1.44
2019-04-15 10:40:57 -07:00
nossr50
138b109ff5
Correct display error when successfully salvaging enchantments
2019-04-13 22:04:35 -07:00
nossr50
d542098f8a
New salvage enchant bypass permission node
2019-04-13 13:17:28 -07:00
nossr50
75bb3f181d
Fishing now always gives fish in addition to treasure (configurable)
...
Fixing salvage oopsies
2019-04-10 04:06:06 -07:00
nossr50
2ef10afce3
Merge branch 'master' of https://github.com/mcMMO-dev/mcmmo into configurable
...
# Conflicts:
# Changelog.txt
# pom.xml
# src/main/java/com/gmail/nossr50/skills/salvage/SalvageManager.java
2019-04-09 17:49:56 -07:00
nossr50
f1204f8a2a
2.1.39 - Added Seagrass/Tall_Seagrass to experience tables
...
Salvage should sound a bit different to Repair now
Fixes #3863 #3862
2019-04-09 16:34:38 -07:00
nossr50
43037f8c13
Code Cleanup Pt 2
2019-04-03 19:25:14 -07:00
nossr50
ac67e006d8
Kill the MultiConfigs
2019-04-02 18:30:06 -07:00
nossr50
e232bb3699
finished default repairables, diamond armor gives less xp by default
2019-03-29 00:03:50 -07:00
nossr50
7aea4e1d92
Repair Config pt 5
2019-03-29 00:03:48 -07:00
nossr50
d7e0c95984
rewire getInstance() for configs
2019-03-28 23:44:15 -07:00
nossr50
9731b9cffb
new config pt 9
2019-03-28 23:43:19 -07:00
nossr50
c839837d7a
Fixing some coloring issues
2019-02-01 11:00:02 -08:00
nossr50
8228ae248f
Fixed a bug where Arcane Salvage could never fail
...
SubSkillFailure renamed to SubSkillFailed in config.yml
SubSkillFailed now sends to chat by default and no longer sends to the action bar
2019-02-01 10:34:13 -08:00
nossr50
c6a4cbd715
Fixed a bug where Salvage was giving back too many materials
2019-02-01 10:22:55 -08:00
nossr50
f2c32f07da
Removing leftover debug code
...
nossr50 did an oopsie
2019-01-31 14:14:15 -08:00
nossr50
bff72486d0
Fixed a bug where static chance skills uses incorrect calculations for success
...
Cleaned up some leftover code from the old skill unlock system
2019-01-31 14:07:03 -08:00
nossr50
e969598f58
Fixing a lot of bugs involving calculating the success of skills
2019-01-27 19:36:16 -08:00
nossr50
126e1c5942
All skills should be on the new rank system now
2019-01-17 08:46:10 -08:00
nossr50
2605235f2a
Salvage now uses the ActionBar
2019-01-13 22:56:48 -08:00
nossr50
6f77bb206d
Refactoring + adding a new skillranks config (not functional yet)
2019-01-12 23:54:53 -08:00
nossr50
85fd0a79bc
Sounds volume and pitch are now configurable in the new sounds.yml file
2019-01-12 19:08:54 -08:00
nossr50
0d260a74c9
Refactoring to make my life easier
2018-12-29 05:24:55 -08:00
Shane Robertson
ee324c77a9
Fixed errors with block-based skill experience ( #3506 )
...
* Updated configs
* [WIP] Replacing MaterialData with Blockdata
* Fixed most block based experience gain
* Fixed most block based experience gain & updated wooden_tools
* Removed debug prints
2018-07-26 19:53:29 -04:00
t00thpick1
b73eced36f
Remove sound adapter
2018-07-25 20:29:40 -04:00
t00thpick1
cbff8482ce
Merge pull request #3427 from joblo2213/master
...
Add McMMOPlayerSalvageCheckEvent
2018-06-09 11:50:32 -04:00
joblo.2213
0035762a71
Add McMMOPlayerSalvageCheckEvent
2018-06-09 09:46:06 +02:00
GiovanH
421455224f
Codebase!
2018-05-10 04:54:35 +01:00
Sid Shakal
60bfabb097
Moved salvaged material spawn center to center of top face of anvil.
...
My fix for the central spawn points of various block-based item drops
moved them from the low corner of the block to the center of the block.
In the case of the salvaged materials, this moved the central spawn
point from the low corner of the top face of the anvil block to the
center of the block above the anvil block. This felt unnatural, so the
point has been moved to the center of the top face of the anvil block.
2016-03-17 02:06:19 -05:00