SteamWar/BauSystem2.0
Archiviert
12
0

Add ItemStorage

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2021-07-10 17:39:58 +02:00
Ursprung 7f48bc724a
Commit be56f3caf8

Datei anzeigen

@ -126,6 +126,9 @@ public class ItemStorage implements DetonatorStorage {
return Collections.emptyList();
}
ItemMeta meta = itemStack.getItemMeta();
if (meta == null) {
return Collections.emptyList();
}
PersistentDataContainer container = meta.getPersistentDataContainer();
int length = length();