# 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= 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).