Skip to content

Commit 95d6018

Browse files
committed
Add mods
- StellarCore
1 parent 6468c75 commit 95d6018

File tree

7 files changed

+615
-17
lines changed

7 files changed

+615
-17
lines changed

CHANGELOG_v2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
## Add mods
1313
- Bring Me The Rings! (0.4)
1414
- ImplosionNoBomb (1.1.0)
15+
- StellarCore (1.3.4)
16+
17+
## Remove mods
18+
- Server Tab Info
1519

1620
## Update mods
1721
- Advanced Backups (3.6 -> 3.6.3)

manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,11 +419,6 @@
419419
"fileID": 2619249,
420420
"required": true
421421
},
422-
{
423-
"projectID": 291788,
424-
"fileID": 2798112,
425-
"required": true
426-
},
427422
{
428423
"projectID": 242223,
429424
"fileID": 3524685,
@@ -693,6 +688,11 @@
693688
"projectID": 1094386,
694689
"fileID": 5731331,
695690
"required": true
691+
},
692+
{
693+
"projectID": 1064321,
694+
"fileID": 5705621,
695+
"required": true
696696
}
697697
],
698698
"overrides": "overrides"

modlist.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-wireless-terminal-lts">AE2 Wireless Terminal-LTS (by X_Niter)</a></li>
8181
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chicken-chunks-1-8">Chicken Chunks 1.8.+ (by covers1624)</a></li>
8282
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tomb-many-graves-2">Tomb Many Graves 2 (by M4thG33k)</a></li>
83-
<li><a href="https://www.curseforge.com/minecraft/mc-mods/server-tab-info">Server Tab Info (by black_dog20)</a></li>
8483
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-calculation">Just Enough Calculation (by towdium)</a></li>
8584
<li><a href="https://www.curseforge.com/minecraft/mc-mods/storage-drawers">Storage Drawers (by Texelsaur)</a></li>
8685
<li><a href="https://www.curseforge.com/minecraft/mc-mods/xp-orb-clump">Fixeroo (by MetallicaFan011)</a></li>

overrides/config/Universal Tweaks - Bugfixes.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ general {
129129
B:"Minecart AI"=true
130130

131131
# Fixes mounts and boats sometimes disappearing after dismounting
132-
B:"Mount Desync"=false
132+
B:"Mount Desync"=true
133133

134134
# Fixes saturation depleting in peaceful mode
135135
B:"Player Saturation"=true
@@ -154,8 +154,6 @@ general {
154154
# Example: minecraft:minecart
155155
S:"[2] Entity Blacklist" <
156156
minecraft:minecart
157-
pixelmon:empty_pokeball
158-
pixelmon:occupied_pokeball
159157
>
160158
}
161159

@@ -222,7 +220,7 @@ general {
222220
B:"Chunk Saving"=false
223221

224222
# Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders)
225-
B:"Frustum Culling"=false
223+
B:"Frustum Culling"=true
226224

227225
# Fixes duplication issues that can occur when entities travel through portals
228226
B:"Portal Traveling Dupe"=true

overrides/config/Universal Tweaks - Mod Integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ general {
335335
"storage drawers" {
336336
# Approximate range in blocks at which drawers render contained items
337337
# 0 for default unlimited range
338-
I:"Render Range"=0
338+
I:"Render Range"=16
339339
}
340340

341341
"tardis mod" {

overrides/config/Universal Tweaks - Tweaks.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ general {
3737
# ONLY_PLAYER
3838
# NOT_PLAYER
3939
# FEATHER_FALLING
40-
S:"Farmland Trample"=DEFAULT
40+
S:"Farmland Trample"=ONLY_PLAYER
4141

4242
# Makes leaves decay faster when trees are chopped
4343
B:"Fast Leaf Decay"=true
@@ -52,7 +52,7 @@ general {
5252
B:"Lenient Paths"=true
5353

5454
# Controls if the observer activates itself on the first tick when it is placed
55-
B:"Prevent Observer Activating on Placement"=false
55+
B:"Prevent Observer Activating on Placement"=true
5656

5757
# Controls if the End Portal renders its texture on the bottom face
5858
B:"Render End Portal Bottom"=true
@@ -199,7 +199,7 @@ general {
199199
# Scales dropped experience from entities based on their health
200200
# Formula: max_health * factor
201201
# 0 for vanilla default
202-
D:"Adaptive XP Drops"=1.5
202+
D:"Adaptive XP Drops"=0.0
203203

204204
# Enables arms for armor stands by default
205205
B:"Armed Armor Stands"=false
@@ -235,10 +235,10 @@ general {
235235
B:"Disable Creeper Music Discs"=false
236236

237237
# Disables leveling of villager careers, only allowing base level trades
238-
B:"Disable Villager Trade Leveling"=true
238+
B:"Disable Villager Trade Leveling"=false
239239

240240
# Disables restocking of villager trades, only allowing one trade per offer
241-
B:"Disable Villager Trade Restock"=true
241+
B:"Disable Villager Trade Restock"=false
242242

243243
# Disables withers targeting animals
244244
B:"Disable Wither Targeting AI"=true
@@ -1185,7 +1185,7 @@ general {
11851185
B:"No Redstone Lighting"=false
11861186

11871187
# Removes the hardcoded 30 FPS limit in screens like the main menu
1188-
B:"Uncap FPS"=true
1188+
B:"Uncap FPS"=false
11891189

11901190
"entity radius check" {
11911191
# Toggles all tweaks in this category

0 commit comments

Comments
 (0)