Version bump to 0.8.6
All checks were successful
Actions / Build and Upload Export Files (push) Successful in 11s
Actions / Autotagger (push) Successful in 11s
Actions / Build Documentation (push) Successful in 26s

Mods added:
- FastMove
- Real Camera

Configs changed:
- `walljump-common.toml`
  - Disabled enchantments and wall-climbing (wall-climbing will be handled by FastMove)
This commit is contained in:
Seaswimmer 2024-07-10 07:32:08 -04:00
parent e0a16ea082
commit 6af462ed71
Signed by: cswimr
GPG key ID: 3813315477F26F82
5 changed files with 42 additions and 6 deletions

View file

@ -9,7 +9,7 @@
#Range: 0.0 ~ 5.0
elytraSpeedBoost = 0.0
#Enable Wall-Jump enchantments in the enchanting table
enableEnchantments = true
enableEnchantments = false
#Exhaustion gained per wall jump
#Range: 0.0 ~ 5.0
exhaustionWallJump = 0.3
@ -22,11 +22,11 @@
#Range: 0.0 ~ 5.0
sprintSpeedBoost = 0.0
#Walk up steps even while airborne, also jump over fences
stepAssist = true
stepAssist = false
#Allows you to jump in mid-air
useDoubleJump = true
#Allows you to wall cling and wall jump
useWallJump = true
useWallJump = false
#Range: 0.0 ~ 1.0
wallJumpHeight = 0.55
#Ticks wall clinged before starting wall slide

View file

@ -39,7 +39,7 @@ hash = "fa79208c014d3f6d8b317c98b0f7a25a08faafa68e767aab2aafe6232cdee144"
[[files]]
file = "config/walljump-common.toml"
hash = "1b3d0c85bb5dac78346f05995fdca2ab88bf80905ef1801d5510f2719127d4b8"
hash = "6ed989bfdaa7d43f656278a811eba06035dae60ccd7fc416732b969fdb14ddf7"
[[files]]
file = "config/water_sources.json"
@ -600,6 +600,11 @@ file = "mods/fast-paintings.pw.toml"
hash = "c1f384e413720c59bf548e1222bd79568870f6a0bd79ce139d0a28dc050799ac"
metafile = true
[[files]]
file = "mods/fastmove.pw.toml"
hash = "737a8dc5119254e7ddcd20c1f6e6531860ea77c4cea8b7ecb2abae28108f967d"
metafile = true
[[files]]
file = "mods/fastsuite.pw.toml"
hash = "f66951f1aede8b984643c636b2f3177354395254f9e60a9728dbcbcf1d94668d"
@ -1040,6 +1045,11 @@ file = "mods/rats.pw.toml"
hash = "835f492eb562981d516fcce7b6784b8b83f81255166eb11bac1205a35dd32b0d"
metafile = true
[[files]]
file = "mods/real-camera.pw.toml"
hash = "3f545806662aefca07c5e5c5294072b193066de37a63b2186233b2f23b0e398c"
metafile = true
[[files]]
file = "mods/reap-mod.pw.toml"
hash = "48acf55ee5299c2139ff4296be89c37fc7657d92a0e03b833470a442b34b5dba"

13
src/mods/fastmove.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "FastMove - Parkour Movement"
filename = "FastMove-1.20.1-1.0.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XmqpPthc/versions/emfAuPDy/FastMove-1.20.1-1.0.7.jar"
hash-format = "sha1"
hash = "2e38406190d1483b8d7ec4519b23aeffec6c24ad"
[update]
[update.modrinth]
mod-id = "XmqpPthc"
version = "emfAuPDy"

View file

@ -0,0 +1,13 @@
name = "Real Camera"
filename = "realcamera-1.20.1-forge-0.6.1-beta.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/fYYSAh4R/versions/20tdza7t/realcamera-1.20.1-forge-0.6.1-beta.jar"
hash-format = "sha1"
hash = "71cd86895b1b96babd246b31f67f80249f003c86"
[update]
[update.modrinth]
mod-id = "fYYSAh4R"
version = "20tdza7t"

View file

@ -1,12 +1,12 @@
name = "GalacticFactory"
author = "GalacticFactory"
version = "0.8.5"
version = "0.8.6"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "42f9a91b42065565d27b98f07c2f7cb8957f6e090cb8e67243434f20d3dc1181"
hash = "a41bad23bbde437ab78211b56f04a38713ac477b85b63b7e54cdf0a43329b08c"
[versions]
forge = "47.2.0"