Compare commits
44 Commits
a315a722b2
...
main
Author | SHA1 | Date | |
---|---|---|---|
34b17885da
|
|||
20fce72d1f
|
|||
68b3589e90
|
|||
0f249de6c3
|
|||
342375743b
|
|||
6d19bbeae2 | |||
b41e237897 | |||
cfbdc2ed0a | |||
52bcf82c77 | |||
2f73427915 | |||
f84773926b | |||
9342602ff9 | |||
1f0c45585a | |||
f4cdb57507 | |||
ea0d436c9c | |||
81bf566eb6 | |||
383a10a974 | |||
c5bbe25025 | |||
![]() |
c290ddb665 | ||
fce1c56f2d | |||
c3a121afd7 | |||
70bfb74ec1 | |||
227e37e584 | |||
aed86c8f65 | |||
50176f73b0 | |||
89cfc52c56 | |||
bc8f509887 | |||
868cd3da51 | |||
38225f3951 | |||
cccc7259c1 | |||
013ad476b3 | |||
3b8f1f2694 | |||
3801ba1d8e | |||
afe519e6d6 | |||
8b4034b5c8 | |||
4f01f8d92c | |||
bfeb4961c1 | |||
8ca6e3a182 | |||
35815c34fd | |||
80e757d607 | |||
e8448193f8 | |||
de00af336f | |||
1428ef954a | |||
ed65c73785 |
@@ -1,35 +0,0 @@
|
||||
name: Continuous Integration
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CI_COMMIT_MESSAGE: Continuous Integration update docs
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: apt update -y
|
||||
- run: apt install python3 python3-pip -y
|
||||
- run: pip3 install mkdocs-material
|
||||
|
||||
- run: mkdocs build
|
||||
|
||||
# Commit and push all changed files.
|
||||
- run: |
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "me+ci@xeovalyte.dev"
|
||||
- run: |
|
||||
mkdir pages
|
||||
cp -r site/* pages/
|
||||
- run: |
|
||||
git add pages/
|
||||
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
|
||||
git pull
|
||||
- run: git push origin --delete pages
|
||||
- run: git subtree push --prefix pages origin pages
|
||||
- run: curl https://docs.xeovalyte.dev/update/static
|
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,4 +0,0 @@
|
||||
[submodule "pages"]
|
||||
path = pages
|
||||
url = https://gitea.xeovalyte.dev/xeovalyte/static.git
|
||||
branch = pages
|
@@ -1,14 +0,0 @@
|
||||
# Snippets
|
||||
## Traefik
|
||||
```yaml
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.service.entrypoints=websecure
|
||||
- traefik.http.routers.service.rule=HOST(`service.local.xeovalyte.dev`)
|
||||
- traefik.http.services.service.loadbalancer.server.port=80
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: proxy
|
||||
```
|
@@ -1,2 +0,0 @@
|
||||
# Index
|
||||
Docs from Timo Boomers aka Xeovalyte
|
@@ -1,16 +0,0 @@
|
||||
# Commands
|
||||
## NixOS
|
||||
Update system
|
||||
```bash
|
||||
sudo nixos-rebuild switch --flake ~/system/#xv-desktop
|
||||
```
|
||||
|
||||
Update home manager
|
||||
```bash
|
||||
home-manager --flake ~/system/#xeovalyte@xv-desktop switch
|
||||
```
|
||||
|
||||
Refresh input URL's
|
||||
```bash
|
||||
nix flake update
|
||||
```
|
@@ -1,43 +0,0 @@
|
||||
# Keyboard Shortcuts
|
||||
|
||||
## Neovim
|
||||
|
||||
**Basic**
|
||||
|
||||
- ++ctrl+h++/++j++/++k++/++l++ : move to left / down / up / right window
|
||||
- ++alt+up++/++down++/++left++/++right++ : increase / decrease -> height / width
|
||||
- ++alt+h++/++j++/++k++/++l++ : move lines to left / down / up / right
|
||||
- ++n++/++shift+n++ : next / previous search result
|
||||
- ++ctrl+s++ : save file
|
||||
- ++space+f+n++ : new file
|
||||
|
||||
**Neotree**
|
||||
|
||||
- ++space+e++ : toggle neotree
|
||||
- ++period++ : change root to directory
|
||||
- ++a++ : add file
|
||||
- ++d++ : delete file
|
||||
- ++r++ : rename file
|
||||
- ++shift+h++ : toggle hidden
|
||||
- ++shift+i++ : toggle gitignore
|
||||
|
||||
**Telescope**
|
||||
|
||||
- ++space+f+f++ : find files
|
||||
- ++space+f+g++ : search files
|
||||
- ++space+f+b++ : switch buffers
|
||||
|
||||
**LSP**
|
||||
|
||||
- ++g+l++ : show diagnostics
|
||||
- ++g+d++ : go to definition
|
||||
- ++g+d++ : go to declaration
|
||||
- ++shift+k++ : preview
|
||||
|
||||
**Spell**
|
||||
|
||||
- ++z+equal++ : list suggestions
|
||||
- ++z+g++ : mark word as good
|
||||
- ++z+w++ : mark word as bad
|
||||
|
||||
## Minecraft
|
@@ -1,114 +0,0 @@
|
||||
@media screen {
|
||||
[data-md-color-scheme="xeovalyte"] {
|
||||
|
||||
color-scheme: dark;
|
||||
--md-hue: 200;
|
||||
|
||||
/*
|
||||
--md-default-fg-color: hsla(var(--md-hue), 15%, 90%, 0.82);
|
||||
--md-default-fg-color--light: hsla(var(--md-hue), 15%, 90%, 0.56);
|
||||
--md-default-fg-color--lighter: hsla(var(--md-hue), 15%, 90%, 0.32);
|
||||
--md-default-fg-color--lightest: hsla(var(--md-hue), 15%, 90%, 0.12);
|
||||
--md-default-bg-color: hsla(var(--md-hue), 15%, 14%, 1);
|
||||
--md-default-bg-color--light: hsla(var(--md-hue), 15%, 14%, 0.54);
|
||||
--md-default-bg-color--lighter: hsla(var(--md-hue), 15%, 14%, 0.26);
|
||||
--md-default-bg-color--lightest: hsla(var(--md-hue), 15%, 14%, 0.07);
|
||||
*/
|
||||
--md-default-fg-color: hsla(200, 80%, 98%, 0.82);
|
||||
--md-default-fg-color--light: hsla(200, 80%, 98%, 0.56);
|
||||
--md-default-fg-color--lighter: hsla(200, 80%, 98%, 0.32);
|
||||
--md-default-fg-color--lightest: hsla(200, 80%, 98%, 0.12);
|
||||
--md-default-bg-color: hsla(200, 68%, 6%, 1);
|
||||
--md-default-bg-color--light: hsla(200, 68%, 6%, 0.54);
|
||||
--md-default-bg-color--lighter: hsla(200, 68%, 6%, 0.26);
|
||||
--md-default-bg-color--lightest: hsla(200, 68%, 6%, 0.07);
|
||||
|
||||
--md-code-fg-color: hsla(var(--md-hue), 80%, 98%, 0.82);
|
||||
--md-code-bg-color: hsla(var(--md-hue), 68%, 10%, 1);
|
||||
|
||||
--md-code-hl-color: hsla(#{hex2hsl($clr-blue-a400)}, 1);
|
||||
--md-code-hl-color--light: hsla(#{hex2hsl($clr-blue-a400)}, 0.1);
|
||||
|
||||
--md-code-hl-number-color: hsla(6, 74%, 63%, 1);
|
||||
--md-code-hl-special-color: hsla(340, 83%, 66%, 1);
|
||||
--md-code-hl-function-color: hsla(291, 57%, 65%, 1);
|
||||
--md-code-hl-constant-color: hsla(250, 62%, 70%, 1);
|
||||
--md-code-hl-keyword-color: hsla(219, 66%, 64%, 1);
|
||||
--md-code-hl-string-color: hsla(150, 58%, 44%, 1);
|
||||
--md-code-hl-name-color: var(--md-code-fg-color);
|
||||
--md-code-hl-operator-color: var(--md-default-fg-color--light);
|
||||
--md-code-hl-punctuation-color: var(--md-default-fg-color--light);
|
||||
--md-code-hl-comment-color: var(--md-default-fg-color--light);
|
||||
--md-code-hl-generic-color: var(--md-default-fg-color--light);
|
||||
--md-code-hl-variable-color: var(--md-default-fg-color--light);
|
||||
|
||||
--md-typeset-color: var(--md-default-fg-color);
|
||||
|
||||
--md-typeset-a-color: var(--md-primary-color);
|
||||
|
||||
--md-typeset-kbd-color: hsla(var(--md-hue), 80%, 98%, 0.12);
|
||||
--md-typeset-kbd-accent-color: hsla(var(--md-hue), 80%, 98%, 0.2);
|
||||
--md-typeset-kbd-border-color: hsla(var(--md-hue), 68%, 15%, 1);
|
||||
|
||||
--md-typeset-mark-color: hsla(#{hex2hsl($clr-blue-a200)}, 0.3);
|
||||
|
||||
--md-typeset-table-color: hsla(var(--md-hue), 15%, 95%, 0.12);
|
||||
--md-typeset-table-color--light: hsla(var(--md-hue), 15%, 95%, 0.035);
|
||||
|
||||
--md-admonition-fg-color: var(--md-default-fg-color);
|
||||
--md-admonition-bg-color: var(--md-default-bg-color);
|
||||
|
||||
--md-footer-bg-color: hsla(var(--md-hue), 15%, 10%, 0.87);
|
||||
--md-footer-bg-color--dark: hsla(var(--md-hue), 68%, 4%, 1);
|
||||
|
||||
--md-shadow-z1:
|
||||
0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.05),
|
||||
0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.1);
|
||||
|
||||
--md-shadow-z2:
|
||||
0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.25),
|
||||
0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.25);
|
||||
|
||||
--md-shadow-z3:
|
||||
0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.4),
|
||||
0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.35);
|
||||
|
||||
img[src$="#only-light"],
|
||||
img[src$="#gh-light-mode-only"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@each $name, $color in (
|
||||
"pink": hsl(340, 81%, 63%),
|
||||
"purple": hsl(291, 53%, 63%),
|
||||
"deep-purple": hsl(262, 73%, 70%),
|
||||
"indigo": hsl(219, 76%, 62%),
|
||||
"teal": hsl(174, 100%, 40%),
|
||||
"green": hsl(122, 39%, 60%),
|
||||
"deep-orange": hsl(14, 100%, 65%),
|
||||
"brown": hsl(16, 45%, 56%),
|
||||
|
||||
"grey": hsl(219, 66%, 62%),
|
||||
"blue-grey": hsl(219, 66%, 62%),
|
||||
"white": hsl(219, 66%, 62%),
|
||||
"black": hsl(219, 66%, 62%)
|
||||
) {
|
||||
[data-md-color-scheme="xeovalyte"][data-md-color-primary="#{$name}"] {
|
||||
--md-typeset-a-color: #{$color};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[data-md-color-switching] *,
|
||||
[data-md-color-switching] *::before,
|
||||
[data-md-color-switching] *::after {
|
||||
transition-duration: 0ms !important;
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
--md-primary-fg-color: #05161f;
|
||||
--md-accent-fg-color: #3dbeff;
|
||||
--md-primary-color: #0af;
|
||||
}
|
@@ -1,69 +0,0 @@
|
||||
# Jump In 2024
|
||||
|
||||
> Niveau: 2 <br>
|
||||
> Leeftijd: 9-12
|
||||
|
||||
## Oefenstof
|
||||
|
||||
### Trampoline -> dikke mat
|
||||
1. Spreidsprong
|
||||
2. Hurksprong
|
||||
3. Spreidhoeksprong
|
||||
4. Streksprong ½ draai
|
||||
5. [Keuze](#keuze-trampoline-dikke-mat)
|
||||
6. [Keuze]()
|
||||
|
||||
### Trampoline -> kast
|
||||
1. (Lengte) Ophurken – stap – spreidsprong (met afzet van 2 voeten)
|
||||
2. (Lengte) Los op – stap – hurksprong (met afzet van 2 voeten)
|
||||
3. (Lengte) [Keuze](#keuze-trampoline-kast)
|
||||
4. (Breedte) Ophurken – streksprong ½ draai (zonder tussen hup, met afzet van 2 voeten)
|
||||
5. (Breedte) Spreidsprong (overspreiden)
|
||||
6. (Breedte) [Keuze](#keuze-trampoline-kast)
|
||||
|
||||
### Lange mat / vloer
|
||||
1. Synchroon: rol voorover – streksprong – rol voorover
|
||||
2. Rol voorover – streksprong ½ draai – rol achterover
|
||||
3. Radslag – hup – radslag
|
||||
4. Arabier – streksprong (kaats)
|
||||
5. [Keuze](#keuze-lange-mat-vloer)
|
||||
6. [Keuze](#keuze-lange-mat-vloer)
|
||||
|
||||
## Keuze
|
||||
### (Keuze) Trampoline -> dikke mat
|
||||
- Skatesprong
|
||||
- Streksprong ½ draai
|
||||
- Streksprong 1/1 draai
|
||||
- Spreidhoeksprong
|
||||
- Hoeksprong
|
||||
- Salto voorover
|
||||
- Barani
|
||||
- Hoeksalto
|
||||
- Spreidsalto
|
||||
|
||||
### (Keuze) Trampoline -> kast
|
||||
- Los op – streksprong af
|
||||
- Los op – hurksprong af
|
||||
- Koprol over de kast (lengte)
|
||||
- Tipsalto
|
||||
- Hurksprong over de kast
|
||||
- Streksprong over de kast
|
||||
- Overslag over de kast
|
||||
- Overhurken
|
||||
- Overspreiden
|
||||
- Wendsprong
|
||||
- Arabier
|
||||
|
||||
### (Keuze) Lange mat / vloer
|
||||
- Koprol voorover zonder handen
|
||||
- Zweefrol
|
||||
- Handstand
|
||||
- Handstand – doorrollen
|
||||
- Radslag
|
||||
- Arabier
|
||||
- Radslag – radslag
|
||||
- Radslag – arabier
|
||||
- Arabier – radslag
|
||||
- Loopoverslag
|
||||
- Overslag
|
||||
- Combinatie van de eerder geturnde onderdelen
|
42
flake.lock
generated
42
flake.lock
generated
@@ -1,42 +0,0 @@
|
||||
{
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1705331948,
|
||||
"narHash": "sha256-qjQXfvrAT1/RKDFAMdl8Hw3m4tLVvMCc8fMqzJv0pP4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b8dd8be3c790215716e7c12b247f45ca525867e2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"ref": "nixos-23.11",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1705316053,
|
||||
"narHash": "sha256-J2Ey5mPFT8gdfL2XC0JTZvKaBw/b2pnyudEXFvl+dQM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c3e128f3c0ecc1fb04aef9f72b3dcc2f6cecf370",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"ref": "nixos-unstable",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
30
flake.nix
30
flake.nix
@@ -1,30 +0,0 @@
|
||||
{
|
||||
description = "Development environment";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable }@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
overlay-unstable = final: prev: {
|
||||
unstable = nixpkgs-unstable.legacyPackages.${prev.system};
|
||||
};
|
||||
in {
|
||||
devShells.x86_64-linux.default =
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
fish
|
||||
python311Packages.mkdocs-material
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
echo "Running a nix development environment"
|
||||
exec fish
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
25
mkdocs.yml
25
mkdocs.yml
@@ -1,25 +0,0 @@
|
||||
site_name: Notes from Timo Boomers
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
scheme: xeovalyte
|
||||
primary: custom
|
||||
accent: custom
|
||||
features:
|
||||
- navigation.tabs
|
||||
- content.code.copy
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- def_list
|
||||
- pymdownx.keys
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
121
packwiz/polarcraft/index.toml
Normal file
121
packwiz/polarcraft/index.toml
Normal file
@@ -0,0 +1,121 @@
|
||||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "mods/c2me-fabric.pw.toml"
|
||||
hash = "1af76f25bad7ee8dad72015483d1263170707f2f17bb029557b8051b6136ff05"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/craterlib.pw.toml"
|
||||
hash = "49a8748b411e6b26d369f1890443356a190a9999e0e6aa29288e8941b820267e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dungeons-and-taverns-stronghold-overhaul.pw.toml"
|
||||
hash = "d3324290bcb996c028fe370d8cdf84446cc7b5ce4736ff121fef8f244ba7ac06"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dungeons-and-taverns.pw.toml"
|
||||
hash = "057d87624996a9ad0d295cf72533fb57d163841f8344f1af4132545443b1fc35"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "dfe5807e1bef326fea19cfbdadb712a6c19d6cb594698ac8c61b1439f9e2fa98"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "078c828454d8a361baae372b5ee3dc33e5f3573fa19bdac8589b38da9dbc5c03"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/flan.pw.toml"
|
||||
hash = "9c8b2f88654b7d03af1cfe008036b5d1258ea485efe71c42b622fdb4e415efcc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/floodgate.pw.toml"
|
||||
hash = "e28a8783c36f0744d6aca83b488566a7fe3c4231b0a64763b136a1f472f8f1aa"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/geyser.pw.toml"
|
||||
hash = "3e86bf8b3844a58911e42755f98f504cefcf1a0be66006e7588a3a4d79353695"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/hurricane.pw.toml"
|
||||
hash = "a491168d4566904d98aa0e347b66cfdebf248b7ae701cb955c77209ac5dde630"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/invview.pw.toml"
|
||||
hash = "cb49b2a2f6f93704ec13fca1652901cbcb8dff04a5ccbd2d3d4a9f75b4abfd7b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/krypton.pw.toml"
|
||||
hash = "4ee72fa3b6d91ccec6ec3420396db368dc5097350ee2bb909af3a65f0446c9d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "019e6f258127d947cf0b43227c198365b107e35d4e16e29ee8388986aaf62d77"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/luckperms.pw.toml"
|
||||
hash = "37215db466ab8ec3d0e7d05490833254411d092e8b9656d14583f0c15bd7ed37"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mixintrace.pw.toml"
|
||||
hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modernfix.pw.toml"
|
||||
hash = "ca5ec031a590d0ad2e4feaf61853ce2ed0f0a78f8b7a8627cf183250f0e63d88"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "100a5dfaccb55b107edc57e11fafc1222dc443ce9b669f0d79a39b488e3e45ae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sdlink.pw.toml"
|
||||
hash = "b29966820f184555e74b8772b4da057022fc4128a1e6a342cdc84e9714b70f52"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/seedguard.pw.toml"
|
||||
hash = "488de4e605e34cecbc51f466a6b1abf02ccc8485f59beeecca2e6bbf805fad57"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "79ec58c99084d5b02044e04b6860bc6339868e95e1a8c7a982f5400ee777b178"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "bea01f76d30359b4013aee8df6863fda0be45e03cbc2e0a4c80f4bc88db3b27a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vmp-fabric.pw.toml"
|
||||
hash = "c29a03a3dcb8588cba64da4f436557f39ede724a0ff7b6fd1b8edc1341ee4293"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/worldedit.pw.toml"
|
||||
hash = "3f93201b4be0f7eea0294e1acab273f25c3c4c399711c00376baed38cacb762c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yungs-api.pw.toml"
|
||||
hash = "d62d72ca44d4c096acf8e9748a270b4db05946dbeb5c8ca2c644f7396d736026"
|
||||
metafile = true
|
13
packwiz/polarcraft/mods/c2me-fabric.pw.toml
Normal file
13
packwiz/polarcraft/mods/c2me-fabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Concurrent Chunk Management Engine (Fabric)"
|
||||
filename = "c2me-fabric-mc1.21-0.2.0+alpha.11.107.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/oIlNIzsC/c2me-fabric-mc1.21-0.2.0%2Balpha.11.107.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ff3fb47f0f9a1eaa6cc3c85156b220f3d6285d06"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VSNURh3q"
|
||||
version = "oIlNIzsC"
|
13
packwiz/polarcraft/mods/craterlib.pw.toml
Normal file
13
packwiz/polarcraft/mods/craterlib.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "CraterLib"
|
||||
filename = "CraterLib-Fabric-1.21-2.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Nn8Wasaq/versions/Dmn7Aour/CraterLib-Fabric-1.21-2.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c265031f00e147c530fe7cdb253e52d3bf84aedc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Nn8Wasaq"
|
||||
version = "Dmn7Aour"
|
@@ -0,0 +1,13 @@
|
||||
name = "Dungeons and Taverns Stronghold Overhaul"
|
||||
filename = "dungeons-and-taverns-stronghold-rework-v2.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rYocd2LE/versions/OqWUHbci/dungeons-and-taverns-stronghold-rework-v2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "05a054849807587338e63a59b820c580e93111fa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rYocd2LE"
|
||||
version = "OqWUHbci"
|
13
packwiz/polarcraft/mods/dungeons-and-taverns.pw.toml
Normal file
13
packwiz/polarcraft/mods/dungeons-and-taverns.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Dungeons and Taverns"
|
||||
filename = "dungeons-and-taverns-v4.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/tpehi7ww/versions/QmeQn0Mp/dungeons-and-taverns-v4.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "34a49b8db2037e899f6c1b9c2f85dcfd2a0ecc44"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "tpehi7ww"
|
||||
version = "QmeQn0Mp"
|
13
packwiz/polarcraft/mods/fabric-api.pw.toml
Normal file
13
packwiz/polarcraft/mods/fabric-api.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Fabric API"
|
||||
filename = "fabric-api-0.100.8+1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/iS2jNAxk/fabric-api-0.100.8%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8dfd41063b083147653ae8ab6699d93c22f8411f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "iS2jNAxk"
|
13
packwiz/polarcraft/mods/ferrite-core.pw.toml
Normal file
13
packwiz/polarcraft/mods/ferrite-core.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "FerriteCore"
|
||||
filename = "ferritecore-7.0.0-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/wmIZ4wP4/ferritecore-7.0.0-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "95b18b0f1673bbbe328812c3052cc1a921591f0f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "wmIZ4wP4"
|
13
packwiz/polarcraft/mods/flan.pw.toml
Normal file
13
packwiz/polarcraft/mods/flan.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Flan"
|
||||
filename = "flan-1.21-1.10.6-fabric.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Si383TIH/versions/Wpe33OjC/flan-1.21-1.10.6-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e2f060a6f50ed11a7be9907498047a033abe73c2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Si383TIH"
|
||||
version = "Wpe33OjC"
|
13
packwiz/polarcraft/mods/floodgate.pw.toml
Normal file
13
packwiz/polarcraft/mods/floodgate.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Floodgate-Fabric"
|
||||
filename = "Floodgate-Fabric-2.2.3-SNAPSHOT+build.30.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bWrNNfkb/versions/yL5NRQ1i/Floodgate-Fabric-2.2.3-SNAPSHOT%2Bbuild.30.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3efa21d407fd2786828cdf639fa3c735b83082c7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bWrNNfkb"
|
||||
version = "yL5NRQ1i"
|
13
packwiz/polarcraft/mods/geyser.pw.toml
Normal file
13
packwiz/polarcraft/mods/geyser.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Geyser"
|
||||
filename = "geyser-fabric-2.4.1-SNAPSHOT+build.634.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/lKrEpukR/geyser-fabric-2.4.1-SNAPSHOT%2Bbuild.634.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ca4536e786fb5ddb5e437988f521a1586a0aeab5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wKkoqHrH"
|
||||
version = "lKrEpukR"
|
13
packwiz/polarcraft/mods/hurricane.pw.toml
Normal file
13
packwiz/polarcraft/mods/hurricane.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Hurricane"
|
||||
filename = "hurricane-fabric-2.0.0+build.179.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/cKrS5WCg/versions/vJXfDvvr/hurricane-fabric-2.0.0%2Bbuild.179.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6439fd7644045f229018d34ef4de4a86939b62f2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "cKrS5WCg"
|
||||
version = "vJXfDvvr"
|
13
packwiz/polarcraft/mods/invview.pw.toml
Normal file
13
packwiz/polarcraft/mods/invview.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Inv View"
|
||||
filename = "InvView-1.4.15-1.20.5+.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jrDKjZP7/versions/LNGVFn7g/InvView-1.4.15-1.20.5%2B.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c5b197a960c69a8527f5832699fb9c1c2f88c318"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jrDKjZP7"
|
||||
version = "LNGVFn7g"
|
13
packwiz/polarcraft/mods/krypton.pw.toml
Normal file
13
packwiz/polarcraft/mods/krypton.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Krypton"
|
||||
filename = "krypton-0.2.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/Acz3ttTp/krypton-0.2.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "73e792eb5f120787becda4b87b6ff18b26caea50"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fQEb0iXm"
|
||||
version = "Acz3ttTp"
|
13
packwiz/polarcraft/mods/lithium.pw.toml
Normal file
13
packwiz/polarcraft/mods/lithium.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Lithium"
|
||||
filename = "lithium-fabric-mc1.21-0.12.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/my7uONjU/lithium-fabric-mc1.21-0.12.7.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "028d8dde791e2283aa0d67decc8cbcd66400a38e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gvQqBUqZ"
|
||||
version = "my7uONjU"
|
13
packwiz/polarcraft/mods/luckperms.pw.toml
Normal file
13
packwiz/polarcraft/mods/luckperms.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "LuckPerms"
|
||||
filename = "LuckPerms-Fabric-5.4.133.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/2RuZIzOq/LuckPerms-Fabric-5.4.133.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d0b2cc225e4f863b92aa880ae8947f236311d02a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Vebnzrzj"
|
||||
version = "2RuZIzOq"
|
13
packwiz/polarcraft/mods/mixintrace.pw.toml
Normal file
13
packwiz/polarcraft/mods/mixintrace.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "MixinTrace"
|
||||
filename = "mixintrace-1.1.1+1.17.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sGmHWmeL/versions/1.1.1%2B1.17/mixintrace-1.1.1%2B1.17.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7fbb0130db0e427ee7180d304dfa65c46f0e3b69"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sGmHWmeL"
|
||||
version = "LGYOH4RN"
|
13
packwiz/polarcraft/mods/modernfix.pw.toml
Normal file
13
packwiz/polarcraft/mods/modernfix.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ModernFix"
|
||||
filename = "modernfix-fabric-5.19.0+mc1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/KCOwQkKi/modernfix-fabric-5.19.0%2Bmc1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d2d25377d2a675c0aedab73876eac3fc1f97403d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nmDcB62a"
|
||||
version = "KCOwQkKi"
|
13
packwiz/polarcraft/mods/no-chat-reports.pw.toml
Normal file
13
packwiz/polarcraft/mods/no-chat-reports.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FABRIC-1.21-v2.8.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/riMhCAII/NoChatReports-FABRIC-1.21-v2.8.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f1822b058132f7f221a3ac4470d54d820369c04e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "riMhCAII"
|
13
packwiz/polarcraft/mods/sdlink.pw.toml
Normal file
13
packwiz/polarcraft/mods/sdlink.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Simple Discord Link"
|
||||
filename = "SimpleDiscordLink-Universal-3.1.4.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Sh0YauEf/versions/L0SRMSQ0/SimpleDiscordLink-Universal-3.1.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "772e4be8575091a8223388cdc3fa0d0df6b6d7ce"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Sh0YauEf"
|
||||
version = "L0SRMSQ0"
|
13
packwiz/polarcraft/mods/seedguard.pw.toml
Normal file
13
packwiz/polarcraft/mods/seedguard.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Seed Guard"
|
||||
filename = "seedguard+1.20.5-rc3-1.0.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7e8ji5y2/versions/uLrh8ZKV/seedguard%2B1.20.5-rc3-1.0.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f773939166334c56b4abd4962cfda72c2a70e8c8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7e8ji5y2"
|
||||
version = "uLrh8ZKV"
|
13
packwiz/polarcraft/mods/simple-voice-chat.pw.toml
Normal file
13
packwiz/polarcraft/mods/simple-voice-chat.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Simple Voice Chat"
|
||||
filename = "voicechat-fabric-1.21-2.5.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/SSk6KqP7/voicechat-fabric-1.21-2.5.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c8b05bacb5b5040130ef65498b0f9c41751636c8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "SSk6KqP7"
|
13
packwiz/polarcraft/mods/spark.pw.toml
Normal file
13
packwiz/polarcraft/mods/spark.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "spark"
|
||||
filename = "spark-1.10.73-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/KYGTUMOq/spark-1.10.73-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8fee751243ae8ee4fee2c1f95dbcc4a796d4b7a7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "l6YH9Als"
|
||||
version = "KYGTUMOq"
|
13
packwiz/polarcraft/mods/vmp-fabric.pw.toml
Normal file
13
packwiz/polarcraft/mods/vmp-fabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Very Many Players (Fabric)"
|
||||
filename = "vmp-fabric-mc1.21-0.2.0+beta.7.163-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/PT5DZrQC/vmp-fabric-mc1.21-0.2.0%2Bbeta.7.163-all.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cb8d5b1aa48e2d7a183cf4d152b6b4a44d8e85e0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wnEe9KBa"
|
||||
version = "PT5DZrQC"
|
13
packwiz/polarcraft/mods/worldedit.pw.toml
Normal file
13
packwiz/polarcraft/mods/worldedit.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "WorldEdit"
|
||||
filename = "worldedit-mod-7.3.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1u6JkXh5/versions/srWerknn/worldedit-mod-7.3.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "294d5e52285315c896fbfa45c1829ff43650522f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1u6JkXh5"
|
||||
version = "srWerknn"
|
13
packwiz/polarcraft/mods/yungs-api.pw.toml
Normal file
13
packwiz/polarcraft/mods/yungs-api.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "YUNG's API"
|
||||
filename = "YungsApi-1.21-Fabric-5.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/Nx7XHO30/YungsApi-1.21-Fabric-5.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6d3c52c09309f2bf41b280a22e693bcab0e4f990"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ua7DFN59"
|
||||
version = "Nx7XHO30"
|
13
packwiz/polarcraft/pack.toml
Normal file
13
packwiz/polarcraft/pack.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Polarcraft"
|
||||
author = "Xeovalyte"
|
||||
version = "1.0.0"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "06226ed2cc5c688613c8f1fd8b4c5fcc729efecf61063fd621b9d9b96b2f78b9"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.0"
|
||||
minecraft = "1.21"
|
116
packwiz/toos/index.toml
Normal file
116
packwiz/toos/index.toml
Normal file
@@ -0,0 +1,116 @@
|
||||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "mods/c2me-fabric.pw.toml"
|
||||
hash = "d2a55b5ea4c0bf49de881d377918e07b025ddc51c596debe7af6fe478dbbd9a5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carpet.pw.toml"
|
||||
hash = "868db465e6635a883d1b692d56164c1c14d687d960a93e6f9d9fd74c1cd43f2e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/collective.pw.toml"
|
||||
hash = "93159ab90af21531cca0fb064233b71c6d9f9b0f346d94ca730f35c7b16f8171"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dungeons-and-taverns.pw.toml"
|
||||
hash = "c5e846de822236cf20f7f9c2b754aae5530344d4616bee8efd5ad987e8245fe0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dynamic-lights.pw.toml"
|
||||
hash = "689de1398b2d03f2518da3c82f003dc533536d84c103c85222808ef5da1185b9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/explorify.pw.toml"
|
||||
hash = "9ec8d9ecfedbd3cc30dc19b91f37a540ff9340debf035cbb81a7103f65e086f1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "3d6073b78407cf64f5f8ba7d684a626224a2d37e54ea36bfe27c8d62e5358c01"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "4146027b92b4885fddec00435233c61c3728b5e09265982ab187021519a4fa89"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/floodgate.pw.toml"
|
||||
hash = "3098b72fec5f673c2a9f9441c83af15be137ee031d1fb1bc3e538faeec4e8458"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/geyser.pw.toml"
|
||||
hash = "9fce3e8daef5a5399356d3d969cd3bc79051db7bd7671e607637ce06bc6fa932"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/glitchcore.pw.toml"
|
||||
hash = "cd8d7635e9373c1938b8ef21082afea3cfd09076ab620507e29d1ec67d12b307"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "3dedde5213176d72e1c353877fa44315945e8f3da2ba05f5679d81e9f558bb1d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/memoryleakfix.pw.toml"
|
||||
hash = "3c0945a312aca06a2185b00cb03ae482949b008d72614497148aa2df301af019"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modernfix.pw.toml"
|
||||
hash = "a05dcb27d2d7895c0ae969259d96841d689f233746595140ad8d9fc8cd9d8610"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "a045df0a5d03ef89d92ca9318aa42a5a5e7617b37dd38d32b0a7058c0f6f4ef7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "3f1cdc39c7c76eba1c62b6f22d07f9507ff1c9a9e860f179481ec63449451a79"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/stellarity.pw.toml"
|
||||
hash = "51402aa3fdf2e02f1492f1386bcbb4c458add770708a4df0e939b8b7a981cf5b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tectonic.pw.toml"
|
||||
hash = "e980bf991d4531e8601300527000d43652091cf067f480fdb20926498f00968e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/terrablender.pw.toml"
|
||||
hash = "3200794bd60930c107145b4b89eda6a56473ca6f8e9b18462cd62713a2a688c8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/terralith.pw.toml"
|
||||
hash = "63986a9d44c6d8533d9f66f99637e6cc6d53d559b447c1a23dec0ad8073358f4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tree-harvester.pw.toml"
|
||||
hash = "aae151d761e2b51ee211850760daf303f300fc0df3987a6e8a9a571210652f0c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vmp-fabric.pw.toml"
|
||||
hash = "d5fa0e898cb2233b7928c1b6109d041e3f0a507bdbdca6aefabbb4462044d9c6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/when-dungeons-arise.pw.toml"
|
||||
hash = "a6614ca2d62be4bd9a6f98089c1a999f383d7a1d26ee057a8c8937d59129812e"
|
||||
metafile = true
|
13
packwiz/toos/mods/c2me-fabric.pw.toml
Normal file
13
packwiz/toos/mods/c2me-fabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Concurrent Chunk Management Engine (Fabric)"
|
||||
filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.62.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/rq177mLj/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.62.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "27bedd451cac864bbb672bdeb1545e446da11aac"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VSNURh3q"
|
||||
version = "rq177mLj"
|
13
packwiz/toos/mods/carpet.pw.toml
Normal file
13
packwiz/toos/mods/carpet.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Carpet"
|
||||
filename = "fabric-carpet-1.20.3-1.4.128+v231205.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/yYzR60Xd/fabric-carpet-1.20.3-1.4.128%2Bv231205.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "53ee95647e15097f369061e372d8c9411635b4a7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TQTTVgYE"
|
||||
version = "yYzR60Xd"
|
13
packwiz/toos/mods/collective.pw.toml
Normal file
13
packwiz/toos/mods/collective.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Collective"
|
||||
filename = "collective-1.20.4-7.40.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/n9TNesVV/collective-1.20.4-7.40.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7b255fb669b8e933f48154a8ff4cfc78b6b7cbb2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "e0M1UDsY"
|
||||
version = "n9TNesVV"
|
13
packwiz/toos/mods/dungeons-and-taverns.pw.toml
Normal file
13
packwiz/toos/mods/dungeons-and-taverns.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Dungeons and Taverns"
|
||||
filename = "dungeons-and-taverns-3.1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/tpehi7ww/versions/xwTzTss5/dungeons-and-taverns-3.1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1106c3e5b223fe8e4ab2a5c179eeb4fcac0a72fd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "tpehi7ww"
|
||||
version = "xwTzTss5"
|
13
packwiz/toos/mods/dynamic-lights.pw.toml
Normal file
13
packwiz/toos/mods/dynamic-lights.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Dynamic Lights"
|
||||
filename = "dynamiclights-v1.7.1-mc1.17x-1.20x-mod.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7YjclEGc/versions/Y1UP7YoY/dynamiclights-v1.7.1-mc1.17x-1.20x-mod.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e29ef3c4f7f1907e98a8d8bd9486fde16df118b1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7YjclEGc"
|
||||
version = "Y1UP7YoY"
|
13
packwiz/toos/mods/explorify.pw.toml
Normal file
13
packwiz/toos/mods/explorify.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Explorify"
|
||||
filename = "explorify-v1.3.0-mc1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/HSfsxuTo/versions/DFkIejTe/explorify-v1.3.0-mc1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "01b221413273cdf373a92499b8f0295dec1cd324"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "HSfsxuTo"
|
||||
version = "DFkIejTe"
|
13
packwiz/toos/mods/fabric-api.pw.toml
Normal file
13
packwiz/toos/mods/fabric-api.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Fabric API"
|
||||
filename = "fabric-api-0.96.11+1.20.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/htRy7kbI/fabric-api-0.96.11%2B1.20.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5537a4592773739e7279f3685445a84af49fde56"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "htRy7kbI"
|
13
packwiz/toos/mods/ferrite-core.pw.toml
Normal file
13
packwiz/toos/mods/ferrite-core.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "FerriteCore"
|
||||
filename = "ferritecore-6.0.3-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f2bbb773f4213d36201b76820f206e2a6f213c0c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "pguEMpy9"
|
13
packwiz/toos/mods/floodgate.pw.toml
Normal file
13
packwiz/toos/mods/floodgate.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Floodgate-Fabric"
|
||||
filename = "floodgate-fabric-2.2.0-SNAPSHOT+build.17.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bWrNNfkb/versions/d7dxp1Jk/floodgate-fabric-2.2.0-SNAPSHOT%2Bbuild.17.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "019f94dcc99c8bca7f0afb0a9bd0b1c26957cf8e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bWrNNfkb"
|
||||
version = "d7dxp1Jk"
|
13
packwiz/toos/mods/geyser.pw.toml
Normal file
13
packwiz/toos/mods/geyser.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Geyser"
|
||||
filename = "geyser-fabric-2.2.3-SNAPSHOT+build.484.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/CwClhiCi/geyser-fabric-2.2.3-SNAPSHOT%2Bbuild.484.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b08014bd9f314acf1fce29516423525b2a81c15a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wKkoqHrH"
|
||||
version = "CwClhiCi"
|
13
packwiz/toos/mods/glitchcore.pw.toml
Normal file
13
packwiz/toos/mods/glitchcore.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "GlitchCore"
|
||||
filename = "GlitchCore-fabric-1.20.4-1.0.0.59.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/s3dmwKy5/versions/OdIJPwzd/GlitchCore-fabric-1.20.4-1.0.0.59.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2ff73f312436c29398b53cfec8e864aa1aa8fd95"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "s3dmwKy5"
|
||||
version = "OdIJPwzd"
|
13
packwiz/toos/mods/lithium.pw.toml
Normal file
13
packwiz/toos/mods/lithium.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Lithium"
|
||||
filename = "lithium-fabric-mc1.20.4-0.12.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4a0744beb2246d93cb475d21a5a53faa556956e0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gvQqBUqZ"
|
||||
version = "nMhjKWVE"
|
13
packwiz/toos/mods/memoryleakfix.pw.toml
Normal file
13
packwiz/toos/mods/memoryleakfix.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Memory Leak Fix"
|
||||
filename = "memoryleakfix-fabric-1.17+-1.1.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/5xvCCRjJ/memoryleakfix-fabric-1.17%2B-1.1.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "784bbbe9c64ac9d3d4ad19786c02291e607fcf4e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NRjRiSSD"
|
||||
version = "5xvCCRjJ"
|
13
packwiz/toos/mods/modernfix.pw.toml
Normal file
13
packwiz/toos/mods/modernfix.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "ModernFix"
|
||||
filename = "modernfix-fabric-5.15.0+mc1.20.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/lQs9avbD/modernfix-fabric-5.15.0%2Bmc1.20.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "dbbb4d797bb89ac02eb6fd7fb310872ef37c23d1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nmDcB62a"
|
||||
version = "lQs9avbD"
|
13
packwiz/toos/mods/no-chat-reports.pw.toml
Normal file
13
packwiz/toos/mods/no-chat-reports.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FABRIC-1.20.4-v2.5.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/tfv6A4l5/NoChatReports-FABRIC-1.20.4-v2.5.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4108d959727fde432620693c2e271b4be81e5591"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "tfv6A4l5"
|
13
packwiz/toos/mods/spark.pw.toml
Normal file
13
packwiz/toos/mods/spark.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "spark"
|
||||
filename = "spark-1.10.58-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/FeV5OquF/spark-1.10.58-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "33bbc9f51ae33023edb264b8c4f4259f358703ad"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "l6YH9Als"
|
||||
version = "FeV5OquF"
|
13
packwiz/toos/mods/stellarity.pw.toml
Normal file
13
packwiz/toos/mods/stellarity.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Stellarity"
|
||||
filename = "Stellarity-2-2-1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bZgeDzN8/versions/KVE2J5Ss/Stellarity-2-2-1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ceda5e766dcacb62504a9b377afd40da425165bc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bZgeDzN8"
|
||||
version = "KVE2J5Ss"
|
13
packwiz/toos/mods/tectonic.pw.toml
Normal file
13
packwiz/toos/mods/tectonic.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Tectonic"
|
||||
filename = "tectonic-fabric-1.20-2.3.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/U3nLf5FQ/tectonic-fabric-1.20-2.3.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a0986587f5f6dd60d75df4cefb5b5649f75a9720"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lWDHr9jE"
|
||||
version = "U3nLf5FQ"
|
13
packwiz/toos/mods/terrablender.pw.toml
Normal file
13
packwiz/toos/mods/terrablender.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "TerraBlender"
|
||||
filename = "TerraBlender-fabric-1.20.4-3.3.0.12.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/xezfbkog/TerraBlender-fabric-1.20.4-3.3.0.12.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2627002838bd3a380e5ec001ef71b9b79508608c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kkmrDlKT"
|
||||
version = "xezfbkog"
|
13
packwiz/toos/mods/terralith.pw.toml
Normal file
13
packwiz/toos/mods/terralith.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Terralith"
|
||||
filename = "Terralith_1.20.4_v2.4.11_FABRIC.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8oi3bsk5/versions/zA1qYB0L/Terralith_1.20.4_v2.4.11_FABRIC.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "73dd94b2a7f88aef092eef2b70bbb18d0b4c708b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8oi3bsk5"
|
||||
version = "zA1qYB0L"
|
13
packwiz/toos/mods/tree-harvester.pw.toml
Normal file
13
packwiz/toos/mods/tree-harvester.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Tree Harvester"
|
||||
filename = "treeharvester-1.20.4-8.7.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/abooMhox/versions/e0hMx5X8/treeharvester-1.20.4-8.7.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "73197a3b316f7c9d12db3ab4f0b453521469d7c9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "abooMhox"
|
||||
version = "e0hMx5X8"
|
13
packwiz/toos/mods/vmp-fabric.pw.toml
Normal file
13
packwiz/toos/mods/vmp-fabric.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Very Many Players (Fabric)"
|
||||
filename = "vmp-fabric-mc1.20.4-0.2.0+beta.7.139-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/I8LNJvF3/vmp-fabric-mc1.20.4-0.2.0%2Bbeta.7.139-all.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "97ea54f05ce50b10649de869c6d2efb666e01f03"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wnEe9KBa"
|
||||
version = "I8LNJvF3"
|
13
packwiz/toos/mods/when-dungeons-arise.pw.toml
Normal file
13
packwiz/toos/mods/when-dungeons-arise.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "When Dungeons Arise"
|
||||
filename = "DungeonsArise-1.20.1-2.1.57-fabric-release.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8DfbfASn/versions/Vd5XOXlj/DungeonsArise-1.20.1-2.1.57-fabric-release.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d0af8c6c8c79ac2e14bcd8527725dd2004c65fe9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8DfbfASn"
|
||||
version = "Vd5XOXlj"
|
16
packwiz/toos/pack.toml
Normal file
16
packwiz/toos/pack.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
name = "Toos"
|
||||
author = "Xeovalyte"
|
||||
version = "1.0.0"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "dc62aa2a894c6dc09471413ef0bae0eaecfe95a839826ced9f88316a96c19e11"
|
||||
|
||||
[versions]
|
||||
fabric = "0.15.9"
|
||||
minecraft = "1.20.4"
|
||||
|
||||
[options]
|
||||
acceptable-game-versions = ["1.20.2"]
|
@@ -12,7 +12,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/c2me-fabric.pw.toml"
|
||||
hash = "7721e78d990cc15c02f1a03cd6d7652ea995b271a3d19a6ae44829b4c69acbf0"
|
||||
hash = "5afe4e900b83aa83109d0c845df28e9695d8e3639518b0f08169a547f0e3682b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@@ -22,7 +22,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chipped.pw.toml"
|
||||
hash = "fd15a165cf8782b21ea9ce958468dbb4bee1fc092fd3d83f901631e075eced75"
|
||||
hash = "030b5adce4dd6f31635992d8eebe27b2bae86b14fba1469ad19e1cae473c59df"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chunk-loaders.pw.toml"
|
||||
hash = "c0a9f74591d0a2ea22da7775d167c00c877959a69d6ef51d6f78ce52d4c896ae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@@ -62,12 +67,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "f6f8827bc39d892a56351a6cecd39176addebb2ebf1c608b761b0d1985080b05"
|
||||
hash = "e3272db811c06088fee691b5338e922681073fbc4f0e55a7d3865abb8b62eb0e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "bd278a821fa158a7ffedb511c84e5bc0887192ceae21f9038b30357edd64a9e9"
|
||||
hash = "a856296531bab559c7dbe061827078e206b9cf194be3be618c462c62ab4fd841"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@@ -82,7 +87,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jade.pw.toml"
|
||||
hash = "bd14735296607c2f58e3130748610d08ab6407afcb1d7cd168e856a0012173a7"
|
||||
hash = "169c556d113a560237df18bd07a7247ffb747cf0d5be105462dfa55f5a19c0e1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@@ -112,7 +117,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modernfix.pw.toml"
|
||||
hash = "2205cb06ba208c342a08f3f2e14bd2bbebdfd2ff0be76b22170f231c01b7f76e"
|
||||
hash = "1ddc6a247e23e9cb6cafa89d6befd01dd35e36f1347c593d53eccf7f893b942a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/netherracked.pw.toml"
|
||||
hash = "f151b76904b183e2ae091ff93244738410815f5f6a232dafc90910001b0af39e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@@ -120,9 +130,14 @@ file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/open-simple-frames.pw.toml"
|
||||
hash = "c3eb4cad7bf7f80ee202280d68b53ad5e2092cefa212e73811a4af73e8abcf4e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/resourceful-lib.pw.toml"
|
||||
hash = "8ac138bcb2e461b627f0dd7c681a07ac8396e65f8211c37e639acb4fed86754b"
|
||||
hash = "4fac1756349c0f723621d5c5c1993e0c2b094b3fdff1bcb5006b7f43d803288c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@@ -130,6 +145,21 @@ file = "mods/servercore.pw.toml"
|
||||
hash = "b9eb5237b412cdae4005301af44f6b2298cb3b6f53cfd93456cf9c7833ad6a4b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/slime.pw.toml"
|
||||
hash = "2ca1d15585087bd868658fb0fd4df402942d24bda68ec8059a0c1a88db679b7d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supermartijn642s-config-lib.pw.toml"
|
||||
hash = "075b0a946ee6bc32d2eadde90257bdf53d09493978b3b7add5af49716691799e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supermartijn642s-core-lib.pw.toml"
|
||||
hash = "515c7bc565f95c472aa347085937d4f96e02498ac68b15158a723fe876a3d3fb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/terralith.pw.toml"
|
||||
hash = "eede133dd250889ed521ba31ace80af20f71d47585a28de1184fe29fde83dad0"
|
||||
@@ -147,5 +177,5 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/wthit.pw.toml"
|
||||
hash = "51a1469a09df5c1587e5bce9170c1d3e665490ee74d695545b771c94fe90b0a0"
|
||||
hash = "735125b24b0044f3be63549fd66951044e39b4a1004780149f195ed89cb7bb7a"
|
||||
metafile = true
|
||||
|
@@ -1,13 +1,13 @@
|
||||
name = "Concurrent Chunk Management Engine (Fabric)"
|
||||
filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.0.jar"
|
||||
filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/T5Pkyhit/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/QZ5cUNXs/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a7b3f8136ba60ff6e3c216ade83ff03c42ca77ee"
|
||||
hash = "f02c57844c514cf6706c8c31508e31af04238e1c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VSNURh3q"
|
||||
version = "T5Pkyhit"
|
||||
version = "QZ5cUNXs"
|
||||
|
@@ -1,13 +1,13 @@
|
||||
name = "Chipped"
|
||||
filename = "chipped-fabric-1.20.1-3.0.1.jar"
|
||||
filename = "Chipped-fabric-1.20.1-3.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BAscRYKm/versions/yXxHBIer/chipped-fabric-1.20.1-3.0.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/BAscRYKm/versions/JUHjzcuO/Chipped-fabric-1.20.1-3.0.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3da798a08a780acd8831a9effdef11ec98a43ea0"
|
||||
hash = "fe5fb23429503cf058f6429c6e0f4be979175a01"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BAscRYKm"
|
||||
version = "yXxHBIer"
|
||||
version = "JUHjzcuO"
|
||||
|
13
packwiz/traincraft/mods/chunk-loaders.pw.toml
Normal file
13
packwiz/traincraft/mods/chunk-loaders.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Chunk Loaders"
|
||||
filename = "chunkloaders-1.2.8a-fabric-mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/t1VgucWo/versions/rLIi25kQ/chunkloaders-1.2.8a-fabric-mc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "74d9d1ff036ce70878beeb443427b34e3c4cf7cc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "t1VgucWo"
|
||||
version = "rLIi25kQ"
|
@@ -1,13 +1,13 @@
|
||||
name = "Fabric API"
|
||||
filename = "fabric-api-0.91.0+1.20.1.jar"
|
||||
filename = "fabric-api-0.92.0+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/YblXfKtI/fabric-api-0.91.0%2B1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/YG53rBmj/fabric-api-0.92.0%2B1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7ffc72573fb45e172cbc28a71b05481ca7f049d1"
|
||||
hash = "3373057a5049e311557f8c9494b35ef2df88d984"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "YblXfKtI"
|
||||
version = "YG53rBmj"
|
||||
|
@@ -1,13 +1,13 @@
|
||||
name = "Fabric Language Kotlin"
|
||||
filename = "fabric-language-kotlin-1.10.17+kotlin.1.9.22.jar"
|
||||
filename = "fabric-language-kotlin-1.10.18+kotlin.1.9.22.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/JjrWZ7m8/fabric-language-kotlin-1.10.17%2Bkotlin.1.9.22.jar"
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/vlhvI5Li/fabric-language-kotlin-1.10.18%2Bkotlin.1.9.22.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "02e0af07d7c1476a6bd0530d0dacf0a2a9f8a8ea"
|
||||
hash = "d7ab57b7e96bd5181efddea60452be0350bc49e6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "JjrWZ7m8"
|
||||
version = "vlhvI5Li"
|
||||
|
@@ -1,13 +1,13 @@
|
||||
name = "Jade 🔍"
|
||||
filename = "Jade-1.20-fabric-11.7.0.jar"
|
||||
filename = "Jade-1.20-fabric-11.8.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/QhvPNPdp/Jade-1.20-fabric-11.7.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/CciLEAMK/Jade-1.20-fabric-11.8.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e15f8b549a8442e063aa57a1faec4877a71ef88a"
|
||||
hash = "49b63e1c3305d946f45a50134f63698d8c7b0ec0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nvQzSEkH"
|
||||
version = "QhvPNPdp"
|
||||
version = "CciLEAMK"
|
||||
|
@@ -1,13 +1,13 @@
|
||||
name = "ModernFix"
|
||||
filename = "modernfix-fabric-5.11.1+mc1.20.1.jar"
|
||||
filename = "modernfix-fabric-5.13.0+mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/1FrMon6Q/modernfix-fabric-5.11.1%2Bmc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/oJUG6agJ/modernfix-fabric-5.13.0%2Bmc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "63b6a8cc3a298259b5d336f3178d70cefa65e446"
|
||||
hash = "72faabedb474ed3219a9e38768d1e664769d1b5c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nmDcB62a"
|
||||
version = "1FrMon6Q"
|
||||
version = "oJUG6agJ"
|
||||
|
13
packwiz/traincraft/mods/netherracked.pw.toml
Normal file
13
packwiz/traincraft/mods/netherracked.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Netherracked"
|
||||
filename = "netherracked-1.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/vNFbVrF1/versions/NfwFfYck/netherracked-1.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cc127b6cf8f6cc3cfcae452d5d7b0e8f0a5de212"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "vNFbVrF1"
|
||||
version = "NfwFfYck"
|
13
packwiz/traincraft/mods/open-simple-frames.pw.toml
Normal file
13
packwiz/traincraft/mods/open-simple-frames.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Open Simple Frames"
|
||||
filename = "simpleframes-1.2.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nELKzJ5C/versions/MsFRxfoO/simpleframes-1.2.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fe7fcfe85ec52c8f17a7d442fc3b24381d00a3e5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nELKzJ5C"
|
||||
version = "MsFRxfoO"
|
@@ -1,13 +1,13 @@
|
||||
name = "Resourceful Lib"
|
||||
filename = "resourcefullib-fabric-1.20.1-2.1.20.jar"
|
||||
filename = "resourcefullib-fabric-1.20.1-2.1.23.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/HGTwQLNx/resourcefullib-fabric-1.20.1-2.1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/YzWNEutS/resourcefullib-fabric-1.20.1-2.1.23.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a3e893c5af79935fc8553e6ececec85f8990278e"
|
||||
hash = "8ede002f0753ff813e2fdbbfbf22a1eeb8f032b6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "G1hIVOrD"
|
||||
version = "HGTwQLNx"
|
||||
version = "YzWNEutS"
|
||||
|
13
packwiz/traincraft/mods/slime.pw.toml
Normal file
13
packwiz/traincraft/mods/slime.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "Slime"
|
||||
filename = "slime-1.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qpnMRvwM/versions/5aODGQ0x/slime-1.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e4dac4af69cd5d7e3755dab96c92e8024c223669"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qpnMRvwM"
|
||||
version = "5aODGQ0x"
|
13
packwiz/traincraft/mods/supermartijn642s-config-lib.pw.toml
Normal file
13
packwiz/traincraft/mods/supermartijn642s-config-lib.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "SuperMartijn642's Config Lib"
|
||||
filename = "supermartijn642configlib-1.1.8a-fabric-mc1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LN9BxssP/versions/Ur02nrUT/supermartijn642configlib-1.1.8a-fabric-mc1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "964df96c16afe775efd467b22f24458915805ad8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LN9BxssP"
|
||||
version = "Ur02nrUT"
|
13
packwiz/traincraft/mods/supermartijn642s-core-lib.pw.toml
Normal file
13
packwiz/traincraft/mods/supermartijn642s-core-lib.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "SuperMartijn642's Core Lib"
|
||||
filename = "supermartijn642corelib-1.1.17-fabric-mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rOUBggPv/versions/oCwsAaM0/supermartijn642corelib-1.1.17-fabric-mc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "dcdec30ba6020113ddc5778c3ad7b5c1c928eb49"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rOUBggPv"
|
||||
version = "oCwsAaM0"
|
@@ -1,13 +1,13 @@
|
||||
name = "WTHIT"
|
||||
filename = "wthit-fabric-8.4.3.jar"
|
||||
filename = "wthit-fabric-8.7.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6AQIaxuO/versions/En1VEFqR/wthit-fabric-8.4.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/6AQIaxuO/versions/Zy5ymM14/wthit-fabric-8.7.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9d8173263f824543dafb700fe0eb0c87a3425cc7"
|
||||
hash = "98461763bac2ecf4df7fbe41449b76ea57ed9da1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6AQIaxuO"
|
||||
version = "En1VEFqR"
|
||||
version = "Zy5ymM14"
|
||||
|
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "776ff9ac4516900d1eb5a83ed93b028b68fdabd30d9a5f5c8a11a77f5f1b8dc3"
|
||||
hash = "d559372277baa891fd3de90479339f01d8a990815f62c26607179ffb18ed2b32"
|
||||
|
||||
[versions]
|
||||
fabric = "0.15.3"
|
||||
|
1
pages
1
pages
Submodule pages deleted from 75e9446f81
Reference in New Issue
Block a user