Integrated Dynamics

Integrated Dynamics

63M Downloads

Snow settles on cables

DaedalusGame opened this issue ยท 3 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

grafik
Cables don't appear to implement Block::getBlockFaceShape. This means that they default to all sides being solid, causing numerous funky artifacts like torches, levers and snow being placeable on them, with a massive airgap, naturally.

Steps to reproduce the problem:

1a. Place cables in a snowy biome in a snowstorm
1b. Place cables
2b. Place torch on cables

Expected behaviour:

Snow to not settle on cables in a particularly ugly fashion


Versions:

  • This mod: 0.11.17
  • Minecraft: 1.12.2
  • Forge: 14.23.4.2760

Log file:

N/A

commented

Oh, is getBlockFaceShape a new thing? Never heard of it before.

commented

Actually, I remember there being another method for that. Because I'm pretty sure you could not place levers on cables before, unless that cable had a part on that side.

commented

getBlockFaceShape was added either in 1.11 or 1.12, and yeah a lot of mods seem to have missed it. Before levers and such looked for isSideSolid. FaceShape actually handles even more than just what you can place on a block, it's also for connecting fences, walls and panes together.