Botania Tweaks

Botania Tweaks

3M Downloads

JEI Only Shows Blocks With The Meta Of 0

TheLimePixel opened this issue ยท 4 comments

commented

This is supposed to be Scorched Grass, which has a meta of 3, but instead if shows Dry Grass which has a meta of 0.
image

commented

return state.getBlock().getItem(null, null, state); //Ugh

Basically no mod overrides that, only vanilla stuff, as Forge introduces a more sensitive version getPickBlock.

commented

Doesn't getpickblock need things like a world, position, raytraceresult

commented

Yeh but this just doesn't get overridden literally anywhere so our best bet is like trying the pickblock with nulls and resorting to getMetaFromState on exception, or something (or a fake world but please no).

commented

ok, this should be fixed in the next update thanks to hubry, thanks for reporting it!

image