diff --git a/.idea/misc.xml b/.idea/misc.xml
index 2e92c8a..e701378 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -8,4 +8,5 @@
+
\ No newline at end of file
diff --git a/resource/plugin.yml b/resource/plugin.yml
index 40f6b6e..042b6b0 100644
--- a/resource/plugin.yml
+++ b/resource/plugin.yml
@@ -1,4 +1,4 @@
-version: 3.20.0.0
+version: 3.20.0.1
main: me.rockyhawk.commandpanels.CommandPanels
name: CommandPanels
author: RockyHawk
diff --git a/src/me/rockyhawk/commandpanels/classresources/ItemCreation.java b/src/me/rockyhawk/commandpanels/classresources/ItemCreation.java
index d5f5e68..8fad8f5 100644
--- a/src/me/rockyhawk/commandpanels/classresources/ItemCreation.java
+++ b/src/me/rockyhawk/commandpanels/classresources/ItemCreation.java
@@ -485,13 +485,6 @@ public class ItemCreation {
if(plugin.legacy.LOCAL_VERSION.greaterThanOrEqualTo(MinecraftVersions.v1_14)){
file.set("panels." + panelName + ".item." + i + ".customdata", Objects.requireNonNull(cont.getItemMeta()).getCustomModelData());
}
-// try {
-// ReadWriteNBT nbt = NBT.itemStackToNBT(cont);
-// file.set("panels." + panelName + ".item." + i + ".nbt", nbt.toString());
-// }catch(Exception ignore){
-// //no nbt or error
-// file.set("panels." + panelName + ".item." + i + ".nbt", null);
-// }
}catch(Exception n){
//skip over an item that spits an error
}