From 5c8e14e3fa3973964bf367ed7305dd01c215b494 Mon Sep 17 00:00:00 2001 From: JunkyDeveloper Date: Mon, 16 Mar 2026 18:42:12 +0100 Subject: [PATCH] removes the mapping --- .../docs/guides/development/tools/mappings.md | 49 ------------------- .../guides/development/upgrade-minecraft.md | 3 +- 2 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 src/content/docs/guides/development/tools/mappings.md diff --git a/src/content/docs/guides/development/tools/mappings.md b/src/content/docs/guides/development/tools/mappings.md deleted file mode 100644 index 7721730..0000000 --- a/src/content/docs/guides/development/tools/mappings.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: Steel Extractor mappings -description: A documentation, to where in steel the json needs to be added -sidebar: - order: 1 ---- - -This shows there the json needs to copied to in steel - -## steel-registry - -The target folder is: `steel-registry/build_assets` - -The list of json files: -``` -attributes.json -menutypes.json -tags.json -potions.json -multi_noise_biome_source_parameters.json -packets.json -sound_events.json -block_entities.json -level_events.json -fluids.json -blocks.json -sound_types.json -items.json -game_rules.json -entity_events.json -entities.json -mob_effects.json -``` - -## steel-core -The target directory is: `steel-core/build` - -The list of json files: -``` -classes.json -``` - -## steel-util -The target directory is: `steel-utils/build_assets` - -The list of json files: -``` -entity_events.json -``` \ No newline at end of file diff --git a/src/content/docs/guides/development/upgrade-minecraft.md b/src/content/docs/guides/development/upgrade-minecraft.md index d97439d..b95ed7f 100644 --- a/src/content/docs/guides/development/upgrade-minecraft.md +++ b/src/content/docs/guides/development/upgrade-minecraft.md @@ -46,8 +46,7 @@ All files which were touched for this snapshot can be found here: https://github ## 2. Coping the SteelExtractor jsons -move all json files to their correct location. -The mapping can be found [here](../tools/mappings) +move all json files to their correct location. In the newest version it in the run directory you find already the folders which are one to one the same folders in steel. ## 3. Extract data from minecraft