Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ rhino.local.properties
usercache.json
usernamecache.json
emi.json
kubejs_client_data.json
servers.dat
servers.dat_old

# Pakku
build/
Expand All @@ -40,11 +43,20 @@ build/
/.vscode/*

# ProbeJS
/.probe
/kubejs/probe/
/kubejs/config/probejs.json
/kubejs/config/probe-settings.json
/kubejs/*/jsconfig.json

# X Minecraft Launcher
authlib-injector.log
instance-lock.json
instance.json
libraries
modpack-metadata.json
versions

# Client configs (with exceptions below)
/config/**/*client.*

Expand Down Expand Up @@ -99,4 +111,13 @@ $RECYCLE.BIN/
# macOS
.DS_Store
.AppleDouble
.LSOverride
.LSOverride
authlib-injector.log
instance-lock.json
instance.json
kubejs_client_data.json
libraries
modpack-metadata.json
servers.dat
servers.dat_old
versions
46 changes: 46 additions & 0 deletions pakku-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5509,6 +5509,52 @@
}
]
},
{
"pakku_id": "5hZvhgVPUjiajOoN",
"pakku_links": [
"Td3irmxqa31eW0zT",
"LgU36WfP322kwt8i",
"nZtIV6KPn2VyIebl"
],
"type": "MOD",
"slug": {
"curseforge": "sophisticated-backpacks-create-integration"
},
"name": {
"curseforge": "Sophisticated Backpacks Create Integration"
},
"id": {
"curseforge": "1238567"
},
"files": [
{
"type": "curseforge",
"file_name": "sophisticatedbackpackscreateintegration-1.20.1-0.1.5.30.jar",
"mc_versions": [
"1.20.1"
],
"loaders": [
"forge",
"neoforge"
],
"release_type": "release",
"url": "https://edge.forgecdn.net/files/7169/407/sophisticatedbackpackscreateintegration-1.20.1-0.1.5.30.jar",
"id": "7169407",
"parent_id": "1238567",
"hashes": {
"sha1": "5597cce58d4c3529574c12ef6d39932c600bcdc1",
"md5": "4564b1f2b0b3ce13325f851058d547b4"
},
"required_dependencies": [
"618298",
"422301",
"328085"
],
"size": 85297,
"date_published": "2025-10-31T05:59:55.803Z"
}
]
},
{
"pakku_id": "Td3irmxqa31eW0zT",
"type": "MOD",
Expand Down