Commit Graph

1348 Commits

Author SHA1 Message Date
Indyuce
e5dfca5645 Small cleanups 2020-03-27 21:10:41 +01:00
Indyuce
d88da4471c Fixed crafting station display issues 2020-03-27 21:07:33 +01:00
Blackdigits
3a59dfed6b Revert "Add world list for custom block world regeneration"
This reverts commit 22e212d6ab.
2020-03-22 21:43:53 +07:00
Blackdigits
22e212d6ab Add world list for custom block world regeneration
So now world regen only works on world listen on the config.

Please add this to your config on custom-blocks section,
or delete your config to let it generate a new one

custom-blocks:
    #List of worlds that has custom block world regen enabled
    gen-whitelist:
        - world
        - world_the_end
        - world_resource
2020-03-22 18:46:55 +07:00
Indyuce
4fe7546c2a Fixed a crafting station condition display issue 2020-03-19 15:25:16 +01:00
Indyuce
7b6388d8ad !Fixed small default config issue 2020-03-19 15:02:31 +01:00
Indyuce
7c6dbc4f11 Fixed a 1.12 compatibility issue 2020-03-19 13:45:19 +01:00
Indyuce
348db651bd !Staffs no longer deal projectile damage 2020-03-19 13:12:58 +01:00
Indyuce
0f53bfc210 !(Requires latest MMOLib dev build for 1.12) fixes a 1.12 attr issue 2020-03-19 13:06:08 +01:00
Indyuce
e85a4d813a Fixed 'disable-craftings' 2020-03-17 18:20:44 +01:00
Aria Sangarin
15dc8c73f3 merge 2020-03-10 18:41:48 +01:00
Aria Sangarin
e6bbb3a427 Fixed RPGPlayerLeveling hook 2020-03-10 18:41:11 +01:00
Indyuce
a98f565d1a !ItemManager small refactor 2020-03-01 11:38:38 +01:00
Aria Sangarin
0b2a0131dd second try >:) 2020-02-26 20:01:58 +01:00
Aria Sangarin
ddb7468db1 Extra check when loading MMOItemTriggers 2020-02-26 19:18:40 +01:00
Aria Sangarin
3f5ad1a883 Fixed MMOItemTrigger error on failed item generation 2020-02-26 13:20:29 +01:00
Aria Sangarin
ba72d2d5ef Fixed bug with creating furnace recipes 2020-02-26 13:19:56 +01:00
Indyuce
89b32bf127 !Added default recipes 2020-02-23 15:47:18 +01:00
Indyuce
1d9747c01b Fixed 1.12 recipe compatibility issue 2020-02-23 15:31:39 +01:00
Indyuce
f053b983e5 !Removed unused utils 2020-02-22 20:48:58 +01:00
Indyuce
3590f25427 !Update lib 2020-02-22 19:31:18 +01:00
Indyuce
96b7eaa955 Recipe key cleanup. Entering recipe ingredients now support caps. 2020-02-22 19:21:49 +01:00
Indyuce
9a3a51d6f6 !Typing 'cancel' now works when editing crafting recipes 2020-02-22 18:50:21 +01:00
Jules
059a897595 Fixed /mi update issue? 2020-02-19 19:30:36 +01:00
Jules
200a2a866e !Removed deprecation 2020-02-19 19:20:53 +01:00
Ashijin
4fbc1ab49a Merge branch 'master' of http://Ashijin@dev.lumine.io/bitbucket/scm/mmo/mmoitems.git 2020-02-17 20:38:11 -07:00
Ashijin
a94db8cf70 Added some stuff to the durability API 2020-02-17 20:38:01 -07:00
Indyuce
958f58b9e3 Changed recipe key format 2020-02-17 11:43:55 +01:00
Indyuce
b52cb720e9 Fixed loading issue when converting old AWB recipes 2020-02-16 23:49:40 +01:00
Indyuce
489039965e No longer clears other plugins recipes when reloading 2020-02-16 23:47:15 +01:00
Blackdigits
12ca93b8ca Remove annoying extra space on crafting station ingredients.
Please update your crafting-station.yml language file to this:
  mmoitem:
    positive: '&8✔ &7#amount# #level##item#'
    negative: '&c✖ &7#amount# #level##item#'
2020-02-16 23:42:38 +07:00
Indyuce
c5c2ff58a8 Fixed recipe ingredients calculation 2020-02-16 14:55:10 +01:00
Blackdigits
6c7c5df856 Indy pushed a cleaner crafting station format
Look at steel-crafting-station.yml file if you wanted to see an example of it in action
2020-02-15 23:55:20 +07:00
Indyuce
04c461341a Crafting station API and config format rework 2020-02-15 15:11:28 +01:00
Indyuce
e9bc67de3c !Added config update for newest crafting station API and config rework 2020-02-15 14:21:19 +01:00
Indyuce
2aa75c4c3e !WorldGenTemplate format 2020-02-15 14:20:42 +01:00
Indyuce
8910796ca7 Code cleanup 2020-02-15 11:26:54 +01:00
Indyuce
040d9525f1 Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmoitems.git 2020-02-15 11:22:08 +01:00
Indyuce
9373019335 Consumable sound fix 2020-02-15 11:22:01 +01:00
Blackdigits
1ad446d1a1 Add weapon level as crafting requirement
Format is 'mmoitem <ITEM_TYPE> <ITEM_ID> <amount> <gui_display_name> [item level]'
please add this to your crafting-stations.yml lang file

ingredient:
  mmoitem:
    positive: '&8✔ &7#amount# lvl.#level# #item#'
    negative: '&c✖ &7#amount# lvl.#level# #item#'
2020-02-15 15:55:33 +07:00
Aria Sangarin
f7e3894fff Fixed 1.12 error on player join 2020-02-15 00:23:31 +01:00
Aria Sangarin
0aee327374 !Removed unused imports 2020-02-15 00:14:25 +01:00
Blackdigits
2cae100685 !remove personal debug file 2020-02-15 03:40:50 +07:00
Blackdigits
e5440cf3e5 !add weapon level condition to crafting station
(still needs review)
2020-02-15 03:39:53 +07:00
Indyuce
7a08fa3616 Fixed a bug with damage reduction 2020-02-14 21:23:32 +01:00
Indyuce
28af647608 !Fixed <1.14 console warning for disabled abilities 2020-02-14 19:21:00 +01:00
Indyuce
b586bc1f50 !Small cleanup 2020-02-14 19:07:11 +01:00
Blackdigits
8867651abc fix duplication bug from max use consumable 2020-02-14 23:23:38 +07:00
Jules
00bb2e12d3 Ability loading fixed 2020-02-14 11:29:03 +01:00
joshs
26f911ceb5 Fixing Download Button 2020-02-13 18:44:56 -06:00