1
0
mirror of https://github.com/NguyenDuck/blocktopograph.git synced 2024-09-22 02:30:48 +00:00
Blocktopograph is a fan-made app for MCBE, it includes a world viewer and a NBT editor
Go to file
2024-09-20 11:58:42 +07:00
.github upd: make nightly build allow updates 2024-09-19 12:18:56 +07:00
app upd: selected tab behavior 2024-09-20 11:57:58 +07:00
assets upd: work with ui again 2024-03-10 17:45:20 +07:00
gradle/wrapper upd: remove leveldb and tileview out of project for now 2024-07-05 12:22:36 +07:00
leveldb upd: create pre-release on update 2024-09-17 16:24:27 +07:00
.gitignore chore: remove trash files 2024-03-10 10:42:48 +07:00
.gitmodules upd: added back submodule 2024-09-07 07:14:35 +07:00
build.gradle upd: update java to 21 and update current process 2024-09-16 16:21:41 +07:00
gradle.properties upd: remove leveldb and tileview out of project for now 2024-07-05 12:22:36 +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 Readme update (#15) 2024-09-09 10:55:35 +07:00
settings.gradle upd: adding back leveldb and status of project in readme 2024-09-04 20:29:28 +07:00

Blocktopograph

Blocktopograph

How this work in future?

Display worlds

  1. Use shizuku to access com.mojang data first
  2. Copy data to other directory
  3. Read the world data
  4. Display on app

Note: apply data back to original directory after stop the app

Edit world data

level.dat

  • Can be edit directly in the app

world data (chunks, entities, biomes,...)

  1. Open a server from app and go to minecraft to edit directly (support resource packs)
  2. After edited, if you exit server, that will save data and apply to original

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 --recursive
cd blocktopograph
./gradlew build assembly

Contributing

Always welcome! Fork the project, improve and publish!