Compare commits
2 Commits
V1.1-1.20.
...
1.20.5
Author | SHA1 | Date | |
---|---|---|---|
cb1df25c22 | |||
3667f6a63d |
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2,3 +2,4 @@
|
||||
*.bat text eol=crlf
|
||||
*.jar binary
|
||||
*.class binary
|
||||
*.png binary
|
||||
|
@ -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 |
@ -21,8 +21,8 @@
|
||||
"enchantmentdoesnotconflict.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=${loader_version}",
|
||||
"fabricloader": "*",
|
||||
"fabric": "*",
|
||||
"minecraft": "${minecraft_version}"
|
||||
"minecraft": ">=1.20.5 <=1.20.6"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user