Compare commits

...

2 commits

Author SHA1 Message Date
49dd65c26b
feat: open computers 2025-03-01 19:59:42 -03:00
a68777c321
feat: better achievements 2025-03-01 18:53:33 -03:00
5 changed files with 67 additions and 1 deletions

22
config/OpenComputers.cfg Normal file
View file

@ -0,0 +1,22 @@
opencomputers {
computer {
timeout=2
}
debug {
debugCardAccess=false
}
filesystem {
hddSizes=[512, 1024, 2048]
}
internet {
filteringRules=["deny private", "deny bogon", "allow default"]
}
misc {
giveManualToNewPlayers=false
updateCheck=false
}
}

View file

@ -28,6 +28,10 @@ hash = "fde24e61ca80005cb11c7dd1236d0f772f744679a079bacb281d078a302813fd"
file = "config/NEI/hiddenitems.cfg"
hash = "6cbe3b4ce97a423b04181040c110d9ac14425b4bc3b5dbad73acbefbd8ba7c46"
[[files]]
file = "config/OpenComputers.cfg"
hash = "fc00a6bbf695e94c0ed6ce8f5dedebfa177eb3ee32a68205a16f4060ae32b71c"
[[files]]
file = "config/UpdateCheckLib.cfg"
hash = "308fb61ae06592cfe1b3e105d4a8c033f2599117d03a0c09f165fc881be53203"
@ -137,6 +141,11 @@ file = "mods/archaicfix.pw.toml"
hash = "278e92bf76d8bfb175b33923d958906772fd1190d175d55edd1ee8a1fd336a61"
metafile = true
[[files]]
file = "mods/betterachievements.pw.toml"
hash = "0499dbd5a9f06263c6559c9b901f0b7ab29b5ea708bf8245608e73a72a691bff"
metafile = true
[[files]]
file = "mods/buildcraft.pw.toml"
hash = "33acf0cd736a45af3183e25623531d4b7fe24f25f79ffb54a06788a11b22d85a"
@ -257,6 +266,11 @@ file = "mods/notenoughitems-unofficial.pw.toml"
hash = "857e02df8d6e8491976dacb57e5781b6e933b0f61c3912390010daaca2c5fc99"
metafile = true
[[files]]
file = "mods/opencomputers.pw.toml"
hash = "9e93045269fae112f7b26503dd7523cc1f7b6a627816d99cd430ae2a37c35ce3"
metafile = true
[[files]]
file = "mods/optimistic-tweaks.pw.toml"
hash = "07d372d220dc187eb470b50b23960fdebccdd657e851c105940f91b3962702d8"

View file

@ -0,0 +1,15 @@
name = "BetterAchievements"
filename = "BetterAchievements-0.3.0.jar"
side = "client"
[download]
url = "https://github.com/GTNewHorizons/BetterAchievements/releases/download/0.3.0/BetterAchievements-0.3.0.jar"
hash-format = "sha256"
hash = "3fe25c63b81cde07bcfa6ed8142a5dc68490381e4e108fadee60170197250697"
[update]
[update.github]
branch = "master"
regex = "^.+(?<!-api|-dev|-dev-preshadow|-sources)\\.jar$"
slug = "GTNewHorizons/BetterAchievements"
tag = "0.3.0"

View file

@ -0,0 +1,15 @@
name = "OpenComputers"
filename = "OpenComputers-1.11.10-GTNH.jar"
side = "both"
[download]
url = "https://github.com/GTNewHorizons/OpenComputers/releases/download/1.11.10-GTNH/OpenComputers-1.11.10-GTNH.jar"
hash-format = "sha256"
hash = "b4d9984595a20e3104722bf5547bbc7655afef0a7fc9f246c1c0a145cdcd162e"
[update]
[update.github]
branch = "master"
regex = "^.+(?<!-api|-dev|-dev-preshadow|-sources)\\.jar$"
slug = "GTNewHorizons/OpenComputers"
tag = "1.11.10-GTNH"

View file

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "25bc37a2775921abd879b0748894132b5e6fae0ce72a4704b03534ddc8ee51ba"
hash = "74c750f22ca47cbd8f921c66b9b021882aaabd473e18ad425c3ef0474c2bf0de"
[versions]
forge = "10.13.4.1614"