![StructPro Mod (Fast Schematic Spawning System)](https://media.forgecdn.net/avatars/thumbnails/93/35/256/256/636260009137013607.png)
Loot spawning doesn't work at multiplayer
KernelPryanic opened this issue ยท 2 comments
When I start game in multiplayer with my server there is no any loot in chests, but in singleplayer this works fine.
ItemModelMesher models = Minecraft.getMinecraft().getRenderItem().getItemModelMesher();
TextureAtlasSprite sprite = models.getParticleIcon(item, meta);
return sprite != null && sprite.getIconName() != null &&
!sprite.getIconName().equalsIgnoreCase("") &&
!sprite.getIconName().equalsIgnoreCase("missingno");
I'm thinking on it. That's becuase server not contains information about missingo textures.