Skip to content

Commit

Permalink
Fix resource packs
Browse files Browse the repository at this point in the history
  • Loading branch information
lonevox committed Jul 9, 2024
1 parent 194d37e commit 8e26a64
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1872,3 +1872,7 @@ metafile = true
[[files]]
file = "resourcepacks/gregtech-refreshed.pw.toml"
metafile = true

[[files]]
file = "resourcepacks/toms-create-storage.pw.toml"
metafile = true
2 changes: 1 addition & 1 deletion kubejs/config/defaultoptions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version:3465
key_key.corpse.death_history:key.keyboard.`
resourcePacks:["vanilla","mod_resources","file/GregTech Refreshed v0.6 [Modern].zip","file/ComputerCreate.zip","file/Create+Simple+Storage+2.1.zip","file/GBTHOverrides"]
resourcePacks:["vanilla","mod_resources","file/GregTech Refreshed v0.7 [Modern].zip","file/ComputerCreate.zip","file/Create+Simple+Storage+2.1.zip","file/GBTHOverrides"]
incompatibleResourcePacks:["file/Create+Simple+Storage+2.1.zip"]
14 changes: 14 additions & 0 deletions resourcepacks/toms-create-storage.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = "Tom's Create Storage"
filename = "Create+Simple+Storage+2.1.zip"
side = "client"
pin = true

[download]
url = "https://cdn.modrinth.com/data/xGCng9FL/versions/xZXjTODa/Create%2BSimple%2BStorage%2B2.1.zip"
hash-format = "sha1"
hash = "9aeba68908b086b8eb74a731b0c4b34795799b88"

[update]
[update.modrinth]
mod-id = "xGCng9FL"
version = "xZXjTODa"

0 comments on commit 8e26a64

Please sign in to comment.