A great item solution for your RPG server. https://phoenixdevt.fr/
Go to file
Gunging 623bcf3200 Recipes now work even if the Mango Consumable was deleted.
Sorry about that I just really like the Mango so I based the entire system on top of a 'temporal' test that shuts everything down if the mango was missing....

Also, Updating items with RevID should no longer reroll RNG stats if you have the following in your config:
```
item-revision:
    reroll-when-updated: false
```

Also the spread formula for DoubleData is kind of strange so an alternative has been added, add this to your config to use:
```
additive-spread-formula: true
```
2021-03-29 17:14:12 -05:00
.m2 Add new file 2020-07-27 21:55:33 -07:00
lib !add mini message support for item names and lores 2021-02-11 13:53:39 -07:00
src/main Recipes now work even if the Mango Consumable was deleted. 2021-03-29 17:14:12 -05:00
.gitignore Update .gitignore 2020-11-22 07:09:14 -07:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-09-05 18:51:47 -07:00
pom.xml !Implementation of Custom Crafting System that very well supports MMOItems 2021-03-26 12:25:48 -05:00
README.md !Forgot double space 2020-09-10 19:29:31 -07:00