Initial build. Version 0.0.1 with easy install, advanced xray and no chat message client mod

This commit is contained in:
2026-02-03 14:00:48 +03:00
commit 3dfcf1c0a5
53 changed files with 2895 additions and 0 deletions

14
ReadMe.md Normal file
View File

@ -0,0 +1,14 @@
Fabric 0.18.4
MC: 1.21.10
After install client - choose instance `.minecraft` dir and execute for initial install:
```
git init && git fetch https://vcs.wpstudio.ru/gitea/m2110.git && git checkout master
```
For updates:
```
git pull
```

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -eu pipefail
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
REPO_ROOT="${SCRIPT_DIR}/.."
cd "${REPO_ROOT}" || exit 1
pakku fetch --shelve && mv .pakku/shelve/* mods/

9
bash/sync-with-shelve.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
set -eu pipefail
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
REPO_ROOT="${SCRIPT_DIR}/.."
cd "${REPO_ROOT}" || exit 1
pakku fetch --shelve
pakku sync
mv .pakku/shelve/* mods/

View File

@ -0,0 +1,17 @@
filename = 'appleskin-fabric-mc1.21.9-3.0.7.jar'
name = 'AppleSkin'
side = 'both'
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '1.21.10', '1.21.9' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = 'appleskin-fabric-mc1.21.9-3.0.7.jar'
[download]
hash = 'a95d28e65583081b13e3c980690ee54042a5ed74'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7075567
project-id = 248787

View File

@ -0,0 +1,17 @@
filename = 'NoChatReports-FABRIC-1.21.10-v2.16.0.jar'
name = 'No Chat Reports'
side = 'both'
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '1.21.10', '1.21.9' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'Fabric-1.21.10-v2.16.0'
[download]
hash = '39b2f284f73f8290012b8b9cc70085d59668547fc7b4ec43ab34e4bca6b39a6691fbe32bc3326e40353ba9c16a06320e52818315be77799a5aad526370cbc773'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/qQyHxfxd/versions/78RjC1gi/NoChatReports-FABRIC-1.21.10-v2.16.0.jar'
[update.modrinth]
mod-id = 'qQyHxfxd'
version = '78RjC1gi'

View File

@ -0,0 +1,17 @@
filename = 'replantingcrops-1.21.10-5.5.jar'
name = 'Replanting Crops'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '1.21.10' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[Fabric/Forge/Neo] 1.21.10-5.5 | Replanting Crops'
[download]
hash = 'e9f0e1d35e094b223b6b186bccc1f424b87d9f82'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7079284
project-id = 367051

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mods/TechReborn-5.15.1.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mods/fabrishot-1.16.3.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mods/modmenu-16.0.0.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2806
pakku-lock.json Normal file

File diff suppressed because it is too large Load Diff

8
pakku.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "m2110",
"version": "0.0.1",
"author": "dimti",
"overrides": [
"config"
]
}

Binary file not shown.

Binary file not shown.

BIN
shaderpacks/VanillAA.zip Normal file

Binary file not shown.