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.72k stars 123 forks source link

support for NBT structures #385

Open Max-RM opened 3 years ago

Max-RM commented 3 years ago

NBT structures are natural structures that create buildings in minecraft such as villages, endercity, mansions.

for different editions, they are stored in different places. Minecraft pocket edition: APK file/assets/structures Minecraft bedrock edition: C:\Program Files\WindowsApps\Microsoft.MinecraftUWP_1.16.10004.0_x64__8wekyb3d8bbwe\data\structures Minecraft education edition: C:\Users(user name)\AppData\Roaming\Minecraft Bedrock Edition\data\structures

this format is very different from all other 3d formats of Minecraft and it is difficult to edit it because each block has its own coordinate recorded.

replacing structures with places while preserving the real name leads to a change in the generation of buildings 20210730_134859 20210730_134851 20210730_134840

so I'm asking for a function for the amulet map editor. so that it can export and import nbt structure files.

PREMIEREHELL commented 2 years ago

The .nbt is Big Endian, they use older block names I was able to get it them to import, the endcity ship.nbt, 2 block are not Recognize by the translator. purpur_pillar and purpur_slab. They contain stucture_blocks that may need to be replaced. The format is very simple. So they are the same format as java structures.

Max-RM commented 2 years ago

The .nbt is Big Endian, they use older block names I was able to get it them to import, the endcity ship.nbt, 2 block are not Recognize by the translator. purpur_pillar and purpur_slab. They contain stucture_blocks that may need to be replaced. The format is very simple. So they are the same format as java structures.

Ok

vico93 commented 1 year ago

Any updates to this?

Max-RM commented 1 year ago

Any updates to this?

Not a official support but plugin by @PREMIEREHELL can import and export .nbt files

vico93 commented 1 year ago

Any updates to this?

Not a official support but plugin by @PREMIEREHELL can import and export .nbt files

and how can i install that? (I'm on Windows)