Add Fabric Seasons
and compatibility addons
This commit is contained in:
parent
693f50c97b
commit
93718f6b3f
6 changed files with 92 additions and 0 deletions
|
@ -57,6 +57,8 @@ These two resource-packs are preinstalled:
|
||||||
### Compatibility
|
### Compatibility
|
||||||
- `Animatica` — animated textures
|
- `Animatica` — animated textures
|
||||||
- `Entity Texture Features` — random+emissive textures
|
- `Entity Texture Features` — random+emissive textures
|
||||||
|
- `Fabric Seasons: Terralith Compat` — `Fabric Seasons` + `Terralith`
|
||||||
|
- `Fabric Seasons: Delight Compat` — `Fabric Seasons` + `Farmer's Delight`
|
||||||
- `Indium` — `Lithium` + `Fabric Rendering API`
|
- `Indium` — `Lithium` + `Fabric Rendering API`
|
||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
@ -70,6 +72,7 @@ These two resource-packs are preinstalled:
|
||||||
- `Discs Where Discs Shouldn't Be` — more music discs
|
- `Discs Where Discs Shouldn't Be` — more music discs
|
||||||
- `Extended Drawers` — storage drawers
|
- `Extended Drawers` — storage drawers
|
||||||
- `Extra Enchantments and Curses` — more enchantments
|
- `Extra Enchantments and Curses` — more enchantments
|
||||||
|
- `Fabric Seasons` — four seasons
|
||||||
- `Fabric Waystones` — waystones
|
- `Fabric Waystones` — waystones
|
||||||
- `Farmer's Delight` — expansion of farming and cooking
|
- `Farmer's Delight` — expansion of farming and cooking
|
||||||
- `Gravestones`
|
- `Gravestones`
|
||||||
|
@ -88,6 +91,7 @@ These two resource-packs are preinstalled:
|
||||||
|
|
||||||
### Modpack utilities
|
### Modpack utilities
|
||||||
- `Global Packs`
|
- `Global Packs`
|
||||||
|
- `Here be no Dragons!` — disable the "experimental world settings" warning screen
|
||||||
- `Main Menu Credits`
|
- `Main Menu Credits`
|
||||||
- `OneTimeOverrides`
|
- `OneTimeOverrides`
|
||||||
- `Remove Terralith Intro Message`
|
- `Remove Terralith Intro Message`
|
||||||
|
@ -120,6 +124,7 @@ These mods would be in the pack if they were stable/finished.
|
||||||
|
|
||||||
### Incompatible loader/version
|
### Incompatible loader/version
|
||||||
- `Campanion` — various camping-themed items
|
- `Campanion` — various camping-themed items
|
||||||
|
- `Fabric Seasons: Extras` — addon for `Fabric Seasons`
|
||||||
|
|
||||||
## In consideration
|
## In consideration
|
||||||
- `Culinaire` — more food items: no interoperability with `Farmer's Delight`, leading to duplication.
|
- `Culinaire` — more food items: no interoperability with `Farmer's Delight`, leading to duplication.
|
21
src/client/mods/fabric-seasons-terralith-compat.hm.json
Normal file
21
src/client/mods/fabric-seasons-terralith-compat.hm.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"displayName": "Fabric Seasons: Terralith Compat",
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.0",
|
||||||
|
"size": 49473,
|
||||||
|
"fileName": "fabric-seasons-terralith-2.3.7-compat-1.0.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/D53qveoj/versions/MJ2OF7eg/fabric-seasons-terralith-2.3.7-compat-1.0.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "c6ccb276f21a170a61e4176e7e1ee9c7af38efbf",
|
||||||
|
"sha512": "7ef06a1e2e9328a9882c44ba44c4d92124ad1fd5872cec85d54a7558f68902298a31eeee9e2bb49fa3c631898f48ab33cf77bb2a911450fd0ac61fa57571f8d7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "D53qveoj",
|
||||||
|
"versionId": "MJ2OF7eg",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
21
src/client/mods/here-be-no-dragons.hm.json
Normal file
21
src/client/mods/here-be-no-dragons.hm.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"displayName": "Here be no Dragons!",
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.0.0",
|
||||||
|
"size": 6533,
|
||||||
|
"fileName": "here-be-no-dragons-1.0.0.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/WXDvMkR5/versions/1.0.0/here-be-no-dragons-1.0.0.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "0564401b5be9b9e510dee00faa0979ea8a822ac0",
|
||||||
|
"sha512": "1e28ef1eadf4a828f53784a27c52c06f4b8daf60da0ca258e8c8a384fc72ea974fb7902fd4c49214a09e52adc5a3d2c1b1ca077d9c98883fccb9fd94662f8ba0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "WXDvMkR5",
|
||||||
|
"versionId": "Fi3C0IO5",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
3
src/universal/config/seasons.json
Normal file
3
src/universal/config/seasons.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"notifyCompat": false
|
||||||
|
}
|
21
src/universal/mods/fabric-seasons-delight-compat.hm.json
Normal file
21
src/universal/mods/fabric-seasons-delight-compat.hm.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"displayName": "Fabric Seasons: Delight Compat",
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.0",
|
||||||
|
"size": 39100,
|
||||||
|
"fileName": "fabric-seasons-delight-1.3.9-compat-1.0.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/4VYO7ir0/versions/KIzyS8hk/fabric-seasons-delight-1.3.9-compat-1.0.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "21d5240e95a5cdda5b33a77f24ab35a3ee4569c8",
|
||||||
|
"sha512": "7f4863057116ab9e0a14af80601ce1ee58186ce34350ddcbf2763a83a8547a139f6f2daac63433d70f804d0314776f8030fc68ef0d2a5707dba606fe00b1ef79"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "4VYO7ir0",
|
||||||
|
"versionId": "KIzyS8hk",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
21
src/universal/mods/fabric-seasons.hm.json
Normal file
21
src/universal/mods/fabric-seasons.hm.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"displayName": "Fabric Seasons",
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "2.2.1+1.20",
|
||||||
|
"size": 426427,
|
||||||
|
"fileName": "fabric-seasons-2.2.1+1.20.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/KJe6y9Eu/versions/dJtxMqxE/fabric-seasons-2.2.1%2B1.20.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "7d74bc7963930006a38f4f61b6fd78130cfad5df",
|
||||||
|
"sha512": "685943f58dee9d80e10e6282c557240a788b7278652b46c60dfda7d0fac926abbc3bcb5568b9b314a1d39001373647c2534deb130ec9631842ffe5d40ffd21d3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "KJe6y9Eu",
|
||||||
|
"versionId": "dJtxMqxE",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue