remove incompatibilities and add end disabler and recipe granter
This commit is contained in:
parent
c7d1a2d8d1
commit
81067d9cea
5 changed files with 37 additions and 19 deletions
15
index.toml
15
index.toml
|
|
@ -90,11 +90,6 @@ file = "mods/craterlib.pw.toml"
|
||||||
hash = "57f15cd128cc3e1d27166e6046d2716615fb585cec4aeba101823068343cdfed"
|
hash = "57f15cd128cc3e1d27166e6046d2716615fb585cec4aeba101823068343cdfed"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/disable-enderman-picking-up-blocks.pw.toml"
|
|
||||||
hash = "0304d6b05bd45e05e067d8c42cf4d198f7cb0a52703b81df3e7e1f1dd08a3d41"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/do-a-barrel-roll.pw.toml"
|
file = "mods/do-a-barrel-roll.pw.toml"
|
||||||
hash = "728a2c9d389440f1f8e80324ff23824135a3baf86bef5752ba6d8cf1c53d1ac7"
|
hash = "728a2c9d389440f1f8e80324ff23824135a3baf86bef5752ba6d8cf1c53d1ac7"
|
||||||
|
|
@ -230,6 +225,11 @@ file = "mods/no-chat-reports.pw.toml"
|
||||||
hash = "cd25851cbdaad2dd1957a8086ce54aa4bd3c45be75e1ba49168a54fafbd87898"
|
hash = "cd25851cbdaad2dd1957a8086ce54aa4bd3c45be75e1ba49168a54fafbd87898"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/noend.pw.toml"
|
||||||
|
hash = "160f1652e4d9f4c1b12fe9ee20d34b843568bd291b50bd9d96af90a1d36e6025"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/noisiumforked.pw.toml"
|
file = "mods/noisiumforked.pw.toml"
|
||||||
hash = "e2690ce7e51e74527ead933b1aef4566c84d2a4d0d482edd9e329c8a2a06963b"
|
hash = "e2690ce7e51e74527ead933b1aef4566c84d2a4d0d482edd9e329c8a2a06963b"
|
||||||
|
|
@ -305,6 +305,11 @@ file = "mods/servercore.pw.toml"
|
||||||
hash = "16a351dac4db6e5b8035f56090710a227d33482797ef5bcc09a367099304be74"
|
hash = "16a351dac4db6e5b8035f56090710a227d33482797ef5bcc09a367099304be74"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/show-my-recipes!.pw.toml"
|
||||||
|
hash = "463ddfef6bdb79bfca4d4d2b68acc873200d7e997aeea463f521ebeba5ba42cc"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/showcase.pw.toml"
|
file = "mods/showcase.pw.toml"
|
||||||
hash = "54decfd7e09ccd90c539588225e94aa83c90b0fda584b67f9331c41072354c57"
|
hash = "54decfd7e09ccd90c539588225e94aa83c90b0fda584b67f9331c41072354c57"
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Disable Enderman Picking Up Blocks"
|
|
||||||
filename = "depub.jar"
|
|
||||||
side = "server"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/Ec6K5FYS/versions/FaAhSsAD/depub.jar"
|
|
||||||
hash-format = "sha512"
|
|
||||||
hash = "367978e63d04b2b3df535afd33c93be97c62c49b2954a721b6ad63ae3f9baa38f62d1137fde5ea80fde5c88391e1993c31f7d2428f1da44ac0a597a77da32304"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "Ec6K5FYS"
|
|
||||||
version = "FaAhSsAD"
|
|
||||||
13
mods/noend.pw.toml
Normal file
13
mods/noend.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "DisableEnd"
|
||||||
|
filename = "Disable End-0.7a-1.21.11-BETA.jar.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/26FOsJLr/versions/zeUNaqsI/Disable%20End-0.7a-1.21.11-BETA.jar.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "6b5282c87ccf7862af5f515ce3d4a15e17c4de44941ad47d33ee1ec1fd6d6409878f454d3347b4e6ef27a16f5e0a379e10749366a4e74d0ae5056ce28e5c5410"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "26FOsJLr"
|
||||||
|
version = "zeUNaqsI"
|
||||||
13
mods/show-my-recipes!.pw.toml
Normal file
13
mods/show-my-recipes!.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Show My Recipes!"
|
||||||
|
filename = "Show My Recipes.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/eqntBJEV/versions/UlGjEZma/Show%20My%20Recipes.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "1a5734417785d19224d2db223a757233929a5f5ed5ef280d8d5b44482df87bd6e4fda859966dbd46bbacfd174bf5d4114b0e446e9d3cbd634edd092c21e14826"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "eqntBJEV"
|
||||||
|
version = "UlGjEZma"
|
||||||
|
|
@ -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 = "a431053350a7d3515248f33b80953a2bdc1a7c89b59980735bff791fb6ec51d3"
|
hash = "d8afb2b3ec5aedb018dc53dbe4c69794fc104565f25f45cbbfe009f6a093d924"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.19.2"
|
fabric = "0.19.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue