add some mods to help fix broken enchants
This commit is contained in:
parent
dccadd2fb0
commit
9bf821f4bc
15
index.toml
15
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"
|
||||
|
18
mods/ibe-editor.pw.toml
Normal file
18
mods/ibe-editor.pw.toml
Normal 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
|
18
mods/nbt-autocomplete.pw.toml
Normal file
18
mods/nbt-autocomplete.pw.toml
Normal 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
18
mods/nbttooltip.pw.toml
Normal 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
|
Loading…
Reference in New Issue
Block a user