mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Allow 1.16.5 to 1.17.1 (plugin not bellow 1.16.5 as per the libraries field did not exist)
Support is experimental and there may be issues.
This commit is contained in:
parent
ed82aa790a
commit
972d2895d5
3 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# Custom Anvil
|
||||
|
||||
**Custom Anvil** is a plugin that allows server administrators to customise every aspect of the anvil's mechanics.
|
||||
It is expected to work on 1.18 to 1.20.5 minecraft servers running spigot or paper.
|
||||
It is expected to work on 1.18 to 1.20.6 minecraft servers running spigot or paper.
|
||||
(the plugin support of 1.16.5 to 1.17.1 is experimental an may encounter issues)
|
||||
|
||||
**Custom Anvil** was previously named **Unsafe Enchants+**.
|
||||
It was renamed because it now affects every anvil aspect and not only unsafe enchants
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "xyz.alexcrea"
|
||||
version = "1.4.6"
|
||||
version = "1.4.7"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
main: io.delilaheve.CustomAnvil
|
||||
name: CustomAnvil
|
||||
prefix: "Custom Anvil"
|
||||
version: 1.4.6
|
||||
version: 1.4.7
|
||||
description: Allow to customise anvil mechanics
|
||||
api-version: 1.18
|
||||
api-version: 1.16
|
||||
load: POSTWORLD
|
||||
authors: [ DelilahEve, alexcrea ]
|
||||
libraries:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue