Version up and update README.md

This commit is contained in:
alexcrea 2024-06-18 20:36:09 +02:00
parent 427b786ad5
commit 7e45c48dec
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
4 changed files with 21 additions and 3 deletions

View file

@ -132,7 +132,7 @@ public class EnchantSelectSettingGui extends SettingGuiListConfigGui<WrappedEnch
if (meta == null) {
CustomAnvil.instance.getLogger().warning("Could not create item for enchantment: " + name + ":\n" +
"Item do not gave item meta: " + item + ". Using placeholder instead");
"Item do not gave item meta: " + item + ". Using a placeholder item instead");
item.setType(Material.PAPER);
meta = item.getItemMeta();
assert meta != null;

View file

@ -1,7 +1,7 @@
main: io.delilaheve.CustomAnvil
name: CustomAnvil
prefix: "Custom Anvil"
version: 1.5.0-beta
version: 1.5.0
description: Allow to customise anvil mechanics
api-version: 1.16
load: POSTWORLD