Commit Graph

325 Commits

Author SHA1 Message Date
Aria Sangarin
490745cc2c 1.12 compatibility (not yet tested) 2020-01-30 21:37:58 +01:00
Aria Sangarin
4e70c1d4d9 Unidentified items should no longer have attack damage, speed, etc. 2020-01-30 21:24:34 +01:00
Aria Sangarin
5be55f547b Added drop event for custom blocks (API) 2020-01-30 20:45:31 +01:00
Aria Sangarin
7f6e99edb9 Small Fixes:
- Custom NBT Tags now stay after applying gems
- A stack of unidentified items will no longer identify into one
- A new stat for disabling item repairing with McMMO

(Please update MMOLib to use this build!)
2020-01-29 19:23:30 +01:00
Aria Sangarin
1d22a3a5ec !Now uses MMOLib 1.0.6 2020-01-29 18:33:11 +01:00
Aria Sangarin
9ba13a1d9f Unidentified stacks no longer identify as a single item 2020-01-29 18:01:50 +01:00
Blackdigits
fffd9420f4 !prevent identified item hard-setting the amount of item to 1 when identified 2020-01-29 23:57:43 +07:00
Aria Sangarin
9715c1238b Added ItemStat to disable item repairing with McMMO 2020-01-29 17:30:16 +01:00
Aria Sangarin
a0839fe7f4 Fixed interaction events, things now work when clicking in the air again 2020-01-29 17:15:39 +01:00
Aria Sangarin
2527425acf build plz 2020-01-29 01:11:56 +01:00
Aria Sangarin
debae8a956 AWB loader now uses a default material if ingredient wasn't found 2020-01-29 00:33:44 +01:00
Aria Sangarin
949816b8db Small Fixes:
- Fixed NBT Tags Stat
- Improved loading of Shapeless Recipes
- Support for versions lower than 1.14
- GUI now properly tells if recipes exist
2020-01-28 16:32:30 +01:00
Aria Sangarin
d5bf18ef55 --[ The Crafting Update ]--
MMOItem crafting is now handled vanilla style.
Recipe types supported are: Shaped, Shapeless,
Furnace, Blast Furnace and Smoker

Additional Changes:
- The Advanced Workbench has been removed
- Custom NBT Tags can now be applied to items
- Fixed Elements menu back button
- Changed a long lore line in Custom Sounds GUI
- Items with 'disable interactions' can no longer be thrown

Important: This is a test version and bugs are to be expected. A few QoL features will be added soon and currently it is only supported on version 1.14 and later.
2020-01-28 14:04:28 +01:00
Aria Sangarin
8442fff585 !merged 2020-01-28 13:57:43 +01:00
Aria Sangarin
43a08dfcb1 Added NBT Tags ItemStat 2020-01-28 13:54:52 +01:00
Aria Sangarin
2d8729daed Changed long lore line in custom sound gui 2020-01-28 13:40:29 +01:00
Aria Sangarin
4933ff3e5c version increment 2020-01-28 13:39:22 +01:00
Aria Sangarin
145e2ea551 Removed Advanced Workbench 2020-01-28 13:39:05 +01:00
Aria Sangarin
ecfc885860 CRAFTING UPDATE!! 2020-01-28 13:38:56 +01:00
Indyuce
bfc6f711d7 Fixed an issue with the getmmoitem objective 2020-01-26 17:36:38 +01:00
Aria Sangarin
246af9a998 Fixed elements back button 2020-01-24 05:35:53 +01:00
Indyuce
a4bddc32a7 Push durability build 2020-01-18 22:37:40 +01:00
Indyuce
c1840631d9 Custom Durability Rework
Mending better support
2020-01-18 22:12:16 +01:00
Indyuce
7e2a1e8d8b !Mending support for custom durability 2020-01-18 21:08:39 +01:00
Indyuce
564e94d484 !ignoreCancelleds 2020-01-18 21:06:56 +01:00
Indyuce
f5461ef525 !Custom Durability Rework beta 2020-01-18 20:58:57 +01:00
Indyuce
2224fbafc3 !Removed lore format from language files 2020-01-18 20:58:10 +01:00
Indyuce
d676f1cc17 !Updated untargeted weapons 2020-01-18 19:59:14 +01:00
Indyuce
69027e83f2 Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmoitems.git 2020-01-18 18:14:01 +01:00
Indyuce
dd0eb6c2e0 !Moving MI compatibility over to MythicMobs 2020-01-18 18:13:46 +01:00
Indyuce
a4c715c2fb !Add comments 2020-01-18 18:05:57 +01:00
Blackdigits
a4ccb2fa89 cancel projectile launch if disable interaction flag is set to true 2020-01-17 21:59:39 +07:00
Aria Sangarin
500c3c60f9 IT IS HERE. THE CRAFTING UP-- lol jk
Anyway, this is just a tiny hotfix for the playerhead buttons.
Fixes back/next/prev buttons in the AWB and in crafting stations.
2020-01-13 19:57:26 +01:00
HexedHero
b40b5b64ad Added extra check for disable interaction
Sometimes when the player or server lagged or in the rare case of the
interact event being bypassed, players could eat their tomes and other
items that where vanilla edible items.
2020-01-13 07:07:10 +00:00
Blackdigits
37ce185514 Add new consumable stats, Max Consume
Use it if you want to allow x amount of consume before the item disappears

Please add these lines to your stats.yml and lore-format.yml when updating
lore-format.yml
- '#max-consume#'

stats.yml
max-consume: '&7■ Max Consume: &f# &7uses'
2020-01-12 14:16:43 +07:00
Blackdigits
11d60fdc50 fix grindstone not being accounted for disable repair flag 2020-01-11 02:08:47 +07:00
Aria Sangarin
1d8883b778 'getmmoitem' required amount hotfix 2020-01-09 21:26:15 +01:00
Indyuce
c713f01943 !Moved MM compatibility out of async 2020-01-02 12:55:04 +01:00
Indyuce
45bb87fd43 Fixed MythicMobs drop items 2020-01-02 00:43:28 +01:00
Indyuce
87b6082cb4 !Support for SkillAPI damage, changed check order to reduce calculations 2019-12-31 19:22:20 +01:00
Indyuce
7ec9bf1720 Push dev build 2019-12-30 17:50:58 +01:00
Indyuce
b2a01dffcf !Compatible with older MMOLib API 2019-12-30 15:52:51 +01:00
Indyuce
cffa1c594d !Updated url 2019-12-30 15:49:48 +01:00
Indyuce
a98f4b24aa Updated lib 2019-12-30 15:48:17 +01:00
Indyuce
1adf8d79d2 Rolled back stat offset change 2019-12-30 01:32:10 +01:00
Indyuce
a37ae7056f Fixed vanilla attributes stats offset 2019-12-30 01:20:00 +01:00
Indyuce
ad63d4e58d Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmoitems.git 2019-12-29 15:28:52 +01:00
Indyuce
a9265bbb36 !Lib update 2019-12-29 15:28:46 +01:00
HexedHero
c6d6b91522 !Fix imports and extra checking 2019-12-29 14:10:07 +00:00
Indyuce
ec47f14393 !Fixed 1.12 particle edition GUI 2019-12-29 14:32:37 +01:00