tryashtar / image-map

Converts image to maps for Minecraft Java and Bedrock
244 stars 36 forks source link

structure block fails to build wall, but image maps get made #126

Open codeulike opened 8 months ago

codeulike commented 8 months ago

Mostly its working, I end up with a structure block that looks like it wants to build a wall with the image-maps on it.

But when I 'load' from the structure block, the wall fails to materialise and all the maps and item-frames fall onto the ground.

By picking them up and building the wall myself (bit like a jigsaw puzzle) I am able to get to the right end result.

But I'd like to log that the structure block is not building the wall properly.

Version: Minecraft - 1.20.51 (Bedrock)

DinoWattz commented 8 months ago

You need to rotate the structure correctly otherwise it'll just fall, make sure the item frames have their backs facing a wall/blocks

codeulike commented 8 months ago

Ohhhhh -- so I need to build the wall myself, I assumed the wall would be part of what got generated. OK will try it.