Open Issues Need Help
View All on GitHub Combining multiple structures as one. about 1 month ago
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