I've also been having this issue
terracotta is movable, just cant retract when a sticky piston retracts it, normal behaviour. 🙂
the versions will never be the same, as java is coded on java and bedrock is coded in c++
pretty sure it's intended
No, also it did warn you that it may corrupt your world/progress
havnt had any issues. does the sound not work? if so, please leave and rejoin minecraft.
No worries, it was that my farm design didn't have enough air room to exit, which explains why they never got out. heres some screenshots, also sorry for the delay, went on road trip. The Bee needs a 2x2 area to get out, My bad.
I think i used a tehnical block called melon stem with data value 5...
Or a piston head
/setblock
but i forgot the id ;(
but if i remember correctly i changed the data value
1 is when i destroyed it and secound is when i placed a block on it
Beware the crashes!
i blame dinnerbone lol!
And mesa is desert only hotter
As in minecraft wiki red sand has same properties as sand with a exeption. you cant make sandstone from it.
The command requirements are /fill <from: xyz> <to: xyz> <tileName:Block> <tileData:Int> replace <replaceTileName:Block> [replaceDataValue: Int]
In commands, when something is surrounded by < >, like the xyz coordinates, that means it's required to be entered. In most fill types, the tileData:Int part is surrounded by [ ] meaning it's optional and not required. However, when using the replace command, it is surrounded by < > meaning it is required. Your problem isn't a bug, just simply a typo. For most blocks such as the air in your command, the tile data can be 0 or 1 and your command will work.
Try this:
/fill <x y z> <x y z> air 1 replace stone
If you were working with a block such as concrete, the tileData would affect the color of the block.
Hope this helps!