From 9bf821f4bca341a595122549a43a5ddf09a57e27 Mon Sep 17 00:00:00 2001 From: endigma Date: Thu, 4 Jan 2024 10:24:45 -0400 Subject: [PATCH] add some mods to help fix broken enchants --- index.toml | 15 +++++++++++++++ mods/ibe-editor.pw.toml | 18 ++++++++++++++++++ mods/nbt-autocomplete.pw.toml | 18 ++++++++++++++++++ mods/nbttooltip.pw.toml | 18 ++++++++++++++++++ pack.toml | 2 +- 5 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 mods/ibe-editor.pw.toml create mode 100644 mods/nbt-autocomplete.pw.toml create mode 100644 mods/nbttooltip.pw.toml diff --git a/index.toml b/index.toml index bc1978e..adc4f7b 100644 --- a/index.toml +++ b/index.toml @@ -662,6 +662,11 @@ file = "mods/harvest-with-ease.pw.toml" hash = "c0d22ad84204a7d1e7c4db4a7459c5d6c3cf3a835fea87fe720ac566c976fba4" metafile = true +[[files]] +file = "mods/ibe-editor.pw.toml" +hash = "bfcd277c259af8388ce8f23effab31579f983a90296f3f823a8a66aff4fec271" +metafile = true + [[files]] file = "mods/immediatelyfast.pw.toml" hash = "c4afda1d505225ad18e689ded06f0ed170dec2ea5e6c9621277b565d0fc338b8" @@ -812,6 +817,16 @@ file = "mods/mystical-oak-tree.pw.toml" hash = "2e6ce38ed7d1e8491d0d7f4936dc021323f40409c6e506f87190a25f1b354091" metafile = true +[[files]] +file = "mods/nbt-autocomplete.pw.toml" +hash = "7df392739cc1a8103210d6b30464ece1a53aba72ca282295a6280ff03d3bc5aa" +metafile = true + +[[files]] +file = "mods/nbttooltip.pw.toml" +hash = "2cf463afd8ed7ead7a82c187c187e41d9424e89def1b9af2bd2fab111a2062e7" +metafile = true + [[files]] file = "mods/no-chat-reports.pw.toml" hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5" diff --git a/mods/ibe-editor.pw.toml b/mods/ibe-editor.pw.toml new file mode 100644 index 0000000..cbc2910 --- /dev/null +++ b/mods/ibe-editor.pw.toml @@ -0,0 +1,18 @@ +name = "IBE Editor" +filename = "IBEEditor-1.20-2.2.8-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E9sX1ncV/versions/loGmZ8r0/IBEEditor-1.20-2.2.8-fabric.jar" +hash-format = "sha1" +hash = "19e9483bc594ea50a90abaaaef666d742eb1185c" + +[update] +[update.modrinth] +mod-id = "E9sX1ncV" +version = "loGmZ8r0" + +[option] +optional = true +description = "Simple GUI Mod to edit an item, a block or an entity in your current world, you probably don't need this" +default = false diff --git a/mods/nbt-autocomplete.pw.toml b/mods/nbt-autocomplete.pw.toml new file mode 100644 index 0000000..bbb097c --- /dev/null +++ b/mods/nbt-autocomplete.pw.toml @@ -0,0 +1,18 @@ +name = "NBT Autocomplete" +filename = "NBTac-FABRIC-1.20.1-1.1.8.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UR0ocuEt/versions/W2RLvDtx/NBTac-FABRIC-1.20.1-1.1.8.jar" +hash-format = "sha1" +hash = "5180231458ef2cce161af9111a6a3d522baa2493" + +[update] +[update.modrinth] +mod-id = "UR0ocuEt" +version = "W2RLvDtx" + +[option] +optional = true +description = "Adds suggestions for NBT tags in commands, you probably don't need this" +default = false diff --git a/mods/nbttooltip.pw.toml b/mods/nbttooltip.pw.toml new file mode 100644 index 0000000..ac39427 --- /dev/null +++ b/mods/nbttooltip.pw.toml @@ -0,0 +1,18 @@ +name = "NBT Tooltip" +filename = "nbttooltip-1.7.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/G0GDoyVf/versions/dPnIKDCb/nbttooltip-1.7.2.jar" +hash-format = "sha1" +hash = "78d9fc823a35fd1751a6752f78d01430bdfcf5e4" + +[update] +[update.modrinth] +mod-id = "G0GDoyVf" +version = "dPnIKDCb" + +[option] +optional = true +description = "Shows items' NBT data in their tooltip, you probably don't need this" +default = false diff --git a/pack.toml b/pack.toml index 5105e85..a02b3cd 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dc67340da832a217bfdc9da85d688a80d5f7e15fbd086f6268231590a42e29f8" +hash = "9560b4c6ab18e6998967683219ab366370f9bf695537121be5059b5bc646fa88" [versions] fabric = "0.15.3"