mirror of
https://github.com/RestedWicked/WitchCraft.git
synced 2025-07-29 23:32:22 +10:00
[Init]
This commit is contained in:
commit
e021588d78
4 changed files with 21 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* -text
|
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Exclude exported CurseForge zip files
|
||||||
|
*.zip
|
||||||
|
|
||||||
|
# Exclude exported Modrinth modpacks
|
||||||
|
*.mrpack
|
2
index.toml
Normal file
2
index.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
hash-format = "sha256"
|
||||||
|
files = []
|
13
pack.toml
Normal file
13
pack.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Witchcraft"
|
||||||
|
author = "restedwicked.xyz"
|
||||||
|
version = "1.0.0"
|
||||||
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
|
[index]
|
||||||
|
file = "index.toml"
|
||||||
|
hash-format = "sha256"
|
||||||
|
hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e"
|
||||||
|
|
||||||
|
[versions]
|
||||||
|
minecraft = "1.21.1"
|
||||||
|
neoforge = "21.1.180"
|
Loading…
Add table
Add a link
Reference in a new issue