Details
-
Bug
-
Resolution: Fixed
-
Minecraft 1.11.2, Minecraft 17w06a, Minecraft 1.12.1, Minecraft 1.12.2, Minecraft 18w05a, Minecraft 18w22c, Minecraft 1.13, Minecraft 1.13.1
-
Confirmed
-
(Unassigned)
Description
The bug
Wooden planks paths in villages are not only used for water but for all liquids. This means they are placed in lava as well.
How to reproduce
Seed: -7290508753372275080 Coordinates: /tp @s 65.73 75.00 -197.79 125.40 39.75
Code analysis
Based on 1.11.2 decompiled using MCP 9.35 rc1
The method net.minecraft.world.gen.structure.StructureVillagePieces.Path.addComponentParts(World, Random, StructureBoundingBox) only tests if the block is a liquid and then places wooden planks.