defaultly enable Twemoji9x
This commit is contained in:
parent
95c9389461
commit
fbe29c440e
6 changed files with 41 additions and 6 deletions
Binary file not shown.
13
config/tips.json
Normal file
13
config/tips.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"defaultCycleTime": 5000,
|
||||
"ignoredNamespaces": [],
|
||||
"ignoredTips": [],
|
||||
"hideUnlocalizedTips": false,
|
||||
"tipRenderWidthPercent": 0.35,
|
||||
"defaultTitle": {
|
||||
"bold": true,
|
||||
"underlined": true,
|
||||
"color": "yellow",
|
||||
"translate": "tipsmod.title.default"
|
||||
}
|
||||
}
|
||||
19
index.toml
19
index.toml
|
|
@ -24,10 +24,19 @@ hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e"
|
|||
file = "config/itemswapper.json"
|
||||
hash = "f4800ff252692c27fef48552f202466b09a452226871bbccc77b5c73ca557eaa"
|
||||
|
||||
[[files]]
|
||||
file = "config/openloader/resources/pixel-twemoji-9x.pw.toml"
|
||||
hash = "51a5764db61a0378ef2e36ae214a99aaa6ce0ac920c4b603f75201f97fb0a388"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "config/tectonic.json"
|
||||
hash = "218ea6c228b0df801483570b610481acdb9591037cad7cc074e41c839e4020c9"
|
||||
|
||||
[[files]]
|
||||
file = "config/tips.json"
|
||||
hash = "af85f2909fde8c0dbea201fb6fb4afc5070be875c24266b47887f33f03c19321"
|
||||
|
||||
[[files]]
|
||||
file = "config/treechop-client.toml"
|
||||
hash = "b03b349044903a4e07956a31142161b8f6eb2c6ea161f3a4ebfaf90f7644c4f2"
|
||||
|
|
@ -962,6 +971,11 @@ file = "mods/octo-lib.pw.toml"
|
|||
hash = "d990dfc4a164992f280ded4b755fd9096408000bf7645d12717408d044c4eeab"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/open-loader.pw.toml"
|
||||
hash = "bbf5b5be9b231e704301b4f28b8353f06a720a798eb518f960f3a1879825ffcf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/orthocamera.pw.toml"
|
||||
hash = "162e847ba3d2120bbc685bd4a868b5f37715ee417db136ea3cdd8db96e17c855"
|
||||
|
|
@ -1431,8 +1445,3 @@ metafile = true
|
|||
file = "mods/zoomify.pw.toml"
|
||||
hash = "548772ed4c11f15dfac400681ba5893e73956b6daa9762ed57f5ad4bee05e041"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "resourcepacks/pixel-twemoji-9x.pw.toml"
|
||||
hash = "51a5764db61a0378ef2e36ae214a99aaa6ce0ac920c4b603f75201f97fb0a388"
|
||||
metafile = true
|
||||
|
|
|
|||
13
mods/open-loader.pw.toml
Normal file
13
mods/open-loader.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Open Loader"
|
||||
filename = "OpenLoader-Fabric-1.20.1-19.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/KwWsINvD/versions/x9NMb7rU/OpenLoader-Fabric-1.20.1-19.0.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4f47b88899486de3ecb8bd5f787b75d2fc7e4253a2c6de9a85f9d642057d845833cdf70bbff5a90edc56670ec4de7c612dc04acde8b1606b1bbb145aa08ec736"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "KwWsINvD"
|
||||
version = "x9NMb7rU"
|
||||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "ffa613bc3a4d1d29256feedabd6436f0ebf6d9ea6a2b980422d4e60dd99d33d0"
|
||||
hash = "4ae717c8622ccc6f62c15e1c6fafe81d1b9ed809a8c2f6a1b690c36e4b515bfd"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue