fix: correct bundle mapping [

6808d0e](6808d0e16a)
chores: sort je default states and add new
This commit is contained in:
Dmitry Luk 2025-03-03 16:23:54 +04:00
parent 167a712c0e
commit 14a07602ee
3 changed files with 883 additions and 867 deletions

View File

@ -4,7 +4,6 @@
Current mapping version: je 1.21.4 to be 1.21.50 Current mapping version: je 1.21.4 to be 1.21.50
- `mapping/biomes.json` obtain from GeyserMC/mappings. - `mapping/biomes.json` and `mapping/items.json` obtain from [GeyserMC/mappings](https://github.com/GeyserMC/mappings).
- `mapping/items.json` obtain from 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`.
- `mapping/blocks.json` generated by using 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).
- `je_block_default_states.json` converted from https://zh.minecraft.wiki/w/Module:Block_state_values.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long