mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Version up and update README.md
This commit is contained in:
parent
427b786ad5
commit
7e45c48dec
4 changed files with 21 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue