Skip to content

Commit 32d95b5

Browse files
committed
1.04
1 parent 1d1e72d commit 32d95b5

8 files changed

+77
-31
lines changed

.github/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ As of version 1.02, some mods from E2Eu are included.
1515
This pack does NOT include: refined storage, gregtech, buildcraft, projectE, avaritia, mystical agriculture, others...
1616

1717
### [Full mod list](/MODLIST.md)
18-
### Latest release: 1.03 - [Changelog](/changelogs/CHANGELOG.md)
18+
### Latest release: 1.04 - [Changelog](/changelogs/CHANGELOG.md)
1919

2020
### Added mods
2121
<details>
@@ -163,6 +163,7 @@ Note: you can usually get away with 4 GB, but 6 GB is better especially for preg
163163
### Extra notes for servers
164164
- If you want recurrent complex structures in your world, add the mod before you pregenerate the world, then remove it.
165165
- If you want LagGoggles on your spongeforge server, you'll need the latest version that doesn't require TickCentral. Use `LagGoggles-THIN-1.12.2-4.11-92.jar`. Clients can still connect with the latest version of LagGoggles.
166+
- Lootr won't work on spongeforge servers. Also remove lootr before using chunk-pregenerator.
166167

167168
### Recommended resource packs
168169
- [Faithful32 Modded](https://github.com/F32Organization/Faithful32-1.12.2)

MODLIST.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Enigmatica 2 Tweaked 1.03 Modlist
1+
## Enigmatica 2 Tweaked 1.04 Modlist
22

33
1.12.2 forge 14.23.5.2860
44
Generate list with `ls *.jar | sed 's/^/- /g'`
@@ -46,14 +46,15 @@ Generate list with `ls *.jar | sed 's/^/- /g'`
4646
- BrandonsCore-1.12.2-2.4.20.162-universal.jar
4747
- BuildingGadgets-2.8.4.jar
4848
- capabilityadapter-1.1.3.jar
49+
- CarbonConfig-1.12.2-1.2.3.jar
4950
- careerbees-0.4.0.jar
5051
- carryon-1.12.2-1.12.7.23.jar
5152
- cc-tweaked-1.12.2-1.89.2.jar
5253
- Chameleon-1.12-4.1.3.jar
5354
- ChickenChunks-1.12.2-2.4.2.74-universal.jar
5455
- Chisel-MC1.12.2-1.0.2.45.jar
5556
- chiselsandbits-14.33.jar
56-
- Chunk-Pregenerator-1.12.2-4.4.5.jar
57+
- Chunk-Pregenerator-1.12.2-4.4.7.jar
5758
- Clumps-3.1.2.jar
5859
- CodeChickenLib-1.12.2-3.2.3.358-universal.jar
5960
- CoFHCore-1.12.2-4.6.6.1-universal.jar
@@ -101,7 +102,7 @@ Generate list with `ls *.jar | sed 's/^/- /g'`
101102
- FastFurnace-1.12.2-1.3.1.jar
102103
- fermiumasm-5.19.jar
103104
- flatcoloredblocks-mc1.12-6.8.jar
104-
- Fluid Craft for AE2-2.6.1-r.jar
105+
- Fluid Craft for AE2-2.6.2-r.jar
105106
- Fluidlogged-API-v2.2.7-mc1.12.2.jar
106107
- forestry_1.12.2-5.8.2.422.jar
107108
- Forgelin-1.8.4.jar
@@ -239,7 +240,7 @@ Generate list with `ls *.jar | sed 's/^/- /g'`
239240
- !Red-Core-MC-1.7-1.12-0.5.1.jar
240241
- RedstoneArsenal-1.12.2-2.6.6.1-universal.jar
241242
- RedstoneFlux-1.12-2.1.1.1-universal.jar
242-
- RenderLib-1.12.2-1.3.4.jar
243+
- RenderLib-1.12.2-1.3.5.jar
243244
- ResourceLoader-MC1.12.1-1.5.3.jar
244245
- rftools-1.12-7.73.jar
245246
- rftoolsctrl-1.12-2.0.2.jar

changelogs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Enigmatica 2 Tweaked 1.04 Changelog
2+
3+
*Using Forge-1.12.2-14.23.5.2860*
4+
5+
- small hotfix: updated mods, fixes [this annoying bug](https://github.com/TinyModularThings/Chunk-Pregenerator-Issue-Tracker/issues/61)
6+
7+
8+
19
# Enigmatica 2 Tweaked 1.03 Changelog
210

311
*Using Forge-1.12.2-14.23.5.2860*

config/carbonconfig.cfg

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[general]
2+
3+
# Enables that CarbonConfig automatically adds Forge Configs into its own Config Gui System
4+
B:enable-forge-support=true
5+
6+
# Enables that Carbon Config Overrides the config guis of forge mods that have added their own guis
7+
B:force-forge-support=true
8+
9+
# Allows to pick for a Custom Background for Configs that use the default Background
10+
#​ Must be one of [PLANKS, STONE, DIRT, SEA_PRISM, BUBBLE_CORAL, MISSING, NETHERRACK, RED_NETHER_BRICKS, TUFF, CALCITE, AMETHYST, GRANITE, POLISHED_ANDESITE, DEEPSLATE_BRICKS, PURPUR_PILLAR, RED_SAND, PACKED_ICE, CRYING_OBSIDIAN, CYAN_CONCRETE_POWDER, EXPOSED_COPPER, MUD, RAW_GOLD, RAW_IRON, HONEY, HONEY_COMB, HAY]
11+
E:custom-background=PLANKS
12+
13+
# Allows to force your Selected Background to be used everywhere instead of just default Backgrounds
14+
B:force-custom-background=false
15+
16+
# Allows to set if the background is always visible or only if you are not in a active world
17+
B:ingame-background=false

config/pregen/base.cfg

+20-16
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,22 @@
2828
# This is used to generate Estimate Predictions for ETA of how long a task should take.
2929
# This isn't a config that sets how fast the pregenerator should run, but a config that keeps track of how fast they have been in the past
3030
# Default values are 1 chunk a tick, because it is at the center of the possible ranges.
31-
#​ Format: [dimension(Integer);speed(Double)], Example: [0;1.0]
32-
P:pregen-speeds= <
33-
0;1.0,
34-
-1;1.0,
35-
1;1.0
36-
>
31+
#​ Format: [dimension: (Integer); speed: (Double);],
32+
#​ Example: [dimension: 0; speed: 1.0;]
33+
P:pregen-speeds=<<<
34+
[
35+
dimension: 0;
36+
speed: 1.0;
37+
],
38+
[
39+
dimension: -1;
40+
speed: 1.0;
41+
],
42+
[
43+
dimension: 1;
44+
speed: 1.0;
45+
]
46+
>>>
3747

3848
[common.tweaks]
3949

@@ -75,7 +85,7 @@
7585
# Defines what is send in the chat Spam during the pregneration
7686
# This entries can be removed/reordered/added as you wish
7787
#​ Must be one of [Task, World, TaskInfo, ProcessingSpeed, LoadedFiles, workingArea, ExpectedTime, RamUsage, Controls]
78-
e:logger-order= <
88+
e:logger-order=<<<
7989
Task,
8090
World,
8191
TaskInfo,
@@ -85,12 +95,13 @@
8595
ExpectedTime,
8696
RamUsage,
8797
Controls
88-
>
98+
>>>
8999

90100
# Defines the Permissions clients can use
91101
# Chunk Pregen comes with certain features that access server information, and sometimes you don't want to give OP rights since that will give access to everything
92102
# The permission system is ment to give controlled access to features
93-
#​ Format: [PlayerId(String);Commands(Boolean);Chunk Scanning(Boolean);Chunk Teleportation(Boolean);Chunk Deletion(Boolean);Dimension Scanning(Boolean);Dimesnion Deletion(Boolean);Disk Scanning(Boolean)], Example: [84d6171c-8546-4309-bf3e-fc0956f32ea0;true;false;false;false;true;true;false]
103+
#​ Format: [PlayerId: (String); Commands: (Boolean); Chunk Scanning: (Boolean); Chunk Teleportation: (Boolean); Chunk Deletion: (Boolean); Dimension Scanning: (Boolean); Dimesnion Deletion: (Boolean); Disk Scanning: (Boolean);],
104+
#​ Example: [PlayerId: 84d6171c-8546-4309-bf3e-fc0956f32ea0; Commands: true; Chunk Scanning: false; Chunk Teleportation: false; Chunk Deletion: false; Dimension Scanning: true; Dimesnion Deletion: true; Disk Scanning: false;]
94105
P:player-permissions=
95106

96107
# Defines if translations should be done serverside.
@@ -113,13 +124,6 @@
113124
# Defines if the preview should automatically adjust the scale to always fit the entire gui or not
114125
B:disable-preview-auto-scale=false
115126

116-
# Allows to pick for a Custom Background for Configs that use the default Background
117-
#​ Must be one of [PLANKS, STONE, DIRT, SEA_PRISM, BUBBLE_CORAL, MISSING, NETHERRACK, RED_NETHER_BRICKS, TUFF, CALCITE, AMETHYST, GRANITE, POLISHED_ANDESITE, DEEPSLATE_BRICKS, PURPUR_PILLAR, RED_SAND, PACKED_ICE, CRYING_OBSIDIAN, CYAN_CONCRETE_POWDER, EXPOSED_COPPER, MUD, RAW_GOLD, RAW_IRON, HONEY, HONEY_COMB, HAY]
118-
E:custom-background=PLANKS
119-
120-
# Allows to set if the background is always visible or only if you are not in a active world
121-
B:ingame-background=false
122-
123127
# If the warning of Forge Essentials was shown. Config so it is only shown once
124128
B:warning-forge-essentials=false
125129

config/renderlib.cfg

+22-8
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,34 @@ general {
3030
I:tileEntityCachedBoundingBoxUpdateInterval=100
3131

3232
opengldebugoutput {
33+
# Enable/Disable crashing when an OpenGL error occurs. If disabled OpenGL errors are likely to go unnoticed unless the log is checked manually.
34+
B:crashOnError=false
35+
3336
# Better debugging of OpenGL errors. Might not be supported by your hardware/driver.
3437
B:enabled=false
35-
36-
# Enable/Disable logging of high severity non-error messages. (You probably never want to enable this as a normal user)
3738
B:logHighSeverity=false
38-
39-
# Enable/Disable logging of low severity non-error messages. (You probably never want to enable this as a normal user)
4039
B:logLowSeverity=false
41-
42-
# Enable/Disable logging of medium severity non-error messages. (You probably never want to enable this as a normal user)
4340
B:logMediumSeverity=false
44-
45-
# Enable/Disable logging of notification severity non-error messages. (You probably never want to enable this as a normal user)
4641
B:logNotificationSeverity=false
42+
43+
# Enable/Disable appending of the stack trace when logging a debug message.
44+
# Valid values:
45+
# DISABLED
46+
# ALWAYS
47+
# ERRORS_ONLY
48+
S:logStackTrace=ERRORS_ONLY
49+
50+
# Enable/Disable debug messages matching the specified filters.
51+
# Format: 'source, type, severity, enabled'
52+
# Valid source values: [ ANY, API, WINDOW_SYSTEM, SHADER_COMPILER, THIRD_PARTY, APPLICATION, OTHER ]
53+
# Valid type values: [ ANY, ERROR, DEPRECATED_BEHAVIOR, UNDEFINED_BEHAVIOR, PORTABILITY, PERFORMANCE, MARKER, PUSH_GROUP, POP_GROUP, OTHER ]
54+
# Valid severity values: [ ANY, HIGH, MEDIUM, LOW, NOTIFICATION ]
55+
S:messageFilters <
56+
ANY;ERROR;ANY;true
57+
>
58+
59+
# May be required by some systems to generate OpenGL debug output. (Enabling might have a negative impact on performance)
60+
B:setContextDebugBit=false
4761
}
4862

4963
}

curseforge-description.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This pack does NOT include: refined storage, gregtech, buildcraft, projectE, ava
2323
<br />
2424
<h4><a href="https://github.com/BinBashBanana/Enigmatica2Tweaked/blob/master/MODLIST.md">Full mod list</a></h4>
2525
<br />
26-
<h4>Latest release: 1.03 - <a href="https://github.com/BinBashBanana/Enigmatica2Tweaked/blob/master/changelogs/CHANGELOG.md">Changelog</a></h4>
26+
<h4>Latest release: 1.04 - <a href="https://github.com/BinBashBanana/Enigmatica2Tweaked/blob/master/changelogs/CHANGELOG.md">Changelog</a></h4>
2727
<br />
2828
<h4>Added mods</h4>
2929
<div class="spoiler">
@@ -153,6 +153,7 @@ Note: you can usually get away with 4 GB, but 6 GB is better especially for preg
153153
<h4>Extra notes for servers</h4>
154154
<li>If you want recurrent complex structures in your world, add the mod before you pregenerate the world, then remove it.</li>
155155
<li>If you want LagGoggles on your spongeforge server, you'll need the latest version that doesn't require TickCentral. Use `LagGoggles-THIN-1.12.2-4.11-92.jar`. Clients can still connect with the latest version of LagGoggles.</li>
156+
<li>Lootr won't work on spongeforge servers. Also remove lootr before using chunk-pregenerator.</li>
156157
<br />
157158
<h4>Recommended resource packs</h4>
158159
<li><a href="https://github.com/F32Organization/Faithful32-1.12.2">Faithful32 Modded</a></li>

minecraftinstance.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)