mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-22 04:22:30 +00:00
28 lines
784 B
Markdown
28 lines
784 B
Markdown
# Allay platform
|
|
|
|
## Use
|
|
|
|
```yaml
|
|
# world-settings.yml
|
|
worlds:
|
|
world:
|
|
enable: true
|
|
runtime-only: false
|
|
storage-type: LEVELDB
|
|
overworld:
|
|
generator-type: TERRA
|
|
generator-preset: pack=overworld;seed=<a number>
|
|
nether: null
|
|
the-end: null
|
|
default-world: world
|
|
|
|
```
|
|
|
|
## Resource files
|
|
|
|
Current mapping version: je 1.21.4 to be 1.21.50
|
|
|
|
- `mapping/biomes.json` and `mapping/items.json` obtain from [GeyserMC/mappings](https://github.com/GeyserMC/mappings).
|
|
- `mapping/blocks.json` generated by using [GeyserMC/mappings-generator](https://github.com/GeyserMC/mappings-generator), and it's origin name is `generator_blocks.json`.
|
|
- `je_block_default_states.json` converted from [Block state values](https://zh.minecraft.wiki/w/Module:Block_state_values).
|