Version bump to 0.6.5
Removed mods: - Radium
This commit is contained in:
parent
767db4998a
commit
10a05f33df
4 changed files with 5 additions and 23 deletions
|
@ -97,7 +97,7 @@ hash = "d86fdabd2650706a673bc235e3fa19b4339f7d6e3dec2c0dd938f40c7ef880dd"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/client_scripts/observeMekanism.js"
|
file = "kubejs/client_scripts/observeMekanism.js"
|
||||||
hash = "09c7fadd2f8c25a4f20afe523a441d12e6302b39bacb1ab5e0ad6e81900ea555"
|
hash = "640188ff7e3468ef71e7bc5fe555aa0a6dc35cd47688e5de0a871aa7e7ad53af"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/client_scripts/ponder/fission_mek.js"
|
file = "kubejs/client_scripts/ponder/fission_mek.js"
|
||||||
|
@ -838,11 +838,6 @@ file = "mods/puzzles-lib.pw.toml"
|
||||||
hash = "1ef3bfa6556e468a3a2a022b6249c0b3e285bf939ea75e6809bf5b7673d8246b"
|
hash = "1ef3bfa6556e468a3a2a022b6249c0b3e285bf939ea75e6809bf5b7673d8246b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/radium.pw.toml"
|
|
||||||
hash = "fd2c664fa12ed30ff71cf58cbc9e32265cd92b892640ff9bb415e924f48fb942"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/rats.pw.toml"
|
file = "mods/rats.pw.toml"
|
||||||
hash = "b866bd3d88a52bb8a83c6552f84a94b0f364b002a22859cf38f8cddf72d1b20e"
|
hash = "b866bd3d88a52bb8a83c6552f84a94b0f364b002a22859cf38f8cddf72d1b20e"
|
||||||
|
|
|
@ -19,7 +19,7 @@ const mapMekanismGasToTaskID = {
|
||||||
"mekanism:sulfuric_acid": "66C97246C3EEFB7C",
|
"mekanism:sulfuric_acid": "66C97246C3EEFB7C",
|
||||||
"mekanism:hydrofluoric_acid": "510CE57C709D5A44",
|
"mekanism:hydrofluoric_acid": "510CE57C709D5A44",
|
||||||
"mekanism:uranium_hexafluoride": "05A215BE7EE2F35D"
|
"mekanism:uranium_hexafluoride": "05A215BE7EE2F35D"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ClientEvents.tick(event => {
|
ClientEvents.tick(event => {
|
||||||
|
@ -73,4 +73,4 @@ NetworkEvents.dataReceived('customTask', event => {
|
||||||
if (task && playerQuestData && !playerQuestData.isCompleted(task) && playerQuestData.canStartTasks(task.quest)) {
|
if (task && playerQuestData && !playerQuestData.isCompleted(task) && playerQuestData.canStartTasks(task.quest)) {
|
||||||
playerQuestData.addProgress(task, 1)
|
playerQuestData.addProgress(task, 1)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Radium"
|
|
||||||
filename = "radium-mc1.20.1-0.12.2+git.5f80f74.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/2gvRmQXx/versions/RxCu0tXs/radium-mc1.20.1-0.12.2%2Bgit.5f80f74.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "717264dd8e1bc814714f63f1a158871c7cd21a2b"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "2gvRmQXx"
|
|
||||||
version = "RxCu0tXs"
|
|
|
@ -1,12 +1,12 @@
|
||||||
name = "GalacticFactory"
|
name = "GalacticFactory"
|
||||||
author = "GalacticFactory"
|
author = "GalacticFactory"
|
||||||
version = "0.6.4"
|
version = "0.6.5"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "1ffb01e741f6829cecfa174e7bd4700773b6ed5f961459ece7feb7fe604c0d1d"
|
hash = "4af2691a379bbf7371f3018c5c4b9fb9bb9049c6db349222316dd80e14b55270"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.2.0"
|
forge = "47.2.0"
|
||||||
|
|
Reference in a new issue