Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #5

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 22 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,23 +153,28 @@ The resource pack can be put together at [vanillatweaks.net](https://vanillatwea

### Keybinds

| Mod | Action | Keybind |
| ----------------- | -------------------------- | ------------------- |
| ClientSort | Sort Inventory | Middle Mouse Button |
| Simple Voice Chat | Mute Microphone | < |
| Simple Voice Chat | Open GUI | V |
| Xaero's Minimap | Enlarge | Y |
| Xaero's Minimap | New Waypoint | B |
| Xaero's Minimap | Open Waypoint List | , |
| Xaero's Minimap | Quick Waypoint | N |
| Xaero's Minimap | Zoom In | + |
| Xaero's Minimap | Zoom Out | - |
| Xaero's World Map | Open World Map | M |
| Zoomify | Zoom | C |
| Iris | Toggle Shaders | K |
| MiniHUD | Toggle Light Level Overlay | F7 |
| Tweakeroo | Toggle Freecam | F4 |
| Tweakeroo | Toggle Gamma Override | G |
| Mod | Action | Keybind |
| ------------------------ | -------------------------- | ------------------- |
| ClientSort | Sort Inventory | Middle Mouse Button |
| Simple Voice Chat | Mute Microphone | < |
| Simple Voice Chat | Open GUI | V |
| Xaero's Minimap | Enlarge | Y |
| Xaero's Minimap | New Waypoint | B |
| Xaero's Minimap | Open Waypoint List | , |
| Xaero's Minimap | Quick Waypoint | N |
| Xaero's Minimap | Zoom In | + |
| Xaero's Minimap | Zoom Out | - |
| Xaero's World Map | Open World Map | M |
| Zoomify | Zoom | C |
| Iris | Toggle Shaders | K |
| MiniHUD | Toggle Light Level Overlay | F7 |
| Tweakeroo | Toggle Freecam | F4 |
| Tweakeroo | Toggle Gamma Override | G |
| Freelook 🔶 | Activate Freelook | F6 |
| ReplayMod 🔶 | Add Event Marker | . |
| Scroll for World Edit 🔶 | Alternate Scrolling | Left Shift |
| Scroll for World Edit 🔶 | Scroll through modes | Left Control |
| Scroll for World Edit 🔶 | Use selected mode | Left Alt |

## Server Side Content

Expand Down
5 changes: 5 additions & 0 deletions plus/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@ file = "mods/scroll-for-worldedit.pw.toml"
hash = "6cdd772ddcc36fc3b1844e98c8ae3b8cbf22db2060866c62a37e1a92cacfe728"
metafile = true

[[files]]
file = "mods/shulker+.pw.toml"
hash = "39229a29962bcc6378b8986192aaa142d12d9a5da8420daf6345a88052f846d9"
metafile = true

[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "05e20dd882685733b299c1db03423f665c569f4c57b8404af98c5bb30776fefd"
Expand Down
13 changes: 13 additions & 0 deletions plus/mods/shulker+.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Shulker+"
filename = "shulkerplus-mc1.21-v1.3.3-fabric.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/eU7ZC3fy/versions/LhoY3LyT/shulkerplus-mc1.21-v1.3.3-fabric.jar"
hash-format = "sha1"
hash = "f4506e2ca1e6cfdf97ba48f37f44fea58a0cda66"

[update]
[update.modrinth]
mod-id = "eU7ZC3fy"
version = "LhoY3LyT"
2 changes: 1 addition & 1 deletion plus/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 = "3b585b41dee4670de2f5fe67bae74e459b6a353f99bd257384924beb84a6292b"
hash = "4e191e3c9bc0f2835c79d1cd608b4e04542cb60086d0afb218d4a302f529db2f"

[versions]
fabric = "0.16.5"
Expand Down