Skip to content

Commit 25d5101

Browse files
authored
Merge pull request #550 from AllayMC/feat/update-mappings
feat: update mappings to 1.21.11
2 parents 2d48731 + a8dceb9 commit 25d5101

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ object Versions {
8686
}
8787

8888
object Allay {
89-
const val api = "0.13.0"
89+
const val api = "0.20.0"
9090
const val gson = "2.13.2"
9191

92-
const val mappings = "15398c1"
93-
const val mappingsGenerator = "8fa6058"
92+
const val mappings = "366baa6"
93+
const val mappingsGenerator = "e957088"
9494

95-
const val mcmeta = "e85a17c"
95+
const val mcmeta = "c976eb3"
9696
}
9797

9898
object Minestom {

platforms/allay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Resource files
44

5-
Current mapping version: je 1.21.9 to be 1.21.111
5+
Current mapping version: je 1.21.11 to be 1.21.111
66

77
- `mapping/biomes.json` and `mapping/items.json` are obtained from [GeyserMC/mappings](https://github.com/GeyserMC/mappings).
88
- `mapping/blocks.json` is obtained from [GeyserMC/mappings-generator](https://github.com/GeyserMC/mappings-generator) (path: `https://github.com/GeyserMC/mappings-generator/blob/master/generator_blocks.json`).

0 commit comments

Comments
 (0)