mods: add veinminer and enchantment

Configured to require sneaking.

Closes #5.
This commit is contained in:
Yonah 2025-11-10 04:05:21 +09:00
parent 913c0212e4
commit 432e6828e4
Signed by: yonah
SSH Key Fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
6 changed files with 72 additions and 1 deletions

View File

@ -0,0 +1,17 @@
{
"cooldown": 20,
"mustSneak": true,
"delay": 0,
"maxChain": 100,
"needCorrectTool": true,
"searchRadius": 1,
"permissionRestricted": false,
"mergeItemDrops": false,
"autoUpdate": false,
"decreaseDurability": true,
"client": {
"allow": true,
"translucentBlockHighlight": true,
"allBlocks": false
}
}

View File

@ -364,6 +364,11 @@ file = "mods/servercore.pw.toml"
hash = "c57cb0a81eb8ab649a0102ba41e35c135474a6b1c196bc19d9a22922f8646846"
metafile = true
[[files]]
file = "mods/silk.pw.toml"
hash = "493a76add332abb0dfa23004300ea2ae77a8448960f603519c1db5ab4d769413"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "f24a09bec2452947c6184f3a0e5d26989dd2b06b65b62376df5c7e8695165d84"
@ -394,6 +399,16 @@ file = "mods/towns-and-towers.pw.toml"
hash = "54379eac29e1b71a68d04c25a2a718b395422005a60aa289f24c10312687ee4d"
metafile = true
[[files]]
file = "mods/veinminer-enchantment.pw.toml"
hash = "79b8d7410138bbabb5795fe29c18f82fd9238e5fe000dfa4a0fbf77cd24011ae"
metafile = true
[[files]]
file = "mods/veinminer.pw.toml"
hash = "5cb9a93032a75644cdf442b05a29e0616c76df503ee6b3dd3ab367ad1a04ff60"
metafile = true
[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "4cd110350bb72acef0f710959011eb021d08519e4fae922d3092d494a8c61b55"

13
mods/silk.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Silk"
filename = "silk-all-1.11.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/aTaCgKLW/versions/2OisNxPN/silk-all-1.11.4.jar"
hash-format = "sha512"
hash = "6f2e5e929909f779f667fedf90af66ac65e1d754aec2498d2ecb69d7080326699139c452ba43021c6a32bde66d8d61abeb8a7974b1719e5915d3a8c735b305d6"
[update]
[update.modrinth]
mod-id = "aTaCgKLW"
version = "2OisNxPN"

View File

@ -0,0 +1,13 @@
name = "Veinminer Enchantment"
filename = "veinminer-enchant-2.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/4sP0LXxp/versions/YqKzhrfs/veinminer-enchant-2.2.2.jar"
hash-format = "sha512"
hash = "580749256a2ca60a8b78e33090495ed0fb98bf03e833a6313b309874b2cdc2e0929b715268fb900875b89562361daabb798b26fc3470073aa98e7eaff4d36b5a"
[update]
[update.modrinth]
mod-id = "4sP0LXxp"
version = "YqKzhrfs"

13
mods/veinminer.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Veinminer"
filename = "veinminer-fabric-2.5.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OhduvhIc/versions/lCVEKyxE/veinminer-fabric-2.5.0.jar"
hash-format = "sha512"
hash = "211b3bae1bf888cd6fe02ef5f60621c82f3d2a2f8b42c15cd03d5cafa9bdf900e395920327d63a8a0144b4eaef51f32551e8a15762ab30bcb619822b90ed1829"
[update]
[update.modrinth]
mod-id = "OhduvhIc"
version = "lCVEKyxE"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "98079f388c9623240c64cdbc2dea399315cbb9626d3e56c24d5a47d0b9ce7993"
hash = "3473e0d8ceed280dd94a934e8029b35ad08506bf7d1c57e9a3fa3b3f13aaf675"
[versions]
fabric = "0.17.3"