[1.10.2] [Bug] Compatibility issue with RFTools Elevator Block
SnowShock35 opened this issue ยท 7 comments
Hi,
I believe I have found a bug with Chisel on Minecraft 1.10.2. Here are the details. . .
Important Information
- Minecraft 1.10.2
- Minecraft Forge 12.18.3.2185
- Chisel 0.0.8.11
- RFTools 1.1x-5.83
Issue Details
In a recent update to Chisel, there appears to be a new compatibility bug with RFTools mod and its elevator blocks. It seems that the block render when the blocks are being moved become un-textured. I imagine this is due to a change in the way the blocks are rendered in Chisel or perhaps a bug in the code.
I've also confirmed that the issue is only present with the most recent build of Chisel (The one mentioned above).
I've also made @McJty aware of the issue at hand.
Issue Media
I know. I found the bug while updating his pack and I use his latest world download to make sure nothing breaks.
Considering mods like EnderIO still handle fake block rendering fine, I'd guess this is a bug in RFTools
After investigating, RFTools does not set the render layer while drawing blocks. This is only valid while drawing the breaking animation, so it should be set manually by RFTools.
@tterrag1098 exactly how should I do this? What renderlayer?