mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Updated Home (markdown)
parent
2b84701ffa
commit
f1bddbb345
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
|
@ -9,7 +9,7 @@ If you like to make your custom enchantment plugin compatible with Custom Anvil,
|
||||||
Here are the general step to make your plugin compatible with Custom Anvil:
|
Here are the general step to make your plugin compatible with Custom Anvil:
|
||||||
* Add CustomAnvil as softdepend or depend
|
* Add CustomAnvil as softdepend or depend
|
||||||
* On startup, if CustomAnvil is present, listen to the necessary event.
|
* On startup, if CustomAnvil is present, listen to the necessary event.
|
||||||
* On event trigger, [Register Enchantments](https://github.com/alexcrea/CustomAnvil/wiki/Register-Enchantments), [Material Group](https://github.com/alexcrea/CustomAnvil/wiki/Material-Group) and Enchantment Conflict if needed.
|
* On event trigger, [Register Enchantments](https://github.com/alexcrea/CustomAnvil/wiki/Register-Enchantments), [Material Group](https://github.com/alexcrea/CustomAnvil/wiki/Material-Group) and [Enchantment Conflict](https://github.com/alexcrea/CustomAnvil/wiki/Conflicts-Group).
|
||||||
* (Optional) Also register bulk operation for optimization if possible.
|
* (Optional) Also register bulk operation for optimization if possible.
|
||||||
|
|
||||||
You can also register Custom anvil recipe if you like to.
|
You can also register Custom anvil recipe if you like to.
|
||||||
|
|
@ -17,7 +17,7 @@ You can also register Custom anvil recipe if you like to.
|
||||||
## Add custom anvil as dependency
|
## Add custom anvil as dependency
|
||||||
Custom Anvil is available on [Maven Central](https://central.sonatype.com/artifact/xyz.alexcrea/CustomAnvil)
|
Custom Anvil is available on [Maven Central](https://central.sonatype.com/artifact/xyz.alexcrea/CustomAnvil)
|
||||||
|
|
||||||
Make sure `mavenCentral()` is present in your gradle repositories
|
Make sure `mavenCentral()` is present in your Gradle repositories
|
||||||
|
|
||||||
### Maven dependency
|
### Maven dependency
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue