ASangarin
fd93308ea3
!OCD 😎
2020-09-23 01:21:26 +02:00
ASangarin
6fdf93ab21
MMOItems 6.2.0
...
- The previous crafting system is back! Horray for the recipe book! This
also fixes a lot of issues with crafting if you aren't using amounts. If
you used the amount system, please refresh your config.yml and enable it
there.
- Fixed the Diamond Sword bug. You know... The one that made all your
items turn into Diamond Swords...
- Performance boosted the ItemUse class. This should fix some major lag
caused by MMOItems.
- Added '/mmoitems reload all' command!
2020-09-22 20:38:48 +02:00
ASangarin
fdbd2cf344
!ItemUse refactor
...
now uses VolatileMMOItem instead of LiveMMOItem. Hopefully this will
reduce the lag caused by multi-block breaks, etc.
2020-09-22 20:34:14 +02:00
ASangarin
534ee455c0
!recipes are no longer grouped
...
(Recipe.setGroup(String) did not do what I thought it would)
2020-09-22 19:00:33 +02:00
ASangarin
2a346d44b1
!reload command cleanup
...
also added /mi reload all
2020-09-22 18:59:56 +02:00
ASangarin
e539e9381a
!reverted the template preloading code
2020-09-22 18:51:03 +02:00
ASangarin
1db891150c
!Merge branch 'master' of https://git.lumine.io/mmoteam/mmoitems.git
2020-09-22 18:41:23 +02:00
ASangarin
e8060ffdc8
!RecipeUpdate 1
2020-09-22 18:40:53 +02:00
Ethan
5b072821bf
Added check to see if items already converted before running update 4.
2020-09-21 01:38:11 -04:00
ASangarin
0a8ed7fc0f
!debug things
2020-09-20 21:08:56 +02:00
ASangarin
32f9205adc
Item Skins now apply their 'Dye Color' to leather armor
2020-09-20 20:51:30 +02:00
ASangarin
0ab5c3acc4
Enchantment inputs are no longer case sensitive
2020-09-20 20:47:20 +02:00
Indyuce
a50d9619fd
!Small cleanup
2020-09-20 12:56:39 +02:00
Indyuce
239e3c9eff
!Templates are now loaded when MI loads for extra compatibility
2020-09-20 12:51:15 +02:00
HexedHero
1dba8b2241
Allow SPELL_MOB and SPELL_MOB_AMBIENT to be colored in particle stats.
...
Fixes some nasty spam errors with item particles when using SPELL_MOB or
SPELL_MOB_AMBIENT as well.
2020-09-18 14:45:02 +01:00
HexedHero
6a45c658dd
Allow SPELL_MOB and SPELL_MOB_AMBIENT to use speed for color.
2020-09-18 13:35:31 +01:00
HexedHero
5386e46cf9
Fix colors in the info message when adding new commands
2020-09-18 11:13:31 +01:00
HexedHero
bd333cd8ae
!Update BSP to 2.0.9
2020-09-18 09:57:21 +01:00
Ethan
2e489d6f30
Fixed updater errors, this build should load.
2020-09-16 04:25:27 -04:00
Ethan
25f738f80c
Item Updater has been updated and should now function correctly. Be warned this build is moslty untested and you could encounter some issue. Please report them on our gitlab page. MMOLib 1.3.4+ Required.
2020-09-15 21:14:00 -04:00
Ethan
7781ca0033
Requires MMOLib 1.3.4+ to function.
...
Fixes a 1.13 loading issue.
2020-09-15 01:13:02 -04:00
Ethan
6f079593f8
Leather Horse Armor is now dyeable
2020-09-14 11:39:32 -04:00
Ethan
9648b28213
!add back comments
2020-09-14 11:31:24 -04:00
Ethan
a906e5f874
!forgot to add back loadCompatibility()
2020-09-14 11:28:44 -04:00
Ethan
448492cdb5
!final commit for fixing item loading issue
2020-09-14 11:23:50 -04:00
Ethan
0e2696dbcd
Merge remote-tracking branch 'origin/master'
2020-09-14 02:32:10 -04:00
Ethan
abc8dcccc9
!still fixing
2020-09-14 02:32:03 -04:00
Ethan
dd4a4ce278
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# src/main/java/net/Indyuce/mmoitems/api/crafting/CraftingStation.java
# src/main/java/net/Indyuce/mmoitems/api/item/template/MMOItemTemplate.java
# src/main/java/net/Indyuce/mmoitems/api/util/TemplateMap.java
# src/main/java/net/Indyuce/mmoitems/manager/TemplateManager.java
# src/main/java/net/Indyuce/mmoitems/stat/DisplayName.java
2020-09-14 02:18:49 -04:00
Ethan
a6897d0ee1
!this commit resets previous commits that caused loading issues.
2020-09-14 02:18:22 -04:00
Ethan
c01f1e578b
!test
2020-09-14 01:58:12 -04:00
Ethan
4ea4be6ce7
!revert
2020-09-14 01:24:10 -04:00
Ethan
28b0cdd023
!fix indy loading issue
2020-09-14 00:51:11 -04:00
Indyuce
e692499e87
!Last commits cleanup
2020-09-13 12:44:24 +02:00
Ethan
3b096d9a0f
Updated mi update to include conversion for consume-cooldown -> item-cooldown
2020-09-11 21:58:30 -04:00
HexedHero
3fed589b90
!Better version ID
2020-09-11 17:13:40 -07:00
HexedHero
bc7bfb066f
Actually fix an error when NPCS would kill a mob closes #127
2020-09-12 00:16:41 +01:00
HexedHero
9855be1928
Fixed arrow particles when using Redstone particle closes #119
2020-09-11 20:12:41 +01:00
HexedHero
8834210463
Add event priority and ignoreCancelled to BlockBreakEvent closes #124
2020-09-11 19:27:28 +01:00
HexedHero
a34fd6ff25
Check if killer is an Citizens NPC, closes #127
2020-09-11 19:18:40 +01:00
HexedHero
e6739a82fa
!Updated MMOLib to 1.3 and added notes in pom
2020-09-11 19:00:04 +01:00
HexedHero
fb2c4440da
!Remove unused import
2020-09-11 18:55:12 +01:00
HexedHero
8029b2e37d
!FIXME NPE
2020-09-10 19:55:32 -07:00
HexedHero
383c283ea8
!Forgot double space
2020-09-10 19:29:31 -07:00
HexedHero
a86ed89b19
!Update README.md
2020-09-10 19:27:58 -07:00
HexedHero
a7daa3091a
Fix bow issue with offhand items with disable interaction.
...
This isn't actually needed, the item should be caught by the Interact event and this causes a bug where you cannot shoot bows with any single item like a tome in your offhand that has Disable interaction even if your bow doesn't. I've used MMOItems without this section of code and ender pearls etc are still cancelled just fine. This is unneeded.
2020-09-10 15:47:46 -07:00
Ethan
2470bce7b6
Fixes issues with some stats not converting correctly when running /mi update apply 4 4
...
Added a clarification note when applying consumable effects
2020-09-10 17:11:03 -04:00
ASangarin
1ea9996d1f
!incremented version
2020-09-10 14:56:54 +02:00
Ethan
47907ab249
Added support for vanilla mythic mob factions.
2020-09-09 15:12:50 -04:00
ASangarin
36725a9cb4
Added CraftMMOItemEvent for custom crafting
2020-09-09 01:35:27 +02:00
ASangarin
0796cdf795
('\n' causes line breaks)
2020-09-09 01:04:55 +02:00