diff --git a/.github/workflows/matrix_includes.json b/.github/workflows/matrix_includes.json index f356d72..e56d4d5 100644 --- a/.github/workflows/matrix_includes.json +++ b/.github/workflows/matrix_includes.json @@ -1,5 +1,8 @@ [ { "subproject_dir": "26.1" + }, + { + "subproject_dir": "26.1.1" } ] diff --git a/build.gradle b/build.gradle index 4ca8774..632a703 100644 --- a/build.gradle +++ b/build.gradle @@ -9,8 +9,9 @@ preprocess { preprocess.strictExtraMappings.set(false) def mc260100 = createNode('26.1', 26_01_00, '') + def mc260101 = createNode('26.1.1', 26_01_01, '') - mc260100.link(mc260100, file('versions/mapping-26.1-26.1.txt')) + mc260100.link(mc260101, file('versions/mapping-26.1-26.1.1.txt')) } tasks.register('buildAndGather') { diff --git a/docs/development.md b/docs/development.md index b4877dd..a1f3feb 100644 --- a/docs/development.md +++ b/docs/development.md @@ -12,25 +12,26 @@ ❓ 通常只修复BUG -| 游戏版本 | 开发状态 | 最后支持版本 | -| :-------------------: | :------: | :----------: | -| 26.1 | ✔ | --- | -| 1.21.11 | ✔ | --- | -| 1.21.10 | ✔ | --- | -| 1.21.9 | ✔ | --- | -| 1.21.8 | ✔ | --- | -| 1.21.7 | ✔ | --- | -| 1.21.6 | ✔ | --- | -| 1.21.5 | ✔ | --- | -| 1.21.4 | ✔ | --- | -| 1.21.3 | ✔ | --- | -| 1.21.2 | ✔ | --- | -| 1.21.1 | ✔ | --- | -| 1.21 | ✔ | --- | -| 1.20.6 | ✔ | --- | -| 1.19.4 | ✔ | --- | -| 1.18.2 | ✔ | --- | -| 1.17.1 | ✔ | --- | +| 游戏版本 | 开发状态 | 最后支持版本 | +|:--------------------:| :------: | :----------: | +| 26.1.1 | ✔ | --- | +| 26.1 | ✔ | --- | +| 1.21.11 | ✔ | --- | +| 1.21.10 | ✔ | --- | +| 1.21.9 | ✔ | --- | +| 1.21.8 | ✔ | --- | +| 1.21.7 | ✔ | --- | +| 1.21.6 | ✔ | --- | +| 1.21.5 | ✔ | --- | +| 1.21.4 | ✔ | --- | +| 1.21.3 | ✔ | --- | +| 1.21.2 | ✔ | --- | +| 1.21.1 | ✔ | --- | +| 1.21 | ✔ | --- | +| 1.20.6 | ✔ | --- | +| 1.19.4 | ✔ | --- | +| 1.18.2 | ✔ | --- | +| 1.17.1 | ✔ | --- | | **1.16.5(主)** | ✔ | --- | ## 依赖 diff --git a/docs/en/development_en.md b/docs/en/development_en.md index 28d81b1..30fe87d 100644 --- a/docs/en/development_en.md +++ b/docs/en/development_en.md @@ -13,7 +13,8 @@ ❓ Usually only bug fixes | Game Version | Development Status | Last Supported Version | -| :-----------------------: | :----------------: | :--------------------: | +|:-------------------------:| :----------------: | :--------------------: | +| 26.1.1 | ✔ | --- | | 26.1 | ✔ | --- | | 1.21.11 | ✔ | --- | | 1.21.10 | ✔ | --- | diff --git a/gradle.properties b/gradle.properties index cb657f9..0b32553 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ loader_version = 0.18.4 # Mod Properties mod_id = fuzz mod_name = Fuzz -mod_version = 1.6.9 +mod_version = 1.6.10 maven_group = top.1024byteeeee archives_base_name = Fuzz diff --git a/minecraftVersions.json b/minecraftVersions.json index 0c9611a..cc1200d 100644 --- a/minecraftVersions.json +++ b/minecraftVersions.json @@ -1,5 +1,6 @@ { "versions": [ - "26.1" + "26.1", + "26.1.1" ] } diff --git a/run/options.txt b/run/options.txt index 0d63a37..8f9e276 100644 --- a/run/options.txt +++ b/run/options.txt @@ -1,4 +1,4 @@ -version:4786 +version:4788 ao:true biomeBlendRadius:2 chunkSectionFadeInTime:0.75 diff --git a/versions/26.1.1/fuzz.accesswidener b/versions/26.1.1/fuzz.accesswidener new file mode 100644 index 0000000..33eaa64 --- /dev/null +++ b/versions/26.1.1/fuzz.accesswidener @@ -0,0 +1 @@ +accessWidener v1 official diff --git a/versions/26.1.1/gradle.properties b/versions/26.1.1/gradle.properties new file mode 100644 index 0000000..24052e8 --- /dev/null +++ b/versions/26.1.1/gradle.properties @@ -0,0 +1,16 @@ +# Fabric Properties +# check these on https://fabricmc.net/develop/ +minecraft_version = 26.1.1 + +# Fabric Mod Metadata +minecraft_dependency = >=26.1.1 +fabric_api_dependency = >=0.145.3+26.1.1 + +# Build Infomation +game_versions = 26.1.1 + +fabric_api_version = 0.145.3+26.1.1 +# fabric_module_version = 0.133.10+1.21.9 + +# https://masa.dy.fi/maven/carpet/fabric-carpet/ +# carpet_core_version = 1.21.11-1.4.193+v251211 diff --git a/versions/mapping-26.1-26.1.txt b/versions/mapping-26.1-26.1.1.txt similarity index 100% rename from versions/mapping-26.1-26.1.txt rename to versions/mapping-26.1-26.1.1.txt