StructPro Mod (Fast Schematic Spawning System)

StructPro Mod (Fast Schematic Spawning System)

92.9k Downloads

Loot spawning doesn't work at multiplayer

KernelPryanic opened this issue ยท 2 comments

commented

When I start game in multiplayer with my server there is no any loot in chests, but in singleplayer this works fine.

commented
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.

commented

have same problem on 1.7.10 server....