commit dace860134b67c3306957e759d7f3eacd0ac2de3 Author: copygirl Date: Sun Mar 12 10:46:46 2023 +0100 Initial commit diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bda459c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true + +[*.toml] +indent_style = tab + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1734e18 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.upload/ +/kubejs/exported/ +index.toml diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..1369de3 --- /dev/null +++ b/.packwizignore @@ -0,0 +1,8 @@ +/.git/ +/.upload/ +/docs/ +/kubejs/exported/ +/.editorconfig +/.gitignore +/LICENSE.txt +/README.md diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..8df0ae6 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 copygirl + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..f8f099d --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Heckcore + +.. is an expert hardcore survival modpack on Minecraft Forge 1.18.2. It utilizes [KubeJS] to add custom items and recipes, for example using [Create]'s various crafting methods. [Enigmatic Legacy] is used to add extra challenge and cursedness. + +[KubeJS]: https://modrinth.com/mod/kubejs +[Create]: https://modrinth.com/mod/create +[Enigmatic Legacy]: https://modrinth.com/mod/enigmatic-legacy + +Recommended settings: +- **Game Mode:** Hardcore +- **Game Rules:** Turn *"Regenerate health"* off +- Equip the *"Ring of the Seven Curses"* as soon as you enter the world diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..34c83b6 --- /dev/null +++ b/pack.toml @@ -0,0 +1,8 @@ +name = "Heckcore" +author = "copygirl" +version = "0.1.0" +pack-format = "packwiz:1.1.0" + +[versions] +forge = "40.2.0" +minecraft = "1.18.2"