Remove unused import

This commit is contained in:
abel1502 2025-08-23 19:36:45 +03:00
parent 0ac72afa97
commit 9e99a21969
No known key found for this signature in database
GPG Key ID: 076926596A536338

View File

@ -1,7 +1,6 @@
package com.hbm.items.armor; package com.hbm.items.armor;
import com.hbm.extprop.HbmPlayerProps; import com.hbm.extprop.HbmPlayerProps;
import com.hbm.handler.ArmorModHandler;
import com.hbm.items.ModItems; import com.hbm.items.ModItems;
import com.hbm.main.ResourceManager; import com.hbm.main.ResourceManager;
import com.hbm.render.model.ModelArmorWings; import com.hbm.render.model.ModelArmorWings;