diff --git a/README.md b/README.md index 75dd38f..d12c69d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plus/index.toml b/plus/index.toml index 221bc11..64788eb 100644 --- a/plus/index.toml +++ b/plus/index.toml @@ -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" diff --git a/plus/mods/shulker+.pw.toml b/plus/mods/shulker+.pw.toml new file mode 100644 index 0000000..66839f6 --- /dev/null +++ b/plus/mods/shulker+.pw.toml @@ -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" diff --git a/plus/pack.toml b/plus/pack.toml index 243cc39..2d8d0ae 100644 --- a/plus/pack.toml +++ b/plus/pack.toml @@ -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"