Compare commits

..

2 commits

Author SHA1 Message Date
f5212d1dad Add hammers 2025-02-26 08:28:36 +01:00
c6f02a444a Change no enderman grief mod 2025-02-26 08:18:52 +01:00
5 changed files with 37 additions and 19 deletions

View file

@ -157,11 +157,6 @@ file = "mods/crossstitch.pw.toml"
hash = "899a506ec93d9bbc84e58aebeb369847493f97a4383e6691a5d51dbb9c2f6ea2" hash = "899a506ec93d9bbc84e58aebeb369847493f97a4383e6691a5d51dbb9c2f6ea2"
metafile = true metafile = true
[[files]]
file = "mods/disable-enderman-picking-up-blocks.pw.toml"
hash = "b39176c849da54efdbf114a6ea4087bfd68aa1ce894859d202b969e603aaf92f"
metafile = true
[[files]] [[files]]
file = "mods/distanthorizons.pw.toml" file = "mods/distanthorizons.pw.toml"
hash = "4ef2c8bb9347df684024c4720af076b06dcd36b128c3ca27759bcd4aa19b8e4f" hash = "4ef2c8bb9347df684024c4720af076b06dcd36b128c3ca27759bcd4aa19b8e4f"
@ -312,6 +307,11 @@ file = "mods/item-borders.pw.toml"
hash = "f5de86bcb2be4853227bceb5ffb593da2dcbf38d98e690dcf2f8eac008785b00" hash = "f5de86bcb2be4853227bceb5ffb593da2dcbf38d98e690dcf2f8eac008785b00"
metafile = true metafile = true
[[files]]
file = "mods/just-hammers.pw.toml"
hash = "2294807fe7e5adfda61ca3f5dbb1eb032f6ddb7302fd8555a8d077619f29acf8"
metafile = true
[[files]] [[files]]
file = "mods/lambdynamiclights.pw.toml" file = "mods/lambdynamiclights.pw.toml"
hash = "62dcbd50ca504de26da23305b6e1578298b6cfd14fb98118fcd471cf128d4337" hash = "62dcbd50ca504de26da23305b6e1578298b6cfd14fb98118fcd471cf128d4337"
@ -357,6 +357,11 @@ file = "mods/natures-compass.pw.toml"
hash = "3f678c4ade25a4b4b54aacf25db155658c1ec605bbeaf0ea6b8ed5d0dbc062e1" hash = "3f678c4ade25a4b4b54aacf25db155658c1ec605bbeaf0ea6b8ed5d0dbc062e1"
metafile = true metafile = true
[[files]]
file = "mods/no-enderman-grief.pw.toml"
hash = "0272a323c4c72b52a805d248fefbb77326191333955cd399effbc0373026fc03"
metafile = true
[[files]] [[files]]
file = "mods/nullscape.pw.toml" file = "mods/nullscape.pw.toml"
hash = "e5e76b305f6e8fd611fb70695f42014c62e5f46b926d626eaf5ca0c78e394c5c" hash = "e5e76b305f6e8fd611fb70695f42014c62e5f46b926d626eaf5ca0c78e394c5c"

View file

@ -1,13 +0,0 @@
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"

13
mods/just-hammers.pw.toml Normal file
View file

@ -0,0 +1,13 @@
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"

View file

@ -0,0 +1,13 @@
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"

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 = "5442e8dc68d1babe1a1a796e30255587888856c4ef63d98e31f451e0f861d66d" hash = "bac88891c95a1d37c2768ae1be7f500d8f29f81904996c641911bc896781792c"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"