Compare commits
4 Commits
V1.1-1.20.
...
1.20.2
Author | SHA1 | Date | |
---|---|---|---|
56ab188033 | |||
8d791eb46e | |||
6cb50686be | |||
d3dfee52a3 |
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2,3 +2,5 @@
|
|||||||
*.bat text eol=crlf
|
*.bat text eol=crlf
|
||||||
*.jar binary
|
*.jar binary
|
||||||
*.class binary
|
*.class binary
|
||||||
|
*.png binary
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
minecraft_version=1.20.2
|
minecraft_version=1.20.2
|
||||||
yarn_mappings=build.1
|
yarn_mappings=build.1
|
||||||
loader_version=0.16.4
|
loader_version=0.16.4
|
||||||
mod_version=1.1
|
mod_version=1.3
|
||||||
maven_group=com.mingliqiye.minecraft.enchantment.conflict
|
maven_group=com.mingliqiye.minecraft.enchantment.conflict
|
||||||
archives_base_name=enchantmentdoesnotconflict
|
archives_base_name=enchantmentdoesnotconflict
|
||||||
fabric_version=0.91.6
|
fabric_version=0.91.6
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.0 MiB After Width: | Height: | Size: 67 KiB |
@ -23,6 +23,6 @@
|
|||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": "*",
|
"fabricloader": "*",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"minecraft": "${minecraft_version}"
|
"minecraft": ">=1.20.2 <=1.20.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user