Blocktopograph is a fan-made app for MCBE, it includes a world viewer and a NBT editor
Go to file
2024-05-14 14:45:37 -03:00
.github .\Update modules 2024-05-14 14:45:37 -03:00
app upd: work with ui again 2024-03-10 17:45:20 +07:00
assets upd: work with ui again 2024-03-10 17:45:20 +07:00
gradle/wrapper upd: build configuration 2024-03-04 15:19:47 +07:00
leveldb upd: Android/data/ write permission for Android 11+ 2024-03-06 12:47:19 +07:00
tileview upd: Android/data/ write permission for Android 11+ 2024-03-06 12:47:19 +07:00
.gitignore chore: remove trash files 2024-03-10 10:42:48 +07:00
.gitmodules .\Update modules 2024-05-14 14:45:37 -03:00
build.gradle upd: build configuration 2024-03-04 15:19:47 +07:00
gradle.properties upd: build configuration 2024-03-04 15:19:47 +07:00
gradlew open source under AGPL v.3 2016-09-05 23:56:44 +02:00
gradlew.bat open source under AGPL v.3 2016-09-05 23:56:44 +02:00
LICENSE open source under AGPL v.3 2016-09-05 23:56:44 +02:00
README.md chore: storage privacy technical support 2024-03-20 11:22:36 +07:00
settings.gradle * Embedded tileview 2019-01-17 10:00:19 +08:00

Blocktopograph

  • This fork is trying to support MCBE 1.20+ for Android 10+ (Storage Access Framework)
  • Improve UI and more valid NBT editing ways

Working on level.dat editor ui

Technical Support

  • Android SDK Version
Minium Target
Oreo - 8 (26) UpsideDownCake - 14 (34)
  • Storage Privacy
Min Android Version Method
8 (26) Directly with File
11+ (30) Shizuku
  • Minecraft World Version
Version Support Status
1.20+ Processing

Demo (Android 13)

Storage Request Permission Main

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 assembly

Contributing

Always welcome! Fork the project, improve and publish!