Sort Custom Presets to Front

This commit is contained in:
Frank 2022-05-20 01:59:30 +02:00
parent fdc068f6bb
commit 9f8409ebe0
7 changed files with 90 additions and 43 deletions

View file

@ -1,22 +1,23 @@
{
"required": true,
"minVersion": "0.8",
"package": "org.betterx.bclib.mixin.client",
"compatibilityLevel": "JAVA_17",
"client": [
"ClientRecipeBookMixin",
"SignEditScreenMixin",
"ModelManagerMixin",
"TextureAtlasMixin",
"AnvilScreenMixin",
"FogRendererMixin",
"ModelBakeryMixin",
"CreateWorldScreenMixin",
"MinecraftMixin",
"BlockMixin",
"GameMixin"
],
"injectors": {
"defaultRequire": 1
}
"required": true,
"minVersion": "0.8",
"package": "org.betterx.bclib.mixin.client",
"compatibilityLevel": "JAVA_17",
"client": [
"AnvilScreenMixin",
"BlockMixin",
"ClientRecipeBookMixin",
"CreateWorldScreenMixin",
"FogRendererMixin",
"GameMixin",
"MinecraftMixin",
"ModelBakeryMixin",
"ModelManagerMixin",
"SignEditScreenMixin",
"TextureAtlasMixin",
"WorldGenSettingsComponentMixin"
],
"injectors": {
"defaultRequire": 1
}
}