FalseTweaks

FalseTweaks

101k Downloads

Sanity check for when EndlessIDs block metadata extension is present

matt-159 opened this issue ยท 1 comments

commented

int meta = renderBlocks.blockAccess.getBlockMetadata(x, y, z);

needs to have its value masked with 0xF to preserve vanilla's metadata value of 0-15

commented

Done, will push a new release once #93 is resolved too