Skip to content

Commit

Permalink
fix cc, add openblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Jun 12, 2024
1 parent a014d96 commit d8db60a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
9 changes: 7 additions & 2 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ metafile = true

[[files]]
file = "mods/cc-tweaked.pw.toml"
hash = "3d6aab479766974055bd900494089d32d38501b2296f5ad11659c326d2207147"
hash = "b30c045235fcafd2bae1e8272649fd511a04d2ccaa651222f099f3cf1addb32b"
metafile = true

[[files]]
Expand Down Expand Up @@ -1286,6 +1286,11 @@ file = "mods/nullscape.pw.toml"
hash = "f27ad5ca187c5dc5bb410a21eebc10ae03e65e58ceb0e2981f5dafac350c6b07"
metafile = true

[[files]]
file = "mods/openblocks-elevator-fabric.pw.toml"
hash = "a1e318a59d0a1886169047dcaaec94312f9d028fae80cd450bf208dc6e5a8a06"
metafile = true

[[files]]
file = "mods/owo-lib.pw.toml"
hash = "28b3e0806647eb166e942cf6552993bb6d666949c53f0d51927bdfb063cb6cc4"
Expand Down Expand Up @@ -1578,7 +1583,7 @@ metafile = true

[[files]]
file = "options.txt"
hash = "4788d6bd067be89354f621d4faeb879107db01a524ddf5f287275f9c7e0eb195"
hash = "db2fdc166009650479dc6d38133b2f5d274248f39f0c10ba66fee393f4739aad"

[[files]]
file = "scripts/craftweaker_modify_item_alchemy.zs"
Expand Down
8 changes: 4 additions & 4 deletions mods/cc-tweaked.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "CC: Tweaked"
filename = "cc-tweaked-1.20.1-forge-1.109.3.jar"
filename = "cc-tweaked-1.20.1-fabric-1.110.0.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/pEYhmeUL/cc-tweaked-1.20.1-forge-1.109.3.jar"
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/USCud6VB/cc-tweaked-1.20.1-fabric-1.110.0.jar"
hash-format = "sha1"
hash = "cbafb1d859588da75fd1c76c238fc5a1c541c997"
hash = "8574d230e80afbf3d34df79b2a983ab3339530bc"

[update]
[update.modrinth]
mod-id = "gu7yAYhd"
version = "pEYhmeUL"
version = "USCud6VB"
13 changes: 13 additions & 0 deletions mods/openblocks-elevator-fabric.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = " OpenBlocks Elevator (Fabric)"
filename = "openblockselevator-0.0.3-1.20.1.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/v8XOAQUM/versions/WkZygu5H/openblockselevator-0.0.3-1.20.1.jar"
hash-format = "sha1"
hash = "7a6a9f8c95d8d444d5d3ec7cd61fa5bba502eb71"

[update]
[update.modrinth]
mod-id = "v8XOAQUM"
version = "WkZygu5H"
4 changes: 2 additions & 2 deletions options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
enableVsync:true
enableVsync:false
entityShadows:true
forceUnicodeFont:false
discrete_mouse_scroll:false
Expand All @@ -16,7 +16,7 @@ showSubtitles:false
directionalAudio:false
touchscreen:false
fullscreen:false
bobView:true
bobView:false
toggleCrouch:false
toggleSprint:false
darkMojangStudiosBackground:false
Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "a868db2af0b19ddf0ec8d8b806fa349b7f440d348b0256afb9fc6b3c6f5c00f6"
hash = "f7db0b5ca75dcb2c2f9053d0b615746803a25f82ff3b719e482d5c5bceb4795b"

[versions]
fabric = "0.15.5"
Expand Down

0 comments on commit d8db60a

Please sign in to comment.