Compare commits

..

No commits in common. "1.20.5" and "V1.1-1.20.5" have entirely different histories.

4 changed files with 3 additions and 4 deletions

1
.gitattributes vendored
View File

@ -2,4 +2,3 @@
*.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.3
mod_version=1.1
maven_group=com.mingliqiye.minecraft.enchantment.conflict
archives_base_name=enchantmentdoesnotconflict
fabric_version=0.97.8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 4.0 MiB

View File

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