commit
dace860134
6 changed files with 66 additions and 0 deletions
@ -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 |
@ -0,0 +1,3 @@ |
||||
/.upload/ |
||||
/kubejs/exported/ |
||||
index.toml |
@ -0,0 +1,8 @@ |
||||
/.git/ |
||||
/.upload/ |
||||
/docs/ |
||||
/kubejs/exported/ |
||||
/.editorconfig |
||||
/.gitignore |
||||
/LICENSE.txt |
||||
/README.md |
@ -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. |
@ -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 |
Loading…
Reference in new issue