Skip to content

Commit eeac5ef

Browse files
committed
1.71
update mods
1 parent 271df51 commit eeac5ef

57 files changed

Lines changed: 929 additions & 161 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/Embers/compat.cfg

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ compat {
88
# Right now this only adds grinding ball recipes if Tinkers' Construct is installed as well.
99
B:"Enable EnderIO Integration"=true
1010

11+
# If true, Embers will register items, blocks and recipes providing Environmental Tech integration.
12+
# This enabled a new Modifier to allow any Void Miner to access the Ember Bore loot pool.
13+
B:"Enable Environmental Tech Integration"=true
14+
1115
# If true, JEI will show the exact amount of Ash needed in an Alchemy recipe.
1216
# This currently is without any functionality, but will be used in the future.
1317
B:"Enable JEI Cheats"=false
@@ -16,8 +20,48 @@ compat {
1620
B:"Enable Mystical Mechanics Integration"=true
1721

1822
# If true, Embers will register items, blocks and recipes providing Tinkers' Construct integration.
19-
# Right now this only adds grinding ball recipes if EnderIO is installed as well.
23+
# Right now this only adds grinding ball recipes if EnderIO is installed as well
24+
# as it needs to be present to load the required fluids.
2025
B:"Enable Tinkers' Construct Integration"=true
26+
27+
##########################################################################################################
28+
# environmental tech
29+
#--------------------------------------------------------------------------------------------------------#
30+
# Options about the Environmental Tech integration
31+
##########################################################################################################
32+
33+
"environmental tech" {
34+
# How much more energy the accuracy modifier will consume.
35+
# The value is treated as a percentage, so 50 increases the energy consumption by 50%.
36+
# NOTE: This is an additional config option, because Environmental Tech
37+
# doesn't provide an option for this by default.
38+
# Min: 0
39+
# Max: 2147483647
40+
I:"Accuracy Modifier Energy Increase"=50
41+
42+
# How much more energy the ember modifier will consume.
43+
# The value is treated as a percentage, so 20 increases the energy consumption by 20%.
44+
# Min: 0
45+
# Max: 2147483647
46+
I:"Ember Modifier Energy Increase"=20
47+
48+
# How much more energy the luck modifier will consume.
49+
# The value is treated as a percentage, so 90 increases the energy consumption by 90%.
50+
# NOTE: This is an additional config option, because Environmental Tech
51+
# doesn't provide an option for this by default.
52+
# Min: 0
53+
# Max: 2147483647
54+
I:"Luck Modifier Energy Increase"=90
55+
56+
# How much more energy the speed modifier will consume.
57+
# The value is treated as a percentage, so 100 increases the energy consumption by 100%.
58+
# NOTE: This is an additional config option, because Environmental Tech
59+
# doesn't provide an option for this by default.
60+
# Min: 0
61+
# Max: 2147483647
62+
I:"Speed Modifier Energy Increase"=100
63+
}
64+
2165
}
2266

2367

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2+
"math": {
3+
"state": 0,
4+
"operator": 0,
5+
"last": "0",
6+
"current": ""
7+
},
8+
"player": {
9+
"recipes": {},
10+
"last": ""
11+
},
212
"craft": {
313
"inventory": 0b,
414
"amount": "",
515
"recents": []
6-
},
7-
"player": {
8-
"last": "",
9-
"recipes": {}
10-
},
11-
"math": {
12-
"current": "",
13-
"last": "0",
14-
"operator": 0,
15-
"state": 0
1616
}
1717
}

config/NaturaModules.cfg

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Configuration file
2+
3+
~CONFIG_VERSION: 1
4+
5+
modules {
6+
# Everything that's decorative for Natura. (bookshelfs, etc)
7+
B:NaturaDecorative=true
8+
9+
# The entities added by Natura
10+
B:NaturaEntities=true
11+
12+
# All of the nether blocks including trees
13+
B:NaturaNether=true
14+
15+
# All of the overworld blocks including trees
16+
B:NaturaOverworld=true
17+
18+
# All of the tools + armor added by natura
19+
B:NaturaTools=true
20+
21+
# Everything that's found in the world and worldgen including the netherite dimension
22+
B:NaturaWorld=true
23+
B:craftingtweaksIntegration=true
24+
}
25+
26+

config/TorcherinoCE/TorcherinoCE.cfg

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,23 +103,47 @@ render {
103103
##########################################################################################################
104104

105105
tile {
106-
# Need ticks to generate 100% [range: 1 ~ 32767, default: 1154]
106+
# Max energy storage [range: 1 ~ 2147483647, default: 50000000]
107+
I:Tile_Energy_Particle_Collector_Max_Energy=50000000
108+
109+
# Rf need to generate 1 time element [range: 1 ~ 2147483647, default: 540000]
110+
I:Tile_Energy_Particle_Collector_RF_Tick=540000
111+
112+
# Max energy storage [range: 1 ~ 2147483647, default: 5000000]
113+
I:Tile_Energy_Torcherino_Max_Energy=5000000
114+
115+
# Do I need energy to work, Torcherino [default: true]
116+
B:Tile_Energy_Torcherino_Mode=false
117+
118+
# Rf tick work [range: 1 ~ 2147483647, default: 500]
119+
I:Tile_Energy_Torcherino_RF_Tick=500
107120
I:Tile_Generator_Particle=1154
108121

122+
# Need ticks to generate 100% [range: 1 ~ 32767, default: 1800]
123+
I:Tile_Generator_Particle_NeedTick=1800
124+
125+
# Time maximum storage [range: 1 ~ 2147483647, default: 3600]
126+
I:Tile_Time_Acceleration_MaxStorage=3600
127+
109128
# Maximum Radius [range: 1 ~ 127, default: 3]
110129
I:Tile_Time_Acceleration_Radius=3
111130

112131
# Speed 1 = 100% [range: 1 ~ 127, default: 3]
113132
I:Tile_Time_Acceleration_Speed=3
114133

115-
# Maximum storage size [range: 1 ~ 2147483647, default: 1000]
134+
# Time maximum storage [range: 1 ~ 2147483647, default: 1000]
116135
I:Tile_Time_Collectors_MaxStorage=1000
117-
118-
# Need time [range: 1 ~ 32767, default: 1200]
119136
I:Tile_Time_Manipulator=1200
120137

121-
# Time max time Storage [range: 1 ~ 2147483647, default: 10000]
138+
# Time maximum storage [range: 1 ~ 32767, default: 2500]
139+
I:Tile_Time_Manipulator_MaxStorage=2500
140+
141+
# Need time [range: 1 ~ 32767, default: 500]
142+
I:Tile_Time_Manipulator_Need_Time=500
122143
I:Tile_Time_Storage=10000
144+
145+
# Time maximum storage [range: 1 ~ 2147483647, default: 10000]
146+
I:Tile_Time_Storage_MaxStorage=10000
123147
}
124148

125149

config/Universal Tweaks - Bugfixes.cfg

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ general {
175175
B:"Crafted Item Statistics"=true
176176

177177
# Fixes entity and particle rendering issues by enabling depth buffer writing
178+
# Can cause issues with modded particles
178179
B:"Depth Mask"=true
179180

180181
# Replaces the help command, sorts and reports broken commands
@@ -198,17 +199,8 @@ general {
198199
B:"Spectator Menu"=true
199200

200201
"model gap" {
201-
# Fixes transparent gaps in all 3D models of blocks and items
202202
B:"[1] Model Gap Toggle"=true
203-
204-
# Quad X/Y offset
205-
# Moves the quad toward the center of the item
206-
# Use to hide gaps, keep as close to 0 as possible
207203
D:"[2] Recess Value"=0.007
208-
209-
# Quad expansion increment
210-
# Enlarges each quad
211-
# Use to hide gaps, keep as close to 0 as possible
212204
D:"[3] Expansion Value"=0.008
213205
}
214206

config/Universal Tweaks - Mod Integration.cfg

Lines changed: 67 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ general {
1414
# Fixes various duplication exploits
1515
B:"Duplication Fixes"=true
1616

17+
# Sets what level of Particles Setting is required to disable the Item Particles generated by Item Lasers transferring items
18+
# The config setting here is complex due to how Vanilla Minecraft handles the Particles setting
19+
# -1 or lower will not register the mixin
20+
# 0 disables the creation of these particles entirely
21+
# 1 disables the creation of these particles when the Particle setting is on Minimal only
22+
# 2 disables the creation of these particles when the Particle setting is on Decreased or Minimal
23+
# 3 or higher will never disable these particles
24+
I:"Item Laser Particles Graphics"=-1
25+
1726
# Fixes Laser Upgrades voiding instead of applying if there is only one item in the stack
1827
B:"Laser Upgrade Voiding"=true
1928
}
@@ -38,10 +47,11 @@ general {
3847
# Fixes various duplication exploits
3948
B:"Duplication Fixes"=true
4049

50+
# Fixes memory leak when unloading worlds/switching dimensions
51+
B:"Memory Leak Fix"=true
52+
4153
# Optimizes the Hellfire/Soul Forge to reduce tick time
4254
B:"Optimized Hellfire Forge"=true
43-
44-
# Fixes memory leak when unloading worlds/switching dimensions
4555
B:"World Unload Memory Leak Fix"=true
4656
}
4757

@@ -74,6 +84,9 @@ general {
7484
"elementary staffs" {
7585
# Reintroduces the 1.5 electric staff behavior along with some subtle particles
7686
B:"Electric Staff Port"=true
87+
88+
# Lets the health staff also heal other players (and potentially more living entities)
89+
B:"Health Staff Player Healing"=true
7790
}
7891

7992
"elenai dodge 2" {
@@ -117,6 +130,9 @@ general {
117130
# Fixes the Creative Mill Generator not respecting the Creative Block Breaking config
118131
B:"Creative Mill Harvestability"=true
119132

133+
# Downgrades the message when creating a potion recipe from info to a debug
134+
B:"Downgrade Potion Recipes Log Level"=true
135+
120136
# Fixes various duplication exploits
121137
B:"Duplication Fixes"=true
122138

@@ -275,24 +291,18 @@ general {
275291
}
276292

277293
thaumcraft {
278-
# Fixes various duplication exploits
279294
B:"Duplication Fixes"=true
280-
281-
# Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs
282295
B:"Flower Bounding Box"=true
283296

284297
# Stops the thaumometer from bobbing rapidly when using it to scan objects
285298
B:"Stable Thaumometer"=true
286299
}
287300

288301
"thaumcraft: entities" {
289-
# Adds particles to firebats similar to legacy versions
290302
B:"Firebat Particles"=true
291303

292304
# Rotates dead eldritch crabs all the way like endermites, silverfish, and spiders
293305
B:"Spiderlike Eldritch Crabs"=true
294-
295-
# Increases particle size of wisps similar to legacy versions
296306
B:"Wisp Particles"=true
297307
}
298308

@@ -455,8 +465,16 @@ general {
455465
}
456466

457467
"compact machines" {
468+
# Improves server performance by properly controlling spawn checks (effectiveness depends on CM's config)
469+
# Disable both 'allowHostileSpawns' and 'allowPeacefulSpawns' in the CM config for best performance
470+
# Does nothing if both config values are true
471+
B:"Allowed Spawns Improvement"=true
472+
458473
# Fixes some compact machine walls being invisible if Nothirium 0.2.x (and up) or Vintagium is installed
459474
B:"Invisible Wall Render Fix"=true
475+
476+
# Fixes client-side memory leak associated with miniaturization recipes
477+
B:"Memory Leak Fix"=true
460478
}
461479

462480
"effortless building" {
@@ -526,6 +544,47 @@ general {
526544
B:"Sky of Old Dimension Fix"=true
527545
}
528546

547+
bibliocraft {
548+
# Fixes client-side memory leak by disabling version check
549+
B:"Disable Version Check"=true
550+
}
551+
552+
collective {
553+
# Fixes memory leak when unloading worlds/switching dimensions
554+
B:"Memory Leak Fix"=true
555+
}
556+
557+
emojicord {
558+
# Improves emoji context calculation to improve fps when rendering a lot of text
559+
B:"Emoji Context"=true
560+
}
561+
562+
"ender io" {
563+
# Fixes client-side memory leak by replacing obelisk renderer with a simpler one
564+
B:"Replace Obelisk Renderer"=true
565+
}
566+
567+
"in control!" {
568+
# Fixes onJoin spawn rules repeatedly modifying mob attack/health/speed
569+
B:"Spawn Rule Stats Fix"=true
570+
}
571+
572+
"iron chests" {
573+
# Fixes client-side memory leak by replacing the crystal chest/shulker box renderer with a simpler one
574+
# Note: Stack sizes are not rendered, similar to modern versions of this mod
575+
B:"Replace Crystal Chest/Shulker Renderer"=true
576+
}
577+
578+
"random things" {
579+
# Fixes a bug where crafting the output of an Anvil recipe would modify the recipe, preventing crafts until restart
580+
B:"Anvil Crafting Fix"=true
581+
}
582+
583+
woot {
584+
# Remove any leftover entities spawned on simulated mob's death
585+
B:"Cleanup Simulated Kills"=true
586+
}
587+
529588
}
530589

531590

0 commit comments

Comments
 (0)