Compare commits

..

4 Commits

Author SHA1 Message Date
56ab188033
Update .gitattributes 2025-07-16 23:50:38 +08:00
8d791eb46e
V1.3 2025-07-14 14:25:16 +08:00
6cb50686be
Update icon.png 2025-07-14 14:12:44 +08:00
d3dfee52a3
add 1.20.3 1.20.4 2025-07-14 13:39:06 +08:00
4 changed files with 4 additions and 2 deletions

2
.gitattributes vendored
View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -23,6 +23,6 @@
"depends": {
"fabricloader": "*",
"fabric": "*",
"minecraft": "${minecraft_version}"
"minecraft": ">=1.20.2 <=1.20.4"
}
}