An efficient graphical Minecraft seed finder and map viewer.
Go to file
2021-12-26 12:11:32 +08:00
cubiomes@0039b3c6ce 更新子模块链接至我的仓库 2021-12-26 12:11:32 +08:00
icons Features for update 1.10 2021-09-04 17:08:12 +02:00
rc Dark theme and more... 2021-06-30 23:22:28 +02:00
src 调整了一些译名、更新了Readme 2021-12-20 15:18:53 +08:00
.gitignore Added 1.18 biome generation. 2021-11-20 19:44:41 +01:00
.gitmodules Initial commit. 2021-01-04 15:07:27 +01:00
cubiomes-viewer.pro Fix for the quad-structure search + make target change 2021-12-07 22:36:09 +01:00
dark.qss Added mineshafts 2021-07-08 22:57:12 +02:00
icons.qrc Features for update 1.10 2021-09-04 17:08:12 +02:00
LICENSE Create LICENSE 2021-01-04 15:18:08 +01:00
README.md 调整了一些译名、更新了Readme 2021-12-20 15:18:53 +08:00
style.qrc Dark theme and more... 2021-06-30 23:22:28 +02:00

汉化说明:

通过直接修改硬编码的qt file的方式实现了对软件的99%汉化

一代目汉化Sinbing 二代目汉化SunnySlopes

现在距离100%汉化还差一些大段的帮助提示预置组件比如一些按钮以及一些基本不会碰到的debug信息

其中群系名称的汉化因为涉及到子模块的修改,相应的修改请参照https://github.com/SunnySlopes/cubiomes

以下为原README

Cubiomes Viewer

Cubiomes Viewer provides a graphical interface for the efficient and flexible seed-finding utilities provided by cubiomes and a map viewer for the Minecraft biomes and structure generation.

The tool is designed for high performance and supports Minecraft Java Edition main releases 1.0 - 1.18.

Download

Precompiled binaries can be found for Linux and Windows under Releases on github. The builds are statically linked against Qt and should run as-is on most newer distributions.

For the linux build you will probably have to add the executable flags to the binary (github seems to remove them upon upload).

For Arch linux users, the tool may be found in the AUR thanks to JakobDev.

Build from source

Install Qt5 development files

$ sudo apt install build-essential qt5-default

get sources

$ git clone --recursive https://github.com/Cubitect/cubiomes-viewer.git

prepare build directory

$ cd cubiomes-viewer
$ mkdir build
$ cd build

build cubiomes-viewer

$ qmake ..
$ make