Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NguyenDuck/blocktopograph
Blocktopograph is an app for MCBE, it includes a world, NBT editor for local world
https://github.com/NguyenDuck/blocktopograph
bedrock editor map minecraft nbt
Last synced: about 19 hours ago
JSON representation
Blocktopograph is an app for MCBE, it includes a world, NBT editor for local world
- Host: GitHub
- URL: https://github.com/NguyenDuck/blocktopograph
- Owner: NguyenDuck
- License: agpl-3.0
- Created: 2024-02-27T02:25:56.000Z (12 months ago)
- Default Branch: release
- Last Pushed: 2024-10-18T06:41:19.000Z (4 months ago)
- Last Synced: 2024-10-19T00:22:37.295Z (4 months ago)
- Topics: bedrock, editor, map, minecraft, nbt
- Language: Java
- Homepage:
- Size: 24.7 MB
- Stars: 49
- Watchers: 1
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shizuku - blocktopograph - Blocktopograph is an app server for MCBE, it includes a world, NBT editor for local worlds `AGPL-3.0` (Apps / Games)
README
# Blocktopograph
## How this work in future?
### World Data Access
1. Use shizuku (or rooted) to access com.mojang data first
2. Copy data to "games" directory
3. Read the world data
4. Display on app*Note: apply data back to original directory after stop the app or saved world*
### World Viewer Features
- Use libgdx to display 3D world viewer
- A NBT editor in app directly (level.dat & world data)
- Extensions system## Build
Clone project in Android Studio: `File -> New -> Project from Version Control -> Git`
Install missing SDK components. Android Studio would give you the auto-fix options.Or Manual
```shell
git clone https://github.com/NguyenDuck/blocktopograph.git
cd blocktopograph
./gradlew build assemble
```