Railcraft

Railcraft

34M Downloads

Void chest particles is annoying

Flammable4444 opened this issue ยท 2 comments

commented

I like using void chest from railcraft, it's way better then void tubes or throwing trash into the lava, but there's one annoyng thing, is that in any room i placed void chest it sometimes randomly makes black particles.

Example:
https://puu.sh/CEGBJ/23e4695178.png

Is there any option to disable this particles? and if not, i suggest you to add it, i'm currently in the middle of, use comfortable void chest and tolerate this particles, or make a void tube, which is worse but at least no particles

commented

Right. Void chest particles should spawn in a relatively smaller range and with higher precision

BlockPos start = new BlockPos(pos.getX() - 10 + rand.nextInt(20), pos.getY(), pos.getZ() - 10 + rand.nextInt(20));

commented

I looked at that code the other day... it seemed... odd somehow. The way it picks a random block and generates particles on its face.