mojira.dev
MC-118153

Lava can only turn concrete powder into concrete when it falls into source block

The bug

Concrete powder only turns into concrete when falling in lava source block. This is inconsistent with water where it turns into concrete when:

  • touching water

  • falling in any level of water

Code analysis

The method BlockConcretePowder.onEndFalling(world, pos, state, state) tests if the block is a liquid and turns the powder into concrete. The method BlockConcretePowder.func_192425_e(world, pos, state) only tests if the block is water.

Linked issues

Attachments

Comments 0

No comments.

Kirill Titov

(Unassigned)

Confirmed

concrete, concrete_powder, lava

Minecraft 1.12 Pre-Release 7, Minecraft 1.12, Minecraft 1.12.2

Minecraft 17w47a

Retrieved