9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-25 09:59:20 +00:00

再修复

This commit is contained in:
XiaoMoMi
2025-07-07 18:50:55 +08:00
parent c7f42f0ed8
commit 251f837e64

View File

@@ -455,7 +455,7 @@ public abstract class AbstractItemManager<I> extends AbstractModelGenerator impl
}
}
boolean isVanillaItemModel = itemModelKey != null && AbstractPackManager.PRESET_MODERN_MODELS_ITEM.containsKey(itemModelKey);
boolean isVanillaItemModel = itemModelKey != null && AbstractPackManager.PRESET_ITEMS.containsKey(itemModelKey);
// use custom model data
if (customModelData != 0) {