Skip to content

Commit

Permalink
add modfest cdn to picturesign
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaIndustries committed Jul 10, 2024
1 parent 8af5098 commit 8a616f3
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
39 changes: 39 additions & 0 deletions pack/config/picturesign.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"enabled": true,
"enableMultimediaSigns": true,
"audioDistanceMultiplier": 30,
"translucency": false,
"fullBrightPicture": false,
"helperUi": true,
"exceedVanillaLineLength": true,
"debug": false,
"maxThreads": 4,
"signRenderDistance": 64,
"safeMode": true,
"safeProviders": [
"https://i.imgur.com/",
"https://i.ibb.co/",
"https://pictshare.net/",
"https://iili.io/",
"https://modfest.b-cdn.net/"
],
"safeGifProviders": [
"https://i.imgur.com/",
"https://media1.tenor.com/"
],
"safeMultimediaProviders": [
"https://youtube.com/",
"https://www.youtube.com/",
"https://youtu.be/",
"https://vimeo.com/"
],
"safeJsonProviders": [
"https://github.com/",
"https://gist.github.com/",
"https://www.jsonkeeper.com/",
"https://api.npoint.io/",
"https://api.jsonsilo.com/"
],
"missingImageMode": "BLACK",
"pictureShader": "PosColTexLight"
}
4 changes: 4 additions & 0 deletions pack/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,10 @@ hash = "c95b7d6a2b427e21f8bac87810b52206b1d16c3f5f15aa768001558b8e0a57b2"
file = "config/ouch.json"
hash = "f8375de277c58b4196c2904e613d53dcbb2d6d62d675c8051bbe428849d5f941"

[[files]]
file = "config/picturesign.json"
hash = "c872315ea2818b3fb4d186e86baffb956a277dd0dba8dadcf593e1e0ab82ba24"

[[files]]
file = "config/roles.json"
hash = "16dd1fa442a32b0e6dafe6e228540b7f93f33e949460939102b1f57b25dc4c42"
Expand Down
2 changes: 1 addition & 1 deletion pack/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "f79f06f979f8770117c2c5d9ba015e991c0e26588b3a13f3d4358bc5c674a312"
hash = "1b5fa7d9852d67b59e10f7c874f4e2b0aeaf8e33908f91a48288fb4e120bf167"

[versions]
fabric = "0.15.11"
Expand Down

0 comments on commit 8a616f3

Please sign in to comment.