Compare commits

...

2 commits

Author SHA1 Message Date
bb20d712fb
feat: custom splash 2025-03-02 17:51:24 -03:00
37d41c1eb2
fix: store OC natives in temp dir 2025-03-02 15:36:13 -03:00
7 changed files with 32 additions and 6 deletions

View file

@ -5,6 +5,7 @@ opencomputers {
debug {
debugCardAccess=false
nativeInTmpDir=true
}
filesystem {

13
config/splash.properties Normal file
View file

@ -0,0 +1,13 @@
enabled=true
resourcePackPath=custom/splash
# QLS: 0x231638
background=0x0
barBackground=0x0
bar=0x58AB14
font=0xFFFFFF
barBorder=0xFFFFFF
forgeTexture=meowpack\:forge.gif
logoTexture=meowpack\:logo.png

Binary file not shown.

After

(image error) Size: 41 KiB

Binary file not shown.

After

(image error) Size: 37 KiB

View file

@ -30,7 +30,7 @@ hash = "6cbe3b4ce97a423b04181040c110d9ac14425b4bc3b5dbad73acbefbd8ba7c46"
[[files]]
file = "config/OpenComputers.cfg"
hash = "0af893735ea67677f18e135b626e9d3477ab12126ac2b905eb87ccb7c3e6de3f"
hash = "845201b2f857b8342ab8aaf934e7ef11586d35015f78b6ffc44e037c6f156c00"
[[files]]
file = "config/UpdateCheckLib.cfg"
@ -104,6 +104,10 @@ hash = "120316873faff5fea36b869dad04a3745bdc4ad7643ccb64b43acb0cbb7e3cea"
file = "config/sloppydeploader.cfg"
hash = "92ddd53fe85a77213accb71a92636bc994eeefa17fa481b89bac9b852cb77f8e"
[[files]]
file = "config/splash.properties"
hash = "99abd1afa2137bc363b42606d944c3d005ea4ed228dea26837bccac9c59c132b"
[[files]]
file = "config/txloader/load/buildcraft/textures/items/board_green.png"
hash = "8fbced567187d5707205185b33b9f68372cdf8ff7577f2a8db8f94f0e2ee0368"
@ -126,6 +130,14 @@ file = "custom/lwjgl3ify_forge_patches.pw.toml"
hash = "c1034a4f1551dac26261e0a284c4319c3daa7afdab565bd2b5958000833b3944"
metafile = true
[[files]]
file = "custom/splash/assets/meowpack/forge.gif"
hash = "83fda0218c4db0803c271a9b0cfe1b6b2b2db23e4f50a86499c75d83741c3675"
[[files]]
file = "custom/splash/assets/meowpack/logo.png"
hash = "a541b473cfa8003ce814b40136a2b16f3ddc9ecd909e39e4d3b2d0ca98e345b3"
[[files]]
file = "mods/angelica.pw.toml"
hash = "9356cb3529bd058c9ff5c1835210cdc7a7aee37b06c0ddbb3d34345f6d76520f"
@ -193,7 +205,7 @@ metafile = true
[[files]]
file = "mods/fixsquared.pw.toml"
hash = "dbf6ba332e0620e007cfe23eaf899ca190d4111df6ac2d0a8a693af74a73d2bd"
hash = "a48a4a104ac2f4e674f3a977ca9df29b485321f48ab844e1aa5731bd052cb17d"
metafile = true
[[files]]

View file

@ -1,8 +1,8 @@
name = "fixsquared"
filename = "fixsquared-1.0.5.jar"
filename = "fixsquared-1.0.6.jar"
side = "both"
[download]
url = "https://code.chipmunk.land/amy/fixsquared/releases/download/1.0.5/fixsquared-1.0.5.jar"
url = "https://code.chipmunk.land/amy/fixsquared/releases/download/1.0.6/fixsquared-1.0.6.jar"
hash-format = "sha512"
hash = "5bc99fa18169d30dea18a8c67c36acf0c4a774eafb59944e27a7af6903af35bd414b7df09df04376cdfd80b6c5a570309d0f94d3d665f2803feddd8889ed1ae2"
hash = "ae43473a21db192a4013848fec99f4118726bd27f402e9354e9e6887e4cf1c18a0a6f0569b5eafa51b4ce6aba596b720238d08383f6e27021012960d676689c0"

View file

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "bb6756639d3ce7273c01e8e8aabf5ff544b42bf79097343cdaf200d3a2a5aac6"
hash = "52b8e0341a89ae2e01c1be51fb7c57f5c7159550ada0ec646ed6bfd828972bf2"
[versions]
forge = "10.13.4.1614"