diff --git a/README.md b/README.md index fe06daf5b..c0f9414b7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,6 @@ Terra Logo -# Terra (Allay Platform) - -This fork adds support for allay, and if you want to build it, here are some files you may need: - -- `mapping/biomes_JE_1_21_to_BE_1_21_30.json` from GeyserMC/mappings -- `mapping/items_JE_1_21_to_BE_1_21_30.json` from GeyserMC/mappings -- `mapping/blocks_JE_1_21_to_BE_1_21_30.json` you should generate it using GeyserMC/mappings-generator, and it's origin name is `generator_blocks.json` -- `je_block_default_states_1_21.json` converted from https://zh.minecraft.wiki/w/Module:Block_state_values currently +# Terra Terra is a modern world generation modding platform, primarily for Minecraft. Terra allows complete customization of world generation with an advanced API, diff --git a/platforms/allay/README.md b/platforms/allay/README.md new file mode 100644 index 000000000..3314f3e0f --- /dev/null +++ b/platforms/allay/README.md @@ -0,0 +1,8 @@ +# Allay platform + +## Resource files + +- `mapping/biomes_JE_1_21_to_BE_1_21_30.json` obtain from GeyserMC/mappings. +- `mapping/items_JE_1_21_to_BE_1_21_30.json` obtain from GeyserMC/mappings. +- `mapping/blocks_JE_1_21_to_BE_1_21_30.json` generated by using GeyserMC/mappings-generator, and it's origin name is `generator_blocks.json`. +- `je_block_default_states_1_21.json` converted from https://zh.minecraft.wiki/w/Module:Block_state_values. \ No newline at end of file