add some mods to help fix broken enchants

This commit is contained in:
endigma 2024-01-04 10:24:45 -04:00
parent dccadd2fb0
commit 9bf821f4bc
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
5 changed files with 70 additions and 1 deletions

View File

@ -662,6 +662,11 @@ file = "mods/harvest-with-ease.pw.toml"
hash = "c0d22ad84204a7d1e7c4db4a7459c5d6c3cf3a835fea87fe720ac566c976fba4" hash = "c0d22ad84204a7d1e7c4db4a7459c5d6c3cf3a835fea87fe720ac566c976fba4"
metafile = true metafile = true
[[files]]
file = "mods/ibe-editor.pw.toml"
hash = "bfcd277c259af8388ce8f23effab31579f983a90296f3f823a8a66aff4fec271"
metafile = true
[[files]] [[files]]
file = "mods/immediatelyfast.pw.toml" file = "mods/immediatelyfast.pw.toml"
hash = "c4afda1d505225ad18e689ded06f0ed170dec2ea5e6c9621277b565d0fc338b8" hash = "c4afda1d505225ad18e689ded06f0ed170dec2ea5e6c9621277b565d0fc338b8"
@ -812,6 +817,16 @@ file = "mods/mystical-oak-tree.pw.toml"
hash = "2e6ce38ed7d1e8491d0d7f4936dc021323f40409c6e506f87190a25f1b354091" hash = "2e6ce38ed7d1e8491d0d7f4936dc021323f40409c6e506f87190a25f1b354091"
metafile = true metafile = true
[[files]]
file = "mods/nbt-autocomplete.pw.toml"
hash = "7df392739cc1a8103210d6b30464ece1a53aba72ca282295a6280ff03d3bc5aa"
metafile = true
[[files]]
file = "mods/nbttooltip.pw.toml"
hash = "2cf463afd8ed7ead7a82c187c187e41d9424e89def1b9af2bd2fab111a2062e7"
metafile = true
[[files]] [[files]]
file = "mods/no-chat-reports.pw.toml" file = "mods/no-chat-reports.pw.toml"
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5" hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"

18
mods/ibe-editor.pw.toml Normal file
View File

@ -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

View File

@ -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

18
mods/nbttooltip.pw.toml Normal file
View File

@ -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

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "dc67340da832a217bfdc9da85d688a80d5f7e15fbd086f6268231590a42e29f8" hash = "9560b4c6ab18e6998967683219ab366370f9bf695537121be5059b5bc646fa88"
[versions] [versions]
fabric = "0.15.3" fabric = "0.15.3"