Read and write Minecraft .mcstructure files.

bedrock-edition mcstructure minecraft nbt parser
1 Open Issue Need Help Last updated: Jul 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a function in the `mcstructure` Python library that allows combining two `.mcstructure` files into a single one. The function should take two `Structure` objects and a relative position as input, merging the second structure into the first at the specified offset. Error handling for overlapping blocks should be considered.

Complexity: 3/5
enhancement good first issue

Read and write Minecraft .mcstructure files.

Python
#bedrock-edition#mcstructure#minecraft#nbt#parser