OpenBlocks

OpenBlocks

56M Downloads

Inverted sky block removing tile entity.

Marker18 opened this issue ยท 2 comments

commented

Hey, I was wondering if I could remove the tile entity of the inverted sky block. I just didn't seem to figure out how to do it without minecraft crashing upon launching. I opened up the launcher as jar and went:
Openblocks/Common/Tileentity and removed TileentitySkyrenderer.class. Im not sure if thats how you do it :).

My goal is to have a regular block that doesnt appear as the sky block, further improving fps because i was able to change the texture to dirt of the regular skyblock but no the inverted sky block as it is probably mixed with tile entity.

It is the perfect tool against xrayers as not everyone has the tileentity removed and therefore you cant xray through the block but the block itself in high quantity causes too much of a fps drop.

commented

It's impossible. Block with tile entity will always have it. Also, removing files from *.jar is terrible idea.

I fixed some lag problems with skyblocks, my tests show that they are now "lighter" than vanilla chests. Please do not update right now if you have OpenPeripheral, since some changes are incompatible.

commented

Okay I might have understood it wrong, thought tile entity isnt the block itself, so Ill ask though if you can basically turn chest into a dirt but still having its function, same for the inverted sky block. Or could I somehow use a huge amount of inverted sky blocks without them causing lag by changing their texture somehow?