make ctm optional
This commit is contained in:
parent
7b16a89157
commit
4a93f06750
@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
"chipped": {
|
||||||
|
"-depends": {
|
||||||
|
"ctm": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
"fallflyinglib": {
|
"fallflyinglib": {
|
||||||
"-depends": {
|
"-depends": {
|
||||||
"minecraft": ""
|
"minecraft": ""
|
||||||
|
@ -2454,7 +2454,7 @@ hash = "0b885e04752514871754f7e69ebca8b28594c134dbca6eae09f3fbfc4b189eec"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/fabric_loader_dependencies.json"
|
file = "config/fabric_loader_dependencies.json"
|
||||||
hash = "a4a43f89be3d0b9825724af9fd330366f841aef8857cb0dc8614d6b20449045d"
|
hash = "953e22703cd0979e738a1725eaa53f1c5fe21eee9eeb3720094a539c6900ee52"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/farmersdelight.json"
|
file = "config/farmersdelight.json"
|
||||||
@ -5922,7 +5922,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ctm-refabricated.pw.toml"
|
file = "mods/ctm-refabricated.pw.toml"
|
||||||
hash = "ff58961ce9225bfb216f36f59faca261e478c56fd10de4033cea8e8a2750330a"
|
hash = "07d940e4253a61fc9801622ee404b14ed25385c249db010bb141cb34a3c1a420"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -11,3 +11,8 @@ mode = "metadata:curseforge"
|
|||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3834086
|
file-id = 3834086
|
||||||
project-id = 633997
|
project-id = 633997
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = false
|
||||||
|
description = "Adds connected textures to Chipped, breaks Supplementaries"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "80db62f57e9b0919a52b6f7d19b5160b66b0fea2829a24cacc69f88bbf4b57ea"
|
hash = "abaffaa0b843d8949a9a3fe502d903eaba5b6a9f920a0bcaa40d02dc965c96e5"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.17"
|
fabric = "0.14.17"
|
||||||
|
Loading…
Reference in New Issue
Block a user