@@ -0,0 +1,95 @@
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: |
|
||||
curl -L https://gitea.sugoidogo.com/sugoidogo/packwiz/releases/download/latest/packwiz_snapshot_linux_arm64.tar.gz | tar -xzvf - packwiz
|
||||
chmod +x packwiz
|
||||
echo "$PWD" >> "$GITHUB_PATH"
|
||||
|
||||
- working-directory: ./packwiz
|
||||
run: packwiz refresh
|
||||
|
||||
- working-directory: ./packwiz
|
||||
run: sed -i "s/version = \"0.0.0\"/version = \"$(git describe --tags --abbrev=0 HEAD)\"/g" pack.toml
|
||||
|
||||
- run: for var in $(grep = pack.toml | tr -d ' "'); do echo $var; done >> $GITHUB_ENV
|
||||
working-directory: ./packwiz
|
||||
|
||||
- working-directory: ./packwiz
|
||||
run: |
|
||||
packwiz modrinth export
|
||||
mv *.mrpack ../${{ env.name }}.mrpack
|
||||
|
||||
- working-directory: ./packwiz
|
||||
run: |
|
||||
packwiz curseforge export
|
||||
mv *.zip ../${{ env.name }}-curseforge.zip
|
||||
|
||||
- run: npm ci
|
||||
|
||||
- run: npx wrangler deploy
|
||||
env:
|
||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
||||
- uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
|
||||
- working-directory: ./packwiz
|
||||
run: |
|
||||
packwiz serve &
|
||||
cd ..
|
||||
mkdir -p prism/minecraft
|
||||
cd prism/minecraft
|
||||
wget https://github.com/sugoidogo/packwiz-installer-bootstrap/releases/download/v0.0.4/packwiz-installer-bootstrap-all.jar
|
||||
java -jar packwiz-installer-bootstrap.jar -g http://localhost:8080/pack.toml
|
||||
|
||||
- uses: montudor/action-zip@v1
|
||||
with:
|
||||
args: zip -r ${{ env.name }}-prism.zip prism
|
||||
|
||||
- run: git log $(git describe --tags --abbrev=0 HEAD~1)..HEAD --oneline > changelog.txt
|
||||
|
||||
- uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
make_latest: true
|
||||
body_path: changelog.txt
|
||||
files: |
|
||||
${{ env.name }}.mrpack
|
||||
${{ env.name }}-curseforge.zip
|
||||
${{ env.name }}-prism.zip
|
||||
|
||||
- if: ${{ env.MODRINTH_TOKEN && env.MODRINTH_ID }}
|
||||
run: |
|
||||
if [[ ! -z "${{ env.forge }} "]]; then echo "LOADER=forge" >> $GITHUB_ENV
|
||||
if [[ ! -z "${{ env.fabric }} "]]; then echo "LOADER=fabric" >> $GITHUB_ENV
|
||||
if [[ ! -z "${{ env.neoforge }} "]]; then echo "LOADER=neoforge" >> $GITHUB_ENV
|
||||
if [[ ! -z "${{ env.quilt }} "]]; then echo "LOADER=quilt" >> $GITHUB_ENV
|
||||
|
||||
- if: ${{ env.MODRINTH_TOKEN && env.MODRINTH_ID }}
|
||||
uses: cloudnode-pro/modrinth-publish@v2
|
||||
with:
|
||||
project: ${{ env.MODRINTH_ID }}
|
||||
loaders: ${{ env.LOADER }}
|
||||
token: ${{ env.MODRINTH_TOKEN }}
|
||||
version: ${{ env.version }}
|
||||
files: ${{ env.name }}.mrpack
|
||||
|
||||
- if: ${{ env.CURSEFORGE_TOKEN && env.CURSEFORGE_ID }}
|
||||
uses: itsmeow/curseforge-upload@v3
|
||||
with:
|
||||
project_id: ${{ env.CURSEFORGE_ID }}
|
||||
token: ${{ env.CURSEFORGE_TOKEN }}
|
||||
game_endpoint: 'minecraft'
|
||||
file_path: ${{ env.name }}-curseforge.zip
|
||||
@@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
.wrangler
|
||||
Generated
+1503
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"wrangler": "^4.61.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,181 @@
|
||||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "mods/balm.pw.toml"
|
||||
hash = "83b204461066956746bf7ddfb31004347247ddb5a99e5662492535223d743eca"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/boat-item-view-forge.pw.toml"
|
||||
hash = "2c723dab75b07636a34824ddfce8b5d2f0933a641ee03871abf7bde5ca7d6148"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cc-recrafted.pw.toml"
|
||||
hash = "5d509388a2a9f52c60a3a9311d6a304d3ec1c5f5dd9c2fc584d67b06aacc4e15"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cc-tweaked.pw.toml"
|
||||
hash = "33fbfba45630792a9223d4e20c9300bc9fef142c68781fc648c32b62313f3e16"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/clickable-advancements.pw.toml"
|
||||
hash = "c30f6d0deffa1c6785f343d1d7812f9fcc717c1cfea0d0ffcef4913ef983c53e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "afee6d3fb3df93dcd34de5f168afa761ebc5e4ea0673cf55545c053dd9a572ae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/connectivity.pw.toml"
|
||||
hash = "97ce209c04c219cbdec02951ecf220e2e7afcf58853acadf448f9e03216b783b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/controlling.pw.toml"
|
||||
hash = "f4cb827165c9a9ef23e725c1587d7dcfcc6bd5491e8730be7c876b712ec60643"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create.pw.toml"
|
||||
hash = "727bf9f6b87f7d293190c99afae711a7b73fd611b3494d981b49c983864b57cf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cupboard.pw.toml"
|
||||
hash = "6ac2340f51c6cb8163e93561481c3c56662004f02b623e8fa90380c2b62c552e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/distant-horizons.pw.toml"
|
||||
hash = "456f91820020372d198c72d5a0321811f717af33d8144282baf1be3b1ee11c58"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dynamiclights-reforged.pw.toml"
|
||||
hash = "3703830297b5ebc06d6adb74adbb086703f6acc32e62c8678cf7dcae0af8b8b5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/e4mc.pw.toml"
|
||||
hash = "94af6ed19e70f1cffa3a0c90ea52e7d63efd93d5ef5e6822df13ad6603596749"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/embeddium.pw.toml"
|
||||
hash = "34f2d05dc6eb1855275e31fb4194017cbe4dd3ae4807babd6e2a28538476cccc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entity-model-features.pw.toml"
|
||||
hash = "bd30f8450da6de9b351a4dd1be88fbfaa8e445e50f399adc3f537da1735a2388"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entity-texture-features-fabric.pw.toml"
|
||||
hash = "c9bade9239d57395c95e95036bb196e4588910cc963f2d41ab56625c6c52a180"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entityculling.pw.toml"
|
||||
hash = "958acfc9889e341e02a0e9567b4a3d3663ce78b06c37228ba013edbff2c71aec"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/farsight.pw.toml"
|
||||
hash = "a73c0dc6466c79d6fe98f23d51ba2aa0ee111d96abb2ce9550fab5297637e3a3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferritecore.pw.toml"
|
||||
hash = "30e9ea81e3cedb543d6d29816deb84dee2964c6e93e7fa6d775946e39f41607d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/forge-cit.pw.toml"
|
||||
hash = "9d2d2f84080b553c8d18ba076899419652ad3999adc1f9ff9ead2222685be45b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fps-reducer.pw.toml"
|
||||
hash = "c6cfb480a86933c423bbb8e3f67654a5e6bfb62a6d49679ba0c3f4bdcfe15cf5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fusion-connected-textures.pw.toml"
|
||||
hash = "8899c46322c5b0511ccaee9c331204bf7faf4a2134b837f3004492a253f2bf31"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immediatelyfast.pw.toml"
|
||||
hash = "702e8843f32086101d6e25a771e81b752a49c5a20d9eb7d4ddc62acf7754bbbf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jei.pw.toml"
|
||||
hash = "5bdf186981d339a3e49fdfd8dd553057692957f2014e3bcea3b1c2afb2700bc4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/log-begone.pw.toml"
|
||||
hash = "32b167cb4450257f33d5b740569ed92b991646ff604a7dbc63778e786c03a06c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modernfix.pw.toml"
|
||||
hash = "1124d3cd7b9f5a22aa08297cdf6bd7fcf2fe63ccaabd44f999957bd0ffa0a828"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mouse-tweaks.pw.toml"
|
||||
hash = "4f05b49c0e49e2702ab37bde4d89d41f3d9b60c0b338fa200bdee048a78aab54"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "bdedf60f7518f0e5f02afed65400a2ee1cc4e222fd37ba6835648ddded13aeb0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/oculus.pw.toml"
|
||||
hash = "ee7948ea077d00f8239999fb1cdcab2aa08ea43ebdf0e13981f7bac82cf33138"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ok-zoomer-forge.pw.toml"
|
||||
hash = "cbdec7ac4b32e92d1db4541b32ed2223ddcf034fa804c4b4ce9d491ea3d24b38"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/radium-reforged.pw.toml"
|
||||
hash = "96c129ad00be4e483773aa111f2260ab4c2642c8edbdef3eb07e93fbc3b12b1b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rrls.pw.toml"
|
||||
hash = "39efcc61798802878b11238c6324f43c4eb9a4730ee1426693cb03c29186c0c8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rubidium-extra.pw.toml"
|
||||
hash = "879fc929462d89a28e1ea222a5e259355070b3d184927102200c8740090fbce5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/searchables.pw.toml"
|
||||
hash = "21665f53ffe5264362802d91795f344030cf401da88f1d4e9ad902937b2bc888"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/smooth-chunk-save.pw.toml"
|
||||
hash = "8074d453868aaf0fff2b87680831cbdd7017def18048c0a5bcae8b730041e368"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yeetusexperimentus.pw.toml"
|
||||
hash = "c6fff4693d59808b78b3b3e64d6f2a97e7f780a86453611029217fb74482834e"
|
||||
metafile = true
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Balm"
|
||||
filename = "balm-forge-1.20.1-7.3.31-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "e1c4061cab1e743ef43a94d1b0f4769e57722389"
|
||||
url = "https://edge.forgecdn.net/files/6588/893/balm-forge-1.20.1-7.3.31-all.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6588893
|
||||
project-id = 531761
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Boat Item View (Forge/Neoforge)"
|
||||
filename = "Boat-Item-View-Forge-1.20.1-0.0.5.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "8367bf496550dff3c9ed957df134201d550700fc"
|
||||
url = "https://cdn.modrinth.com/data/BdKIyOLe/versions/msJBWPLN/Boat-Item-View-Forge-1.20.1-0.0.5.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 4590982
|
||||
project-id = 482444
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "BdKIyOLe"
|
||||
version = "msJBWPLN"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "CC: Recrafted"
|
||||
filename = "cc-recrafted-forge-1.20.1.0.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "83535abd5a34faffff419b2c1b0cb0857073c8eb"
|
||||
url = "https://cdn.modrinth.com/data/P9GQgLsU/versions/B5tNY5l3/cc-recrafted-forge-1.20.1.0.0.3.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6241105
|
||||
project-id = 1202577
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "P9GQgLsU"
|
||||
version = "B5tNY5l3"
|
||||
@@ -0,0 +1,13 @@
|
||||
name = "CC: Tweaked"
|
||||
filename = "cc-tweaked-1.20.1-forge-1.116.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/OMIJHNkd/cc-tweaked-1.20.1-forge-1.116.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c65b821055b63c70ddedd44a710c9ca76c6406edfc20a38d7e21f19b33bd92309207aa3732ac6e77801bb7d69bef50cd780ed373891658a2ace7938f3d0a2150"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gu7yAYhd"
|
||||
version = "OMIJHNkd"
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Clickable advancements[Forge/Fabric]"
|
||||
filename = "clickadv-1.20.1-3.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "a348e4418676ed8b1ffea6c54755f1ee8656f559"
|
||||
url = "https://edge.forgecdn.net/files/5293/987/clickadv-1.20.1-3.8.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5293987
|
||||
project-id = 511733
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Cloth Config API (Fabric/Forge/NeoForge)"
|
||||
filename = "cloth-config-11.1.136-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "c65d07748acc57ceb45d53b3964368b84f34d54f"
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/t8TXrZvZ/cloth-config-11.1.136-forge.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5729105
|
||||
project-id = 348521
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "t8TXrZvZ"
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Connectivity"
|
||||
filename = "connectivity-1.20.1-7.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "d4f2165b6c34439d110111c71d774f19d6947261"
|
||||
url = "https://edge.forgecdn.net/files/6229/159/connectivity-1.20.1-7.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6229159
|
||||
project-id = 470193
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Controlling"
|
||||
filename = "Controlling-forge-1.20.1-12.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "f6d3cdd3ec68c5590cf5b2e89c38dbf031824bfd"
|
||||
url = "https://edge.forgecdn.net/files/4646/682/Controlling-forge-1.20.1-12.0.2.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 4646682
|
||||
project-id = 250398
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Create"
|
||||
filename = "create-1.20.1-6.0.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "23b00ed50c303312450c80a5b369f750e1b225d9"
|
||||
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/4GKDLVkw/create-1.20.1-6.0.7.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 7149905
|
||||
project-id = 328085
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "LNytGWDc"
|
||||
version = "4GKDLVkw"
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Cupboard"
|
||||
filename = "cupboard-1.20.1-2.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "204bc8aa83e8a685f64311b72d55505ab2eca867"
|
||||
url = "https://edge.forgecdn.net/files/5470/32/cupboard-1.20.1-2.7.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5470032
|
||||
project-id = 326652
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Distant Horizons: A Level of Detail mod"
|
||||
filename = "DistantHorizons-2.3.6-b-1.20.1-fabric-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "89fd2d00de842579e41efa9fe6a87f67dd99a113"
|
||||
url = "https://cdn.modrinth.com/data/uCdwusMi/versions/HSc151Xv/DistantHorizons-2.3.6-b-1.20.1-fabric-forge.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 7104610
|
||||
project-id = 508933
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "uCdwusMi"
|
||||
version = "HSc151Xv"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Sodium/Embeddium Dynamic Lights"
|
||||
filename = "sodiumdynamiclights-forge-1.0.10-1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "d27524e85bed0f0af83c03be46f9ca3eb02a1be9"
|
||||
url = "https://cdn.modrinth.com/data/PxQSWIcD/versions/I156ee3A/sodiumdynamiclights-forge-1.0.10-1.20.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6044481
|
||||
project-id = 551736
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "PxQSWIcD"
|
||||
version = "I156ee3A"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "e4mc"
|
||||
filename = "e4mc_minecraft-forge-5.4.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "6ebd3817a9d188a62a7c866794e64e073eef7209"
|
||||
url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/pRz52ujZ/e4mc_minecraft-forge-5.4.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6710382
|
||||
project-id = 849519
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "qANg5Jrr"
|
||||
version = "pRz52ujZ"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Embeddium"
|
||||
filename = "embeddium-0.3.31+mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "bb2fa8f3e493af16af9160d049f96c614a1faf2f"
|
||||
url = "https://cdn.modrinth.com/data/sk9rgfiA/versions/UTbfe5d1/embeddium-0.3.31%2Bmc1.20.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5681725
|
||||
project-id = 908741
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "sk9rgfiA"
|
||||
version = "UTbfe5d1"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "[EMF] Entity Model Features [Fabric & Forge]"
|
||||
filename = "entity_model_features_forge_1.20.1-2.4.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "2ed40fd0bf3266e67036e5b3857da84c24b045e1"
|
||||
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/p39UPPar/entity_model_features_forge_1.20.1-2.4.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6001134
|
||||
project-id = 844662
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "4I1XuqiY"
|
||||
version = "p39UPPar"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "[ETF] Entity Texture Features - [Fabric & Forge]"
|
||||
filename = "entity_texture_features_forge_1.20.1-6.2.9.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "55c8a7db3b4ddd28485c4d2bab7381a756b771c6"
|
||||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/rGt1IuJq/entity_texture_features_forge_1.20.1-6.2.9.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5982136
|
||||
project-id = 568563
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "BVzZfTc1"
|
||||
version = "rGt1IuJq"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Entity Culling Fabric/Forge"
|
||||
filename = "entityculling-forge-1.8.1-mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "17141fc841d712091a3f2bcc1ed0c2ab2be03819"
|
||||
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/UOhdZxPT/entityculling-forge-1.8.1-mc1.20.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6734976
|
||||
project-id = 448233
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "NNAgCjsB"
|
||||
version = "UOhdZxPT"
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Farsight [Forge/Neo]"
|
||||
filename = "farsight-1.20.1-3.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "c124558a7f6a7560944600c0f64a5e433d95cc4c"
|
||||
url = "https://edge.forgecdn.net/files/5531/397/farsight-1.20.1-3.7.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5531397
|
||||
project-id = 495693
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "FerriteCore ((Neo)Forge)"
|
||||
filename = "ferritecore-6.0.1-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "417fb6ce8f52abf40bd9d0390371790f9576f8ba"
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/DG5Fn9Sz/ferritecore-6.0.1-forge.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 4810975
|
||||
project-id = 429235
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "DG5Fn9Sz"
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Forge CIT"
|
||||
filename = "citresewn-1.20.1-5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "496393d1fc170bafccd6016cd5d93ab52b4a101c"
|
||||
url = "https://edge.forgecdn.net/files/4774/651/citresewn-1.20.1-5.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 4774651
|
||||
project-id = 912099
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "FPS Reducer"
|
||||
filename = "FpsReducer2-forge-1.20-2.5.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "d7d5af20faa2bd7012aa2d34b5804324aa273092"
|
||||
url = "https://cdn.modrinth.com/data/iZ10HXDj/versions/XP4qT1Vo/FpsReducer2-forge-1.20-2.5.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 4586784
|
||||
project-id = 280294
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "iZ10HXDj"
|
||||
version = "XP4qT1Vo"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Fusion (Connected Textures)"
|
||||
filename = "fusion-1.2.7b-forge-mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "b2b22926e3a4aabb0638837caf620759ca97e7d3"
|
||||
url = "https://cdn.modrinth.com/data/p19vrgc2/versions/2d50nhi5/fusion-1.2.7b-forge-mc1.20.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6453794
|
||||
project-id = 854949
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "p19vrgc2"
|
||||
version = "2d50nhi5"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "ImmediatelyFast"
|
||||
filename = "ImmediatelyFast-Forge-1.5.1+1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "f1687e57a835e44a9ecf2f343cba5817936f8ae0"
|
||||
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/ShWk0wN3/ImmediatelyFast-Forge-1.5.1%2B1.20.4.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6745706
|
||||
project-id = 686911
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "5ZwdcRci"
|
||||
version = "ShWk0wN3"
|
||||
@@ -0,0 +1,13 @@
|
||||
name = "Just Enough Items (JEI)"
|
||||
filename = "jei-1.20.1-forge-15.20.0.116.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/zzpNSbJZ/jei-1.20.1-forge-15.20.0.116.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4a5337e8f8234e7053c8ad9c9f4f4aaf08ee03f66fea8146e9b5b2e357a8b892540b3b1dfefc73b618b9fa485c7c025481f9d17fb9f522a76839e499f8816741"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u6dRKJwZ"
|
||||
version = "zzpNSbJZ"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Log Begone"
|
||||
filename = "Log-Begone-Forge-1.20.1-1.0.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "3b9f1c7fea5e0bdbc6f06429e147bd0a7c08663d"
|
||||
url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/HEJGfa5J/Log-Begone-Forge-1.20.1-1.0.8.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 4583425
|
||||
project-id = 623560
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "9ON3zv6e"
|
||||
version = "HEJGfa5J"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "ModernFix"
|
||||
filename = "modernfix-forge-5.24.1+mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "2c63c918263ad09c64b7bbd290f881aa67a8fc73"
|
||||
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/DdUByV9S/modernfix-forge-5.24.1%2Bmc1.20.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6725223
|
||||
project-id = 790626
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "nmDcB62a"
|
||||
version = "DdUByV9S"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Mouse Tweaks"
|
||||
filename = "MouseTweaks-forge-mc1.20.1-2.25.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "d751153e722a4e014691c83f39f5b07c6ec5333c"
|
||||
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/7JVXOe3K/MouseTweaks-forge-mc1.20.1-2.25.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5338457
|
||||
project-id = 60089
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "aC3cM3Vq"
|
||||
version = "7JVXOe3K"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "069396e689ae887d065c8d61b7945e685fbcc65b"
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 4610474
|
||||
project-id = 634062
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "ksEG6N5E"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Oculus"
|
||||
filename = "oculus-mc1.20.1-1.8.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "984f774e71790deaec674c7587bd24e0711871b2"
|
||||
url = "https://cdn.modrinth.com/data/GchcoXML/versions/iQ1SwGc3/oculus-mc1.20.1-1.8.0.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6020952
|
||||
project-id = 581495
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "GchcoXML"
|
||||
version = "iQ1SwGc3"
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Ok Zoomer Forge"
|
||||
filename = "okzoomer-forge-1.20-3.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "6d4ca82545806195782e88196b5f21a6fbdbecb6"
|
||||
url = "https://edge.forgecdn.net/files/4715/660/okzoomer-forge-1.20-3.0.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 4715660
|
||||
project-id = 631278
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Radium Reforged"
|
||||
filename = "radium-mc1.20.1-0.12.4+git.26c9d8e.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "f5f5f792473bb7b85ec221f75c5afb3740afb13a"
|
||||
url = "https://cdn.modrinth.com/data/2gvRmQXx/versions/n947JjJH/radium-mc1.20.1-0.12.4%2Bgit.26c9d8e.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5706069
|
||||
project-id = 570017
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "2gvRmQXx"
|
||||
version = "n947JjJH"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Remove Reloading Screen"
|
||||
filename = "rrls-4.0.6.1+mc1.20.1-forge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "c8f154b0b03dde15c5e901fc7c0c7c701466211d"
|
||||
url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/DMHJY7vL/rrls-4.0.6.1%2Bmc1.20.1-forge.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5423270
|
||||
project-id = 833233
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "ZP7xHXtw"
|
||||
version = "DMHJY7vL"
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Embeddium (Rubidium) Extra"
|
||||
filename = "rubidium-extra-0.5.4.4+mc1.20.1-build.131.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "bb422d5626bf69841e444a3e545c8e71b6928cf8"
|
||||
url = "https://cdn.modrinth.com/data/oY2B1pjg/versions/F06DXCMX/rubidium-extra-0.5.4.4%2Bmc1.20.1-build.131.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6101745
|
||||
project-id = 654373
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "oY2B1pjg"
|
||||
version = "F06DXCMX"
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Searchables"
|
||||
filename = "Searchables-forge-1.20.1-1.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "ed5a23ec30c90fd06b3f1d8140614028e1fafaee"
|
||||
url = "https://edge.forgecdn.net/files/5284/15/Searchables-forge-1.20.1-1.0.3.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 5284015
|
||||
project-id = 858542
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Server Performance - Smooth Chunk Save[Forge/Fabric]"
|
||||
filename = "smoothchunk-1.20.1-4.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "3e142e4a2e12db1c9a3777879cc021aff49da088"
|
||||
url = "https://edge.forgecdn.net/files/6296/598/smoothchunk-1.20.1-4.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 6296598
|
||||
project-id = 582327
|
||||
@@ -0,0 +1,16 @@
|
||||
name = "Yeetus Experimentus"
|
||||
filename = "YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "6efdaf5d213f779e51aa84631a5f06a306351e75"
|
||||
url = "https://cdn.modrinth.com/data/HaaH232J/versions/lR7Va12z/YeetusExperimentus-Forge-2.3.1-build.6%2Bmc1.20.1.jar"
|
||||
|
||||
[update.curseforge]
|
||||
file-id = 4680832
|
||||
project-id = 635427
|
||||
|
||||
[update.modrinth]
|
||||
mod-id = "HaaH232J"
|
||||
version = "lR7Va12z"
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "Recrafted"
|
||||
version = "1.0.0"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "cba4b88011152f5bcefb0d1d1731a6f94e9012c24faac5bd5a942915c6a3e836"
|
||||
|
||||
[versions]
|
||||
forge = "47.4.3"
|
||||
minecraft = "1.20.1"
|
||||
@@ -0,0 +1,23 @@
|
||||
[General]
|
||||
ConfigVersion=1.2
|
||||
iconKey=modpack
|
||||
name=Recrafted
|
||||
InstanceType=OneSix
|
||||
JoinServerOnLaunch=false
|
||||
OverrideCommands=true
|
||||
OverrideConsole=false
|
||||
OverrideEnv=false
|
||||
notes=
|
||||
OverrideGameTime=false
|
||||
OverrideJavaArgs=false
|
||||
OverrideJavaLocation=false
|
||||
OverrideLegacySettings=false
|
||||
OverrideMemory=false
|
||||
OverrideMiscellaneous=false
|
||||
OverrideNativeWorkarounds=false
|
||||
OverridePerformance=false
|
||||
OverrideWindow=false
|
||||
PostExitCommand=
|
||||
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap-all.jar https://recrafted.sugoidogo.com/pack.toml
|
||||
UseAccountForInstance=false
|
||||
WrapperCommand=
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"components": [
|
||||
{
|
||||
"important": true,
|
||||
"uid": "net.minecraft",
|
||||
"version": "1.20.1"
|
||||
},
|
||||
{
|
||||
"uid": "net.minecraftforge",
|
||||
"version": "47.4.3"
|
||||
}
|
||||
],
|
||||
"formatVersion": 1
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "./node_modules/wrangler/config-schema.json",
|
||||
"name": "recrafted",
|
||||
"compatibility_date": "2026-01-13",
|
||||
"assets": {
|
||||
"directory": "assets"
|
||||
},
|
||||
"workers_dev": false,
|
||||
"keep_vars": true,
|
||||
"build": {
|
||||
"watch_dir": "./assets",
|
||||
"cwd": "./assets",
|
||||
"command": "packwiz refresh --build",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user