Skip to content

Commit 1c6cd02

Browse files
committed
performance tweaks
1 parent f87c736 commit 1c6cd02

File tree

4 files changed

+30
-13
lines changed

4 files changed

+30
-13
lines changed

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": 2,
12+
"manifestVersion": 3,
1313
"name": "John's 1.12.2",
1414
"author": "",
1515
"files": [
@@ -492,6 +492,11 @@
492492
"projectID": 321767,
493493
"fileID": 2711679,
494494
"required": true
495+
},
496+
{
497+
"projectID": 286230,
498+
"fileID": 2572528,
499+
"required": true
495500
}
496501
],
497502
"overrides": "overrides"

overrides/config/ebwizardry/ebwizardry.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ worldgen {
12901290
>
12911291

12921292
# Rarity of wizard towers. 1 in this many chunks will contain a wizard tower, meaning higher numbers are rarer.
1293-
I:towerRarity=900
1293+
I:towerRarity=1350
12941294

12951295
# The chance for wizard towers to generate with an evil wizard and chest inside, instead of a friendly wizard.
12961296
D:evilWizardChance=0.2
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
breakIfRequiredModIsMissing=true
2+
dimensionBL=
3+
dimensionWL=0
4+
doBuiltinSpawn=true
5+
doNaturalSpawn=true
6+
doorwaysChance=0.1,0.1,0.1,0.1,0.1
7+
encase=true
8+
furniture=true
9+
generous=true
10+
looting=0.085
11+
lowerLimit=60
12+
mobEnchantedChance=-1.0,-1.0,-1.0,-1.0,-1.0
13+
mobEnchantedLevels=-1,-1,-1,-1,-1
14+
mobsDespawn=true
15+
preciousBlocks=true
16+
random=false
17+
rogueSpawners=true
18+
spawnAttempts=3
19+
spawnChance=1.0
20+
spawnFrequency=20
21+
spawnMinimumDistanceFromVanillaStructures=50
22+
upperLimit=100
23+
vanillaStructuresToCheckMinimumDistanceFrom=Stronghold,Mansion,Monument,Village,Mineshaft,Temple

overrides/scripts/cheap_hopper.zs

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)