mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 02:20:57 +00:00
feat: update allay-api and mapping files
This commit is contained in:
@@ -81,10 +81,10 @@ object Versions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
object Allay {
|
object Allay {
|
||||||
const val api = "0.4.1"
|
const val api = "0.7.1"
|
||||||
const val gson = "2.13.1"
|
const val gson = "2.13.1"
|
||||||
const val mappings = "3626653"
|
const val mappings = "8002ed6"
|
||||||
const val mappingsGenerator = "366618e"
|
const val mappingsGenerator = "fd83f41"
|
||||||
}
|
}
|
||||||
|
|
||||||
object Minestom {
|
object Minestom {
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## Resource files
|
## Resource files
|
||||||
|
|
||||||
Current mapping version: je 1.21.4 to be 1.21.50
|
Current mapping version: je 1.21.7 to be 1.21.93
|
||||||
|
|
||||||
- `mapping/biomes.json` and `mapping/items.json` obtain from [GeyserMC/mappings](https://github.com/GeyserMC/mappings).
|
- `mapping/biomes.json` and `mapping/items.json` obtain from [GeyserMC/mappings](https://github.com/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](https://github.com/GeyserMC/mappings-generator), and it's origin name is `new_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 [Block state values](https://zh.minecraft.wiki/w/Module:Block_state_values).
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ dependencies {
|
|||||||
|
|
||||||
geyserMappings("GeyserMC.mappings", "items", Versions.Allay.mappings, ext = "json")
|
geyserMappings("GeyserMC.mappings", "items", Versions.Allay.mappings, ext = "json")
|
||||||
geyserMappings("GeyserMC.mappings", "biomes", Versions.Allay.mappings, ext = "json")
|
geyserMappings("GeyserMC.mappings", "biomes", Versions.Allay.mappings, ext = "json")
|
||||||
geyserMappings("GeyserMC.mappings-generator", "generator_blocks", Versions.Allay.mappingsGenerator, ext = "json")
|
geyserMappings("GeyserMC.mappings-generator", "new_generator_blocks", Versions.Allay.mappingsGenerator, ext = "json")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.processResources {
|
tasks.processResources {
|
||||||
@@ -32,6 +32,6 @@ tasks.processResources {
|
|||||||
into("mapping")
|
into("mapping")
|
||||||
|
|
||||||
// rather jank, but whatever
|
// rather jank, but whatever
|
||||||
rename("(?:generator_)?([^-]+)-(.*)\\.json", "$1.json")
|
rename("(?:new_generator_)?([^-]+)-(.*)\\.json", "$1.json")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user