Compare commits

..

2 Commits

Author SHA1 Message Date
cb1df25c22
add 1.20.6 2025-07-14 15:43:10 +08:00
3667f6a63d
V1.3 2025-07-14 14:29:16 +08:00
4 changed files with 4 additions and 3 deletions

1
.gitattributes vendored
View File

@ -2,3 +2,4 @@
*.bat text eol=crlf
*.jar binary
*.class binary
*.png binary

View File

@ -1,7 +1,7 @@
minecraft_version=1.20.5
yarn_mappings=build.1
loader_version=0.16.10
mod_version=1.1
mod_version=1.3
maven_group=com.mingliqiye.minecraft.enchantment.conflict
archives_base_name=enchantmentdoesnotconflict
fabric_version=0.97.8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -21,8 +21,8 @@
"enchantmentdoesnotconflict.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabricloader": "*",
"fabric": "*",
"minecraft": "${minecraft_version}"
"minecraft": ">=1.20.5 <=1.20.6"
}
}