From c1414c043ee8abd9dbbaa522bc770467750b047f Mon Sep 17 00:00:00 2001 From: Dylan Jones Date: Sun, 13 Dec 2020 16:21:19 -0500 Subject: Add chisels and bits --- packs/jeffrey-3/icon.ico | Bin 0 -> 9662 bytes packs/jeffrey-3/icon.png | Bin 0 -> 923 bytes packs/jeffrey-3/jeffrey-3-icon.ico | Bin 9662 -> 0 bytes packs/jeffrey-3/jeffrey-3-icon.png | Bin 923 -> 0 bytes packs/jeffrey-3/local-config.ini | 7 +++++++ packs/jeffrey-3/pack.ini | 3 ++- 6 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 packs/jeffrey-3/icon.ico create mode 100644 packs/jeffrey-3/icon.png delete mode 100644 packs/jeffrey-3/jeffrey-3-icon.ico delete mode 100644 packs/jeffrey-3/jeffrey-3-icon.png create mode 100644 packs/jeffrey-3/local-config.ini (limited to 'packs/jeffrey-3') diff --git a/packs/jeffrey-3/icon.ico b/packs/jeffrey-3/icon.ico new file mode 100644 index 0000000..3a75d9c Binary files /dev/null and b/packs/jeffrey-3/icon.ico differ diff --git a/packs/jeffrey-3/icon.png b/packs/jeffrey-3/icon.png new file mode 100644 index 0000000..d60084b Binary files /dev/null and b/packs/jeffrey-3/icon.png differ diff --git a/packs/jeffrey-3/jeffrey-3-icon.ico b/packs/jeffrey-3/jeffrey-3-icon.ico deleted file mode 100644 index 3a75d9c..0000000 Binary files a/packs/jeffrey-3/jeffrey-3-icon.ico and /dev/null differ diff --git a/packs/jeffrey-3/jeffrey-3-icon.png b/packs/jeffrey-3/jeffrey-3-icon.png deleted file mode 100644 index d60084b..0000000 Binary files a/packs/jeffrey-3/jeffrey-3-icon.png and /dev/null differ diff --git a/packs/jeffrey-3/local-config.ini b/packs/jeffrey-3/local-config.ini new file mode 100644 index 0000000..f1d3058 --- /dev/null +++ b/packs/jeffrey-3/local-config.ini @@ -0,0 +1,7 @@ +# this file is local configuration merged into the pack configuration at runtime +# (values here override those in pack.ini) +[pack] +# Uncomment this to override the default automatic selection of the mod install directory. +#location = /home/example/.minecraft/instances/jeffrey +# A comma-separated list of mods that won't be deleted during the install process. +whitelist = example_mod.jar,example_extra_mod.jar diff --git a/packs/jeffrey-3/pack.ini b/packs/jeffrey-3/pack.ini index b5c1dbb..0c24514 100644 --- a/packs/jeffrey-3/pack.ini +++ b/packs/jeffrey-3/pack.ini @@ -2,7 +2,7 @@ name = J.E.F.F.R.E.Y 3 forge_url = https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.4-35.1.7/forge-1.16.4-35.1.7-installer.jar game_version = 1.16.4 -icon_name = jeffrey-3-icon.png +icon_name = icon.png java_args = -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M [mods] @@ -46,6 +46,7 @@ tetra = https://www.curseforge.com/minecraft/mc-mods/tetra immersive-portals = https://www.curseforge.com/minecraft/mc-mods/immersive-portals-for-forge # Smaller yes mods +chisel-and-bits = https://www.curseforge.com/minecraft/mc-mods/chisels-bits inventory-sorter = https://www.curseforge.com/minecraft/mc-mods/inventory-sorter creeper-confetti = https://www.curseforge.com/minecraft/mc-mods/creeper-confetti hwyla = https://www.curseforge.com/minecraft/mc-mods/hwyla -- cgit v1.2.3