mirror of
https://github.com/NguyenDuck/blocktopograph.git
synced 2024-11-21 13:15:20 +00:00
Blocktopograph is a fan-made app for MCBE, it includes a world viewer and a NBT editor
b73de28a5f
Dev |
||
---|---|---|
.github | ||
app | ||
assets | ||
gradle/wrapper | ||
leveldb@a173a3fe0e | ||
nbt | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
release_notes.md | ||
settings.gradle |
Blocktopograph
How this work in future?
World Data Access
- Use shizuku (or rooted) to access com.mojang data first
- Copy data to "games" directory
- Read the world data
- 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
git clone https://github.com/NguyenDuck/blocktopograph.git
cd blocktopograph
./gradlew build assemble