FoundationGames / EnhancedBlockEntities

A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.
GNU Lesser General Public License v3.0
228 stars 52 forks source link

Block entities are invisible on servers with resourcepacks #193

Open xMelonekMaX opened 8 months ago

xMelonekMaX commented 8 months ago

2023-10-20_17 13 57 2023-10-20_17 04 03

Some server resource packs have "blockstates" and "models" folders copied from minecraft.jar (probably for X-Ray blocking). This causes invisible blocks in this mod.

Resourcepack with all files causing the problem: sample resource pack.zip

FoundationGames commented 8 months ago

Enable "Force Resource Pack Compatibility" in the Block Entity Settings menu/ModMenu configuration menu for EBE, and let me know if it works

(As a side note, a server resource pack is a very poor method of x-ray prevention if you have players using client side mods like EBE, but I understand that it's none of my business to tell people how to run their servers. From my own personal experience, I would suggest block scrambling anti-x-rays, which work well against both resource pack and client mod x-ray cheats at the cost of some networking performance)

xMelonekMaX commented 8 months ago

Enabling the "Force Resource Pack Compatibility" option resolved the issue. However, when I use LambdaBetterGrass, this option doesn't work.

latest.log

xMelonekMaX commented 8 months ago

Now I noticed that the "Force Resource Pack Compatibility" option with LambdaBetterGrass makes the chests invisible even without any resource pack