Compare commits

...

3 Commits

  1. 4
      .gitignore
  2. 9
      .packwizignore
  3. BIN
      .polymc/Heck.png
  4. 20
      .polymc/instance.cfg
  5. BIN
      .polymc/minecraft/packwiz-installer-bootstrap.jar
  6. 38
      .polymc/mmc-pack.json
  7. 2
      README.md
  8. 2
      pack.toml

4
.gitignore vendored

@ -1,3 +1,3 @@
/.upload/**
/kubejs/exported/**
/.upload/
/kubejs/exported/
index.toml

@ -1,8 +1,7 @@
/.git/**
/.polymc/**
/.upload/**
/docs/**
/kubejs/exported/**
/.git/
/.upload/
/docs/
/kubejs/exported/
/.editorconfig
/.gitignore
/LICENSE.txt

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

@ -1,20 +0,0 @@
InstanceType=OneSix
JoinServerOnLaunch=false
MCLaunchMethod=LauncherPart
MaxMemAlloc=6144
MinMemAlloc=6144
OverrideCommands=true
OverrideConsole=false
OverrideGameTime=false
OverrideJavaArgs=false
OverrideJavaLocation=false
OverrideMemory=true
OverrideNativeWorkarounds=false
OverrideWindow=false
PermGen=128
PostExitCommand=
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://meowface.org/copygirl/heck/pack.toml
WrapperCommand=
iconKey=Heck
name=Heck
notes=

@ -1,38 +0,0 @@
{
"components": [
{
"cachedName": "LWJGL 3",
"cachedVersion": "3.2.2",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "org.lwjgl3",
"version": "3.2.2"
},
{
"cachedName": "Minecraft",
"cachedRequires": [
{
"suggests": "3.2.2",
"uid": "org.lwjgl3"
}
],
"cachedVersion": "1.18.2",
"important": true,
"uid": "net.minecraft",
"version": "1.18.2"
},
{
"cachedName": "Forge",
"cachedRequires": [
{
"equals": "1.18.2",
"uid": "net.minecraft"
}
],
"cachedVersion": "40.1.68",
"uid": "net.minecraftforge",
"version": "40.1.68"
}
],
"formatVersion": 1
}

@ -1,6 +1,6 @@
# Heck
.. is a Minecraft 1.18.2 Forge modpack. It features a little bit of everything: Technology, magic, exploration and building / decoration mods. The primary use case for this pack is for a private server we're running for friends, fellow VTubers, and their friends.
.. is a Minecraft 1.18.2 Forge modpack. It features a little bit of everything: Technology, magic, exploration and building / decoration mods. The primary use case for this pack was for a private server we're running for friends, fellow VTubers, and their friends. However, the modpack is now also available [on Modrinth](https://modrinth.com/modpack/heck).
*Heck* comes with a modest amount of configuration changes and [KubeJS](https://kubejs.com/) scripts that aim to make our mods work together well, fix minor issues, improve balance, change and add recipes, and most importantly unify most items and materials in the pack which would otherwise exist in multiple formats. We also have a couple of texture and localization changes to make things fit together well.

@ -1,6 +1,6 @@
name = "Heck"
author = "copygirl"
version = "1.6.1"
version = "2.0.0"
pack-format = "packwiz:1.1.0"
[versions]

Loading…
Cancel
Save