Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Aiz0/create-grand-expanse
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiz0 committed Jan 28, 2024
2 parents 35d1ad6 + 79f04e6 commit eced2c7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
* -text
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vscode
reload.sh
11 changes: 11 additions & 0 deletions .packwizignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
# See https://git-scm.com/docs/gitignore

# Exclude README
/README.asc
# Exclude everthing begining with a dot because it should only be editor stuff.
/.*
# probe stuff should not be necessary.
/kubejs/probe
# Aiz reload script
/reload.sh
16 changes: 2 additions & 14 deletions index.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
hash-format = "sha256"

[[files]]
file = ".github/workflows/super-linter.yml"
hash = "e26b7bda1caec83beaea9b94a2c61596b5469a31e806394937cc0e87bcdbf580"

[[files]]
file = ".prettierrc"
hash = "238510728f79b3a68ede8e4cbee8184082dbd3079adf76a9874648b0b8e633b5"

[[files]]
file = ".vscode/settings.json"
hash = "8eb95bcbc154530931e15fc418c8b1fe991095671409552099ea1aa596999ede"

[[files]]
file = "README.asc"
hash = "4f00cddf56d89a8c8ea73fb06e2ded50bdf884bdf70487fe31290b57476443a3"
file = "LICENSE"
hash = "01e95ac360b6293e22377aac91494120076a922c3e030766d2ad79d9329b6681"

[[files]]
file = "config/forgery/features.ini"
Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "57f3c0b99fbdf4ae909c07a2a8d0edcb93d0070436844184440fa2d63e08ac6d"
hash = "d95770adacc03c102b4ca3a51f69db8a068830c00b3fa2f23e8db1d57efead4f"

[versions]
forge = "43.3.0"
Expand Down

0 comments on commit eced2c7

Please sign in to comment.