Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/matrix_includes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[
{
"subproject_dir": "26.1"
},
{
"subproject_dir": "26.1.1"
}
]
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
39 changes: 20 additions & 19 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ✔ | --- |
| **<u>1.16.5(主)</u>** | ✔ | --- |

## 依赖
Expand Down
3 changes: 2 additions & 1 deletion docs/en/development_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ✔ | --- |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion minecraftVersions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"versions": [
"26.1"
"26.1",
"26.1.1"
]
}
2 changes: 1 addition & 1 deletion run/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version:4786
version:4788
ao:true
biomeBlendRadius:2
chunkSectionFadeInTime:0.75
Expand Down
1 change: 1 addition & 0 deletions versions/26.1.1/fuzz.accesswidener
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
accessWidener v1 official
16 changes: 16 additions & 0 deletions versions/26.1.1/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
Loading