Amulet-Team / Amulet-Map-Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
https://www.amuletmc.com/
1.77k stars 123 forks source link

Java and Bedrock: Heightmaps are not recalculated #60

Open Morgensternus opened 4 years ago

Morgensternus commented 4 years ago

Sorry for my bad english.

I had an issue with deleting area of blocks in amulet (removed some mountains), and noticed that when it started to rain, raindrops fell on block which where deleted already. Feels like minecraft thinks block are still on their places (screenshot attached). 2020-06-29_14 27 00

My "not so good" hot-fix was to add 2 layers of blocks above bugged area and remove it manually.

Question: Is"Delete blocks" function in amulet equals to game-action "Destroy block with spade/pick,axe and etc." ? I have an opinion that is not.

Morgensternus commented 4 years ago

Additional info: Minecraft version 1.16.1 Java Version: Version 8 Update 251 (build 1.8.0_251-b08) OS: Windows 10 Home

And I found another hot-fix: destroy block with /fill in-game command (like /file 0 0 0 10 10 10 air destroy).

gentlegiantJGC commented 4 years ago

This is also an issue in the Bedrock format but the implementation is different

gentlegiantJGC commented 3 years ago

Amulet-Team/Amulet-Core/pull/121 partially fixes this. This is still an issue in Bedrock