Skip to content

Commit deb667c

Browse files
committed
rm misc books from recurrent complex. add tool belt
1 parent 89f7520 commit deb667c

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* Fix: prevent cascading worldgen
2-
* Added release CI
1+
* Remove misc books from recurrent complex generation
2+
* Add tool-belt

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ It contains [these mods](./modlist.md), with a focus on simplicity and explorati
77
2. Download the profile [here](https://github.com/jagprog5/modpack-client/releases/latest/download/profile.zip).
88
3. Import the profile into CurseForge [like shown](https://www.youtube.com/watch?v=yPyAjmrpmpU).
99

10-
<sup>\*or generate it yourself with: `zip -r profile.zip overrides manifest.json`</sup>
11-
1210
# Shaders
1311

1412
This can be skipped if you don't want shaders. OptiFine needs to be downloaded separately.

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"manifestType": "minecraftModpack",
12-
"manifestVersion": 6,
12+
"manifestVersion": 7,
1313
"name": "John's 1.12.2",
1414
"author": "",
1515
"files": [
@@ -263,6 +263,11 @@
263263
"fileID": 2666198,
264264
"required": true
265265
},
266+
{
267+
"projectID": 260262,
268+
"fileID": 3459767,
269+
"required": true
270+
},
266271
{
267272
"projectID": 261251,
268273
"fileID": 3045651,

modlist.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ul>
1+
<ul>
22
<li><a href="https://www.curseforge.com/minecraft/mc-mods/aether">The Aether (by TheAetherTeam)</a></li>
33
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ai-improvements">AI Improvements (by QueenOfMissiles)</a></li>
44
<li><a href="https://www.curseforge.com/minecraft/mc-mods/anvil-patch-lawful">Anvil Patch - lawful (by Lumber_Wizard)</a></li>
@@ -88,6 +88,7 @@
8888
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-disenchanter-mod">Disenchanter (The Disenchanter Mod) (by impelon)</a></li>
8989
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest">The Twilight Forest (by Benimatic)</a></li>
9090
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tidychunk">TidyChunk (by OreCruncher)</a></li>
91+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tool-belt">Tool Belt (by gigaherz)</a></li>
9192
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torchslabs-mod">Torch Slabs Mod (by EndlesNights)</a></li>
9293
<li><a href="https://www.curseforge.com/minecraft/mc-mods/unloader">Unloader (by Unnoen)</a></li>
9394
<li><a href="https://www.curseforge.com/minecraft/mc-mods/uppers">Uppers (by vadis365)</a></li>

overrides/config/reccomplex.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ balancing {
88
S:customArtifactChance=0.0
99

1010
# Custom Loot Table to override when an artifact generation tag fires. [default: ]
11-
S:customArtifactTag=
11+
S:customArtifactTag=empty
1212

1313
# Chance to use the customArtifactTag when a book generation tag fires. [range: 0.0 ~ 1.0, default: 0.0]
14-
S:customBookChance=0.0
14+
S:customBookChance=1.0
1515

1616
# Custom Loot Table to override when a book generation tag fires. [default: ]
1717
S:customBookTag=
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": 2,
3+
"inventoryGeneratorID": "empty_group_id",
4+
"items": [],
5+
"dependencyExpression": ""
6+
}

0 commit comments

Comments
 (0)