Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binary1024x2/exportable-structures
A mod that lets you export structures using structure blocks outside of the .minecraft folder. Useful when custom launchers break the structure blocks.
https://github.com/binary1024x2/exportable-structures
minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod
Last synced: about 1 month ago
JSON representation
A mod that lets you export structures using structure blocks outside of the .minecraft folder. Useful when custom launchers break the structure blocks.
- Host: GitHub
- URL: https://github.com/binary1024x2/exportable-structures
- Owner: binary1024x2
- License: other
- Created: 2024-05-14T22:47:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T20:35:52.000Z (5 months ago)
- Last Synced: 2024-10-01T08:22:04.777Z (about 2 months ago)
- Topics: minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod
- Language: Java
- Homepage:
- Size: 226 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Icon](src/main/resources/assets/exportable-structures/icon.png?raw=true)
# Exportable Structures
![Environment](https://img.shields.io/badge/environment-client-1976d2?style=flat-square) ![Loader](https://img.shields.io/badge/mod%20loader-fabric-d64541?style=flat-square) ![GitHub Release](https://img.shields.io/github/v/release/binary1024x2/exportable-structures)
This mod exists for the cases when a custom launcher breaks the structure blocks in Minecraft.
This mod adds a button **Export** in the **Save** mode of the structure block screen that lets you chose a folder where to export the structure.
## Version 1.1_1.20.6
Exportable Structures now allows `.nbt` files to be imported from anywhere in your computer. To make this happen a few elements where moved in the **Load** screen of the structure block. Now to apply the rotation to the structure there is a state button that changes between `0`, `90`, `180` and `270`, replacing the respective buttons from Vanilla.
![Modified Load Screen](media/modified_load_screen.png?raw=true)