9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 12:29:16 +00:00

temp remove Geary Hook

This commit is contained in:
LoJoSho
2023-06-09 09:28:37 -05:00
parent bf7517ab20
commit 2e4130012f

View File

@@ -39,7 +39,7 @@ public class HookGeary extends Hook {
if (enabled) {
PrefabKey prefabKey = PrefabKey.Companion.ofOrNull(itemId);
if (prefabKey == null) return null;
return ItemTrackingKt.getItemTracking().getProvider().serializePrefabToItemStack(prefabKey, null);
return null; //return ItemTrackingKt.getItemTracking().getProvider().serializePrefabToItemStack(prefabKey, null);
} else return new ItemStack(Material.AIR);
}
}