Skip to content

Commit 4f76190

Browse files
committed
various fixes
1 parent fe4ab45 commit 4f76190

File tree

10 files changed

+89
-15
lines changed

10 files changed

+89
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
* Added more structures
2-
* Tweaked ebwizardry (books are consumed)
3-
* Minor edit shader default settings
1+
* Tweaked some structures (fixes stability)
2+
* Fixed crash with interaction of Mo' Bends, WAASL, Twilight Forest

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ It contains [these mods](./modlist.md), with a focus on simplicity and explorati
99
2. Download the profile [here](https://github.com/jagprog5/modpack-client/releases/latest/download/profile.zip).
1010
3. Import the profile into CurseForge.
1111

12+
# Recommended Game Settings
13+
14+
Game settings can be set in curseforge. It can prevent client side lag spikes:
15+
16+
- Java 8
17+
- 4096MB memory
18+
- Use [Aikar's JVM flags](https://mcflags.emc.gs)
19+
1220
# Shaders
1321

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

manifest.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"manifestType": "minecraftModpack",
12-
"manifestVersion": 17,
12+
"manifestVersion": 18,
1313
"name": "John's 1.12.2",
1414
"author": "",
1515
"files": [
@@ -140,7 +140,7 @@
140140
},
141141
{
142142
"projectID": 239197,
143-
"fileID": 5486112,
143+
"fileID": 6061762,
144144
"required": true
145145
},
146146
{
@@ -275,7 +275,7 @@
275275
},
276276
{
277277
"projectID": 263420,
278-
"fileID": 5688821,
278+
"fileID": 6012809,
279279
"required": true
280280
},
281281
{
@@ -425,7 +425,7 @@
425425
},
426426
{
427427
"projectID": 317780,
428-
"fileID": 5658210,
428+
"fileID": 5987126,
429429
"required": true
430430
},
431431
{
@@ -520,7 +520,7 @@
520520
},
521521
{
522522
"projectID": 556777,
523-
"fileID": 5543551,
523+
"fileID": 6069258,
524524
"required": true
525525
},
526526
{
@@ -533,6 +533,11 @@
533533
"fileID": 3801406,
534534
"required": true
535535
},
536+
{
537+
"projectID": 663477,
538+
"fileID": 3948166,
539+
"required": true
540+
},
536541
{
537542
"projectID": 709188,
538543
"fileID": 4102778,

modlist.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ivtoolkit">IvToolkit (by Ivorius)</a></li>
5454
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei">Just Enough Items (JEI) (by mezz)</a></li>
5555
<li><a href="https://www.curseforge.com/minecraft/mc-mods/kleeslabs">KleeSlabs (by BlayTheNinth)</a></li>
56+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/let-me-despawn">Let Me Despawn (by frikinjay)</a></li>
5657
<li><a href="https://www.curseforge.com/minecraft/mc-mods/libraryex">LibraryEx (by LogicTechCorp)</a></li>
5758
<li><a href="https://www.curseforge.com/minecraft/mc-mods/llibrary">LLibrary (by MCModDev)</a></li>
5859
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mixin-0-7-0-8-compatibility">Mixin 0.7-0.8 Compatibility (by NotStirred)</a></li>
@@ -62,7 +63,7 @@
6263
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks">Mouse Tweaks (by YaLTeR)</a></li>
6364
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mowzies-mobs">Mowzie's Mobs (by bobmowzie)</a></li>
6465
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mutant-beasts">Mutant Beasts (by Chumbanotz)</a></li>
65-
<li><a href="https://www.curseforge.com/minecraft/mc-mods/name-pain">Name Pain (by naqaden)</a></li>
66+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/namepain">Name Pain (by naqaden)</a></li>
6667
<li><a href="https://www.curseforge.com/minecraft/mc-mods/natures-compass">Nature's Compass (by Chaosyr)</a></li>
6768
<li><a href="https://www.curseforge.com/minecraft/mc-mods/netherex">NetherEx (by LogicTechCorp)</a></li>
6869
<li><a href="https://www.curseforge.com/minecraft/mc-mods/netherportalfix">NetherPortalFix (by BlayTheNinth)</a></li>

overrides/config/mobends.cfg

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Configuration file
2+
3+
# disable wolf for workaround of: https://github.com/satyrnidae/wolf-armor-and-storage-legacy/issues/201
4+
# everything else is default
5+
animated {
6+
B:"mobends-minecraft:skeleton"=true
7+
B:"mobends-minecraft:spider"=true
8+
B:"mobends-minecraft:squid"=true
9+
B:"mobends-minecraft:zombie"=true
10+
B:"mobends-minecraft:zombie_pigman"=true
11+
B:mobends-player=true
12+
B:"wolfarmor-minecraft:wolf"=false
13+
}
14+
15+
16+
general {
17+
S:AppliedPacks <
18+
>
19+
S:itemAttackClassifications <
20+
>
21+
S:itemUseClassifications <
22+
>
23+
S:keepArmorAsVanilla <
24+
>
25+
S:keepEntityAsVanilla <
26+
>
27+
B:performSpinAttack=true
28+
B:showArrowTrails=true
29+
B:showSwordTrail=true
30+
}
31+
32+
718 Bytes
Binary file not shown.
705 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.
Binary file not shown.

overrides/structures/active/VillageGuardTowerJAG.rcig

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"inventoryGeneratorID": "VillageGuardTowerJAG",
44
"items": [
55
{
6-
"weight": 3.04,
6+
"weight": 2.540874481201172,
77
"min": 1,
88
"max": 1,
99
"item": {
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
{
26-
"weight": 1.0,
26+
"weight": 0.7087690830230713,
2727
"min": 1,
2828
"max": 1,
2929
"item": {
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
{
36-
"weight": 1.0,
36+
"weight": 0.7087690830230713,
3737
"min": 1,
3838
"max": 1,
3939
"item": {
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
{
46-
"weight": 1.0,
46+
"weight": 0.7755888104438782,
4747
"min": 1,
4848
"max": 1,
4949
"item": {
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
{
56-
"weight": 1.0,
56+
"weight": 0.7087690830230713,
5757
"min": 1,
5858
"max": 1,
5959
"item": {
@@ -63,7 +63,7 @@
6363
}
6464
},
6565
{
66-
"weight": 1.0,
66+
"weight": 0.7755888104438782,
6767
"min": 1,
6868
"max": 1,
6969
"item": {
@@ -193,6 +193,35 @@
193193
"nbt": {}
194194
}
195195
}
196+
},
197+
{
198+
"weight": 1.290178656578064,
199+
"min": 1,
200+
"max": 1,
201+
"item": {
202+
"id": "quark:arrow_ender",
203+
"damage": 0,
204+
"count": 1
205+
}
206+
},
207+
{
208+
"weight": 0.5354365706443787,
209+
"min": 1,
210+
"max": 1,
211+
"item": {
212+
"id": "minecraft:splash_potion",
213+
"damage": 0,
214+
"count": 1,
215+
"tag": {
216+
"nbtType": "compound",
217+
"nbt": {
218+
"Potion": {
219+
"nbtType": "string",
220+
"nbt": "minecraft:poison"
221+
}
222+
}
223+
}
224+
}
196225
}
197226
],
198227
"dependencyExpression": ""

0 commit comments

Comments
 (0)