├── .github └── ISSUE_TEMPLATE.md ├── CONVENTIONS.md ├── README.md ├── bin └── generate_intellij_migration.py └── migrations ├── 1.10.2-to-1.11.csv ├── 1.10.2-to-1.11.md ├── 1.11-to-1.12.csv ├── 1.11-to-1.12.md ├── 1.12-to-1.13.csv ├── 1.13-to-1.13.1.csv ├── 1.8.9-to-1.9.csv ├── 1.8.9-to-1.9.md ├── 1.9-to-1.9.4.csv ├── 1.9-to-1.9.4.md └── readme.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /CONVENTIONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/CONVENTIONS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/README.md -------------------------------------------------------------------------------- /bin/generate_intellij_migration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/bin/generate_intellij_migration.py -------------------------------------------------------------------------------- /migrations/1.10.2-to-1.11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.10.2-to-1.11.csv -------------------------------------------------------------------------------- /migrations/1.10.2-to-1.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.10.2-to-1.11.md -------------------------------------------------------------------------------- /migrations/1.11-to-1.12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.11-to-1.12.csv -------------------------------------------------------------------------------- /migrations/1.11-to-1.12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.11-to-1.12.md -------------------------------------------------------------------------------- /migrations/1.12-to-1.13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.12-to-1.13.csv -------------------------------------------------------------------------------- /migrations/1.13-to-1.13.1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.13-to-1.13.1.csv -------------------------------------------------------------------------------- /migrations/1.8.9-to-1.9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.8.9-to-1.9.csv -------------------------------------------------------------------------------- /migrations/1.8.9-to-1.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.8.9-to-1.9.md -------------------------------------------------------------------------------- /migrations/1.9-to-1.9.4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.9-to-1.9.4.csv -------------------------------------------------------------------------------- /migrations/1.9-to-1.9.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/1.9-to-1.9.4.md -------------------------------------------------------------------------------- /migrations/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ModCoderPack/MCPBot-Issues/HEAD/migrations/readme.md --------------------------------------------------------------------------------