Compare commits
No commits in common. "f5212d1dad121818c43eaba1464863b58398a3ae" and "19e57710b83a8dba0abe36830ba9359b70ed56f4" have entirely different histories.
f5212d1dad
...
19e57710b8
5 changed files with 19 additions and 37 deletions
15
index.toml
15
index.toml
|
@ -157,6 +157,11 @@ file = "mods/crossstitch.pw.toml"
|
|||
hash = "899a506ec93d9bbc84e58aebeb369847493f97a4383e6691a5d51dbb9c2f6ea2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/disable-enderman-picking-up-blocks.pw.toml"
|
||||
hash = "b39176c849da54efdbf114a6ea4087bfd68aa1ce894859d202b969e603aaf92f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/distanthorizons.pw.toml"
|
||||
hash = "4ef2c8bb9347df684024c4720af076b06dcd36b128c3ca27759bcd4aa19b8e4f"
|
||||
|
@ -307,11 +312,6 @@ file = "mods/item-borders.pw.toml"
|
|||
hash = "f5de86bcb2be4853227bceb5ffb593da2dcbf38d98e690dcf2f8eac008785b00"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/just-hammers.pw.toml"
|
||||
hash = "2294807fe7e5adfda61ca3f5dbb1eb032f6ddb7302fd8555a8d077619f29acf8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambdynamiclights.pw.toml"
|
||||
hash = "62dcbd50ca504de26da23305b6e1578298b6cfd14fb98118fcd471cf128d4337"
|
||||
|
@ -357,11 +357,6 @@ file = "mods/natures-compass.pw.toml"
|
|||
hash = "3f678c4ade25a4b4b54aacf25db155658c1ec605bbeaf0ea6b8ed5d0dbc062e1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-enderman-grief.pw.toml"
|
||||
hash = "0272a323c4c72b52a805d248fefbb77326191333955cd399effbc0373026fc03"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/nullscape.pw.toml"
|
||||
hash = "e5e76b305f6e8fd611fb70695f42014c62e5f46b926d626eaf5ca0c78e394c5c"
|
||||
|
|
13
mods/disable-enderman-picking-up-blocks.pw.toml
Normal file
13
mods/disable-enderman-picking-up-blocks.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Disable Enderman Picking Up Blocks"
|
||||
filename = "disable-enderman-picking-up-blocks-main-1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ec6K5FYS/versions/fZSoEtFW/disable-enderman-picking-up-blocks-main-1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "728b914548508610398ddc41459e8aa42dc20ef09dd46f740a717bb4ea5b0b6d8be9faa132623538e3a3a1b55f8d6aa2e4a4f141b7404a787a13c2357e236a0b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ec6K5FYS"
|
||||
version = "fZSoEtFW"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Just Hammers"
|
||||
filename = "justhammers-fabric-2.0.4+mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/edU0NbZZ/versions/SEtS5PPB/justhammers-fabric-2.0.4%2Bmc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0719734500747f4ea2f1cb9b6f15ecfedbccdc9df8b690dbe4e1bc7bb434dd499aaad190142aea961f3218585361f2ecf96c83b32f511d2ed24364d1df17b229"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "edU0NbZZ"
|
||||
version = "SEtS5PPB"
|
|
@ -1,13 +0,0 @@
|
|||
name = "No Enderman Grief"
|
||||
filename = "no-enderman-grief-v.1.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ss02V75k/versions/H4m7llCX/no-enderman-grief-v.1.1.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6858de316ff94803ff7517903d4159c8b8e828a679661ec8e1141ad68ed8feed9855787297f5e84b5c62f3f8926e197bd3538d4cb623536ca165c392662d2a4f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ss02V75k"
|
||||
version = "H4m7llCX"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "bac88891c95a1d37c2768ae1be7f500d8f29f81904996c641911bc896781792c"
|
||||
hash = "5442e8dc68d1babe1a1a796e30255587888856c4ef63d98e31f451e0f861d66d"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.10"
|
||||
|
|
Loading…
Add table
Reference in a new issue