diff --git a/CHANGELOG-latest.md b/CHANGELOG-latest.md index 25d3c84e1..5669e9a80 100644 --- a/CHANGELOG-latest.md +++ b/CHANGELOG-latest.md @@ -1,12 +1,10 @@ -# v1.34.0 (2024-3-18) +# v1.35.0 (2024-3-27) ## Mods changes ### ๐ŸŸข Added Mods Icon | Summary ----:|:------- - | [**LibrarianLib**](https://www.curseforge.com/minecraft/mc-mods/librarianlib) librarianlib-1.12.2-4.22.jar
An extensive collection of tools, utilities, and frameworks. - | [**Random PSIdeas**](https://www.curseforge.com/minecraft/mc-mods/random-psideas) rpsideas-2.4.4.jar
A mod which aims to enhance your PSI experience with some useful additions - | [**Precision Mining**](https://www.curseforge.com/minecraft/mc-mods/precision-mining) PrecisionMining-1.12.2-5.2.jar
QOL mod that prevents overmining + | [**Enhanced P2P**](https://www.curseforge.com/minecraft/mc-mods/enhancedp2p) betterp2p-1.12.2-1.2.3-extended_life.jar
Improved Fork of Better P2P ----------- @@ -14,120 +12,104 @@ Icon | Summary Icon | Summary ----:|:------- - | [**Village Names**](https://www.curseforge.com/minecraft/mc-mods/village-names) VillageNames-1.12.2-4.4.8.jar
Generate names for villages and villagers, as well as for other entities and structures. - | [**WorldGen Indicators**](https://www.curseforge.com/minecraft/mc-mods/worldgen-indicators) WorldGenIndicators-1.12.2-1.1.0-6.jar
Add worldgen depending of another worldgen, like ore samples (Using craftweaker) + | [**Pixel Reality - Luminance**](https://www.curseforge.com/minecraft/texture-packs/pixel-reality-luminance)Pixel Reality Luminance 1.12.2.zip
Realistic(ish) light effects without shaders! Use it on top of vanilla or your chosen pack! Needs Optifine. ----------- ### ๐ŸŸก Updated Mods Icon | Summary | Old / New ----:|:--------|:--------- - | [**LittleTiles**](https://www.curseforge.com/minecraft/mc-mods/littletiles) | LittleTiles_v1.5.86_mc1.12.2
LittleTiles_v1.5.87_mc1.12.2 - | [**PackagedAuto**](https://www.curseforge.com/minecraft/mc-mods/packagedauto) | PackagedAuto-1.12.2-1.0.11.41
PackagedAuto-1.12.2-1.0.12.43 - | [**Thaumic Wonders**](https://www.curseforge.com/minecraft/mc-mods/thaumic-wonders) | thaumicwonders-1.8.2
thaumicwonders-1.8.3 - | [**PackagedExCrafting**](https://www.curseforge.com/minecraft/mc-mods/packagedexcrafting) | PackagedExCrafting-1.12.2-1.0.2.19
PackagedExCrafting-1.12.2-1.0.2.20 - | [**AE2 Fluid Crafting Rework**](https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework) | Fluid Craft for AE2-2.5.7-r
Fluid Craft for AE2-2.5.8-r + | [**Xaero's Minimap**](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap) | Xaeros_Minimap_23.9.7_Forge_1.12
Xaeros_Minimap_24.0.1_Forge_1.12 + | [**Xaero's World Map**](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map) | XaerosWorldMap_1.37.8_Forge_1.12
XaerosWorldMap_1.38.1_Forge_1.12 + | [**Thaumic Augmentation**](https://www.curseforge.com/minecraft/mc-mods/thaumic-augmentation) | ThaumicAugmentation-1.12.2-2.1.13
ThaumicAugmentation-1.12.2-2.1.13 + | [**QMD**](https://www.curseforge.com/minecraft/mc-mods/qmd) | QMD-1.3-1.12.2
QMD-1.3.1-1.12.2 + | [**RandomTweaker**](https://www.curseforge.com/minecraft/mc-mods/randomtweaker) | RandomTweaker-1.4.2
RandomTweaker-1.4.4 + | [**Had Enough Items**](https://www.curseforge.com/minecraft/mc-mods/had-enough-items) | HadEnoughItems_1.12.2-4.25.2
HadEnoughItems_1.12.2-4.25.3 + | [**File Director**](https://www.curseforge.com/minecraft/mc-mods/filedirector) | !mod-director-launchwrapper-1.8.1-all
!mod-director-launchwrapper-1.8.2-all + | [**SerializationIsBad**](https://www.curseforge.com/minecraft/mc-mods/serializationisbad) | serializationisbad-1.5
serializationisbad-1.5.2 + | [**Alfheim Lighting Engine**](https://www.curseforge.com/minecraft/mc-mods/alfheim-lighting-engine) | Alfheim-1.2
Alfheim-1.3-Dev-2 ----------- ## โšก Performance Improvements - -#### Recipes - -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/5065c169cd0364a9fcac60379f47a33c486ad3cc)โšกRewrite internal purging script to be faster - > Now removing items from the game, like 4 types of copper dusts, would be little bit faster (1-2 seconds). +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/f17bc7462d9c900b2e9000d52a26c8ca2be709ab)โšกAdd config option to disable generating Aspects from recipes + > Before this change, Thaumcraft for each item in game recursively iterated all its recipes to determine Aspect cost. This was caused lot of computation and took 10-30 seconds of game load. + > + > Usually, this issue handled by `Thaumic Speedup` mod, but in some environment like Java21 its not working. + > + > New config option will allow to disable this feature. + > Side effect - most of items that doesnt have hardcoded aspects would not have aspects. + > + > Note: + > This option is harmless set to `true` if you playing on server with `false` value. + > + > Related https://github.com/CleanroomMC/Cleanroom/issues/61 +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/7be36dafd15dd4a7d4de4e7b87919b4ffb78c0ab)โšกDisable "Discord Rich Presence" by UTeamCore + > This would save ~2 seconds of game load and probably removed some conflicts. + > + > Rich Presence handled by mod `CraftPresence` +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/c991ed9cf3722556825a654469f6dbfe7ccca21f)โšกDisable "Pathfinder" villager trades + > Save 1-4 seconds of game load. + > + > This trades was useless anyway since Narute Compas is a thing. +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/da1d943bc4e16a57606c04717a87fa1077b39237)โšกDisable Xaero map internet acces + > Should save about 3 seconds on game load. + > + > Disables parteon and update check. + > + > Related to https://legacy.curseforge.com/minecraft/mc-mods/xaeros-world-map/issues/824 ## โœจ New Features -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/767b1e30ac0dd8c153ebc6c21f1678fff83af61a)๐ŸAdd ![](https://github.com/Krutoy242/mc-icons/raw/master/i/draconicevolution/mob_soul__0__95c2b7e0.png "Questing Ram Soul") building mechanic - > Now you can build Questing Ram just like Vanilla golem! - -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/225198f8abf09b0b15f91a776f81bbfe94e5bc1a)๐ŸฆฏEntities aspects update - > > Contributed by [TabakaSIM](78695622+TabakaSIM@users.noreply.github.com) - > - > All creatures with spawn egg now have custom aspect and can be displayed in JEI. - > - > Some additional notes: - > - Some entities that were a little buggy (or didn't spawn naturally) get one "amogus" aspect - > - Bosses (only spawn eggs) got 314 "caeles" aspect -#### Recipes +#### Quest -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/08f1892044cb474f44bc82e8b7d02a75dd1eab43)โœ๏ธadd ![](https://github.com/Krutoy242/mc-icons/raw/master/i/contenttweaker/empowered_phosphor__0.png "Empowered Phosphor")=>![](https://github.com/Krutoy242/mc-icons/raw/master/i/contenttweaker/saturated_phosphor__0.png "Saturated Phosphor") in world recipe -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/b24950273dbd6f89b1637f5f1a4011fe7cb31059)โœ๏ธadd ![](https://github.com/Krutoy242/mc-icons/raw/master/i/industrialforegoing/pink_slime__0.png "Pink Slime") in ![](https://github.com/Krutoy242/mc-icons/raw/master/i/advancedrocketry/chemicalreactor__0.png "Crystallizer") -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/27b52ed65fa4c3deb94f5ecf125890502b3bf0e4)โœ๏ธadd ![](https://github.com/Krutoy242/mc-icons/raw/master/i/advancedrocketry/pipesealer__0.png "Silicon Block")=>![](https://github.com/Krutoy242/mc-icons/raw/master/i/appliedenergistics2/material__20.png "Printed Silicon") in ![](https://github.com/Krutoy242/mc-icons/raw/master/i/advancedrocketry/cuttingmachine__0.png "Cutting Machine") +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/64f4a167238413aff042f0232eb989304c60d6e2)๐Ÿ“– Improve messages "Player Obtained [...]" + > Now it colored and have nice Discord formatting ## ๐Ÿ› Fixes -#### Bug - -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/a3e695d4fbb8b94b9f7b08c209c18f4b81976609)๐Ÿ›Fix world not loaded after ![](https://github.com/Krutoy242/mc-icons/raw/master/i/randomthings/spectrekey__0.png "Spectre Key") usage - > After teleporting to `Spectre` dimension player was hanging in non-loaded world for a minute or so. - > - > I was fixed it before but now need to fix it again since its handled by UniversalTweaks now. - #### Configs -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/abf270087f149954ee318365b749e738a306d040)๐Ÿ‡ Fix mount disapear on unlog server - > Very sad and dissapointing bug make your dragon, horse or any other ridden entity just disapear if you unlog mounting it. - > - > Also fix Nanomachines cleared from player on unlog. - > - > Fix https://github.com/ACGaming/UniversalTweaks/issues/397 - > Fix https://github.com/ACGaming/UniversalTweaks/issues/398 -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/b8b06d3ff7c3acfb33b84c0ebedd24a62f658c68)๐Ÿ’ฅFix bug that made it unable to attune AstralSorcery crystals - > Fix https://github.com/Project-RT/RandomTweaker/issues/76 -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/8c1f319d06be7aa3c54a3c33c5c8b48505b84cf8)๐Ÿ’ฅFix unable to connect server with port specified - > I dont know but im changing this option each version and without changing it its not working. -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/72a61bd5836eea7ebfb9d7c256368e17d0851eb4)๐Ÿ’ป![](https://github.com/Krutoy242/mc-icons/raw/master/i/opencomputers/tool__5.png "Nanomachines") consume x10 more energy -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/248e159f1e2b3c88dcebf0288fe3746c02f53ee5)๐Ÿ””Attempt to add ding on MC started -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/a1345fbbab5afdcc827d8cce9ab0fac111c7d2f8)๐ŸงฉDisable "Compact Messages" setting of UT - > Compact messages more annoying than useful -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/1c859248b2aa99bd116f03fc3a4fba6ed8d8fb3b)๐ŸงฉEnable `onDemandAnimatedTextures` - > This option will break all block animations (fire, lava, etc.) when Optifine installed. But it give so huge boost to FPS that its affordable cost. +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/6765b7f7c2990cd5d9f5f0638b4eb55c09c2a063)๐ŸŒ Remove " asteroid" postfix on asteroid names to let them fit screen +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/3489fd7a0f1b56baa53cdce227ead882a359a27e)๐Ÿ’ฅFix unable to connect server with port specified + > This is nice and thrilling story about changing this option each patch. +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/36d4aebed9b130c71f4417e1239f963d9db22bba)๐ŸฆฏFix size-changing focus not showed in Thaumcraft researches #### Docs -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/d56367b4694392504c8438b2fd9b1eda7e0d18d9)๐Ÿ“Add tip about `/bcore_util regenchunk` command +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/ab136fef1fce96a2dfe90f5b4fd875642adc10bf)๐Ÿ“Add tip in Patchouli book `/bcore_util regenchunk` + +#### Gear + +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/49021a0292f5c0673563aedf0142ca433c915e68) โ›๏ธFix Invincible Combo `Strength Of Will` + `Runic Shield` + > There was an exploit allowing be invincible by combing this features. Now `Strength Of Will` will have 400 ticks cooldown. + +#### JEI + +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/b291bc994342d77aae78baa796fbce85b3608233)๐ŸŒAdd `Alien Jungle (200)` distribution #### Quest -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/f93ab95715c49c7a61fce002d18eaad8249256be)๐Ÿ“–Add extra information for AdvRocketry's satellite and astrobody quests, mostly related to Skyblock - > > Contributed by [TrashboxBobylev](trashbox.bobylev@gmail.com) - > - > * misc: extended Satellite Builder and Astrobody Data Processor quests: - > - > - added disclaimers about asteroid mining missions not working in Skyblock dimension - > - added info about what sensors are applicable for satellites - > - added info about how to encode asteroid chips with asteroids - > - fixed some errors, like incorrect links and translation, in Russian text -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/bdc4297640ec22bbd4562e8a948df9874edfeefb)๐Ÿ“–Add reward to `Ratlantis World Generation` - > Also change rewards on near quests -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/d10fb7ace13ee49886a2cf81c8ffac87aff16b51)๐Ÿ“–Fix `/gamestage` command typo - > > Contributed by [luckylamball](158814506+luckylamball@users.noreply.github.com) - > - > Now you can actually grand The Nether access by finishing `Harvest level 7` quest. +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/124e1dd28d6e49c22f34bda57ec7c306ca15d9ef)๐Ÿ“–Fix typo in `Teleporter` quest +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/8ce132b7c1c520a3c79fdd9448a52af9cd060b93)๐Ÿ“–Improve Ru translation of `Getting Started` chapter #### Recipes -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/be4b9ef77aaa1687c6074f5afb63a593259313c9)โœ๏ธ![](https://github.com/Krutoy242/mc-icons/raw/master/i/mctsmelteryio/machine__3.png "Advanced Seared Drain") fix recipe from ingots instead of bricks -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/fd6fc0bdf079d374322ee3a7a61963116cabb1a1)โœ๏ธ![](https://github.com/Krutoy242/mc-icons/raw/master/i/advancedrocketry/cuttingmachine__0.png "Cutting Machine") add all missed Log=>Planks recipes including Vanilla -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/68b1694f90184f6e08ca0db6f9e49d608b086769)โœ๏ธ[Omniwand] allow ![](https://github.com/Krutoy242/mc-icons/raw/master/i/vaultopic/vice__0.png "V.I.C.E. (Vaultopic Item Crafting Entity)") +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/89be061867c4c589cb09c88833a7de0963adc759)โœ๏ธ![](https://github.com/Krutoy242/mc-icons/raw/master/i/advancedrocketry/microwavereciever__0.png "Microwave Receiver") buff output x20 +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/bdd2c4e4120f5e6040d4e308721ef1e1b4384485)โœ๏ธadd antidupe for ![](https://github.com/Krutoy242/mc-icons/raw/master/i/twilightforest/uncrafting_table__0.png "Uncrafting Table") + > Now Uncrafting Table mechanic improved - you cant uncraft items that have several recipes with 2+ recipes output with same ID but different tags. > -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/1478275fed447cc9d4ddcdccc285193a86b60af8)โœ๏ธFix ![](https://github.com/Krutoy242/mc-icons/raw/master/i/forestry/oak_stick__0.png "Impregnated Stick") recipe in ![](https://github.com/Krutoy242/mc-icons/raw/master/i/thermalexpansion/machine__8__45e2e59d.png "Fluid Transposer (Basic)") -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/8953c406cb2220ab4da2772181199b5ae933679b)โœ๏ธfix Dragon Steel smelted from unexisted items in ![](https://github.com/Krutoy242/mc-icons/raw/master/i/tconstruct/smeltery_controller__0.png "Smeltery Controller") -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/2a0667c7d0b16a4ca325cc6b6680c04c922fdead)โœ๏ธHarder ![](https://github.com/Krutoy242/mc-icons/raw/master/i/randomthings/spectrelens__0.png "Spectre Lens") + > For example, you cant Uncraft Mekanism Tanks or Cubes, since before fix this was allowed to create Creative Tank from Basic one. > -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/15ac87de033669aa788c80ffd5bd2ce07c5eb221)โœ๏ธRemove ![](https://github.com/Krutoy242/mc-icons/raw/master/i/aeadditions/storage.casing__0.png "Advanced Storage Housing") recipe + > Please remember that Uncrafting Table is experemental feature and there could be still many unreported dupes. #### Worldgen -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/c193014ba5add95aac2e3bc44a74ccece924bbe0)๐ŸŒ![](https://github.com/Krutoy242/mc-icons/raw/master/i/extrautils2/decorativesolid__6.png "Blue Quartz") change spawn - > Now they spawn inside Cheese Marble structures instead of underground. -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/df956a9575fb902c9caa4e9881c6f3cec377750a)๐ŸŒSet max chunk time to `5` => `500` - > I dont know what this option actually do, but in theory, it should make worldgen more smoothly. -* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/a800de15857414985bf5d049aa364114929cdadf)๐ŸŒX4 descrease of ![](https://github.com/Krutoy242/mc-icons/raw/master/i/quark/root__0.png "Cave Root") spawning chance but more flowers on them +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/d06bd03177ad83c4d1a1892415ec984603eac986)๐ŸŒFix AdvRocketry spam new planets on `Magnis Vulpes` system + > I accidentally enabled generation of ~15 dimensions in one of planetary systems. All generated planets was called like "Magnis Vulpes xxx" and was actually mostly featureless. This bug only affected worlds created from `v1.31.0`. +* [๐Ÿ–‡](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/d9680cccd05dd0d463ffed5a9cda0b3e63202cfa)๐ŸŒFix Ice dragon cave chests was empty diff --git a/config/CustomMainMenu/mainmenu.json b/config/CustomMainMenu/mainmenu.json index 2caaafcba..46951ba74 100644 --- a/config/CustomMainMenu/mainmenu.json +++ b/config/CustomMainMenu/mainmenu.json @@ -155,7 +155,7 @@ "alignment": "bottom_right" }, "version_num": { - "text": "v1.34.0", + "text": "v1.35.0", "posX": -65, "posY": -25, "color": 4956595, diff --git a/dev/version.txt b/dev/version.txt index 3d29685a1..5971cf8a2 100644 --- a/dev/version.txt +++ b/dev/version.txt @@ -1 +1 @@ -v1.34.0 \ No newline at end of file +v1.35.0 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 660a655e7..18ab402fa 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "manifestType": "minecraftModpack", "manifestVersion": 1, "name": "Enigmatica2Expert-Extended", - "version": "v1.34.0", + "version": "v1.35.0", "author": "krutoy242", "overrides": "overrides", "files": [ diff --git a/server/server-setup-config.yaml b/server/server-setup-config.yaml index 76afe0b49..9c87a7b56 100644 --- a/server/server-setup-config.yaml +++ b/server/server-setup-config.yaml @@ -46,7 +46,7 @@ install: # Link to where the file where the modpack can be distributed # This supports loading from local files as well for most pack types if there is file://{PathToFile} in the beginning - modpackUrl: https://github.com/Krutoy242/Enigmatica2Expert-Extended/releases/download/v1.34.0/E2E-Extended-v1.34.0.zip + modpackUrl: https://github.com/Krutoy242/Enigmatica2Expert-Extended/releases/download/v1.35.0/E2E-Extended-v1.35.0.zip # This is used to specify in which format the modpack is distributed, the server launcher has to handle each individually if their format differs # current supported formats: