mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue