Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
*/
{
/* A map of blocks that specifies what the "old" broken block is and what its "new" functional block is.
Example:
"swapper": {
Broken ID Valid ID
"minecraft:coarse_dirt": "minecraft:dirt",
"minecraft:diamond_block": "minecraft:emerald_block"
}
*/
"id_remapper": { }
}