From eec99b4e8dca01369279c7ca3c4022dc8530407e Mon Sep 17 00:00:00 2001 From: Krutoy242 Date: Fri, 28 Jun 2024 10:15:33 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B1=20CHANGELOG=20update,=20v?= =?UTF-8?q?ersion=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG-latest.md | 297 ++-------------------------- config/CustomMainMenu/mainmenu.json | 2 +- dev/version.txt | 2 +- manifest.json | 2 +- server/server-setup-config.yaml | 2 +- 5 files changed, 23 insertions(+), 282 deletions(-) diff --git a/CHANGELOG-latest.md b/CHANGELOG-latest.md index 57ad5f92b..43ac1f7b4 100644 --- a/CHANGELOG-latest.md +++ b/CHANGELOG-latest.md @@ -1,145 +1,10 @@ -# v1.39.2-beta (2024-6-19) - -## Mods changes - -### 🔴 Removed Mods - -Icon | Summary|Reason -----:|:-------|--- - | [**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 | This mod had high hopes but turned out to be a disappointment. Yes, it adds cool features for PSI, but it drags a huge clunky LibrarianLib with it. - | [**LibrarianLib**](https://www.curseforge.com/minecraft/mc-mods/librarianlib) librarianlib-1.12.2-4.22.jar
An extensive collection of tools, utilities, and frameworks. | A lengthy study of the operation of this library, revealed several problems for which it can no longer remain.
- Huge file size: larger than all other mods in the modpack.
- Significant increase in loading time: the mod does [some calculations](https://i.imgur.com/jDl1ioX.png) during loading, which are obviously not even necessary for Rpsideas. - | [**Item Highlighter [Forge]**](https://www.curseforge.com/minecraft/mc-mods/item-highlighter) Highlighter-1.12.2-forge-1.1.7.jar
Highlights newly picked-up items. Simple and convenient. | This may sound strange, but this mod made items [run through the inventory](https://i.imgur.com/wjWFM5y.gif) in some players. ------------ - -### 🟡 Updated Mods - -Icon | Summary | Old / New -----:|:--------|:--------- - | [**CraftPresence**](https://www.curseforge.com/minecraft/mc-mods/craftpresence) | CraftPresence-2.3.9+1.12.2
CraftPresence-2.4.0+1.12.2 - | [**Zen Utils**](https://www.curseforge.com/minecraft/mc-mods/zenutil) | zenutils-1.19.0-pre3
zenutils-1.19.0-pre4 - | [**Precision Mining**](https://www.curseforge.com/minecraft/mc-mods/precision-mining) | PrecisionMining-1.12.2-5.2
PrecisionMining-1.12.2-5.2.1 - | [**AE2 Fluid Crafting Rework**](https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework) | Fluid Craft for AE2-2.6.1-r
Fluid Craft for AE2-2.6.2-r - | [**Fugue**](https://www.curseforge.com/minecraft/mc-mods/fugue) | +Fugue-1.12.2-0.15.3
+Fugue-1.12.2-0.15.5 ------------ - -## ⚡ Performance Improvements - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/85309bf696d4fff561d87f7f49f2c3c04d8d08fb)⚡Improve item removal script - > Getter `IITemStack.ores` is slow so I replaces it with static ore removal. Saved ~1 second of game load 😄 -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/3787d4ddfc7428a268841bb30f81087dc69ca6ba)⚡Increase ![](https://github.com/Krutoy242/mc-icons/raw/master/i/enderio/block_alloy_smelter__0.png "Alloy Smelter") performance - > Before this change, registering recipes required iterate over big amounts if registry to find what custom recipes could be x3, like when you can smelt 3 cobblestone at once. - > - > This takes 1-3 seconds on loading time for about ~16 custom recipes. - > - > I removed this x3 functionality for those 16 custom recipes (mostly compressed cobble => stone ones). -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/dfb18119274125734b5e308474e98618f9f0be0e)⚡Increase HEI recipe iteration by 1-3 seconds - > Since there is tens of thouthands HEI recipes, rapid calling of progress bar steps caused excess second of waiting. - > - > https://spark.lucko.me/MRBZYLxzrN?hl=340125 -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/e7e352f551424bf84019b0b124e7780356e247e8)⚡Remove ![](https://github.com/Krutoy242/mc-icons/raw/master/i/integrateddynamics/on_the_dynamics_of_integration__0.png "On the Dynamics of Integration") - > This book takes 1-3 seconds on game load since make some cpu-heavy iterations https://spark.lucko.me/HlEM0qGvQZ?hl=546133 - > - > I never saw anyone learned ID with this book. Please report on E2EE discord if you was - i will add some kind of link to online guide in quest book. -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/ed6c46c7f89b965ac29bfe04a0e1565cccc37eb5)⚡Remove crafting recipes in ![](https://github.com/Krutoy242/mc-icons/raw/master/i/immersiveengineering/tool__3.png "Engineer's Manual") - > This should save 2-6 seconds of game load. - > - > Usually, it wont take so long for IE to make thosre 3x3 grid recipe pages. But in E2EE there is a lot of recipes. IE script made the way it need to iterate all 16000 crafting table recipes for each manual book recipe. - > - > Those recipes makes sense if modpack doesnt have HEI. But since most of the recipes are changed and was already not actual, I removed them. Text on pagest still there, just without 3x3 grid. -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/1cf9765f75222634e439d6f66a5c7153704be647)⚡Remove IE Orevein map villagers - > They caused 1-3 seconds load and sell Ore Vein places, which already easy and fast to obtain with a drill. - -## ✨ New Features - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/9016586767a7c11fbaa18aeaf63ae185db92815e)✏️![](https://github.com/Krutoy242/mc-icons/raw/master/i/extendedcrafting/table_basic__0.png "Basic Crafting Table") expansion into Engineering Table - > > Contributed by [TrashboxBobylev](trashbox.bobylev@gmail.com) - > - > Expand Basic table's purpose and recipe set. - > - > - Flavor-transforms Basic Crafting Table into Engineering Table (texture and name) - > - Add 15 Engineering recipes, that provide more essential blocks and crafting materials per craft at cost of slightly increasing the difficulty of base crafting recipe. - -## 🐛 Fixes - - -#### Balance - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/9ee5e4ba65101c29322a864e88ac9f9e856c5f5d)✏️![](https://github.com/Krutoy242/mc-icons/raw/master/i/cyclicmagic/block_fragile_weak__0.png "Replaceable Scaffolding") add recycling - > Also ![](https://github.com/Krutoy242/mc-icons/raw/master/i/cyclicmagic/block_fragile_auto__0.png "Responsive Scaffolding") cheaper -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/c8edf76bb739dca0ac399732c8525a62b7099f4b)✏️fix `steam`=>`ic2steam` conversion too powerful - > now its x10 steam versus x1 ic2steam - -#### Configs - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/21d2cf7d1954ecfb3b2ef793a2ed261e3119f242)🧩Disable Quark's `Burried Treasure` feature -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/9eca865c853daa263bf83ccf49a06cc337ccf0e1)🧩Fix `Infernal Furnace` not working - > Also this fix other Thaumcraft-like furnaces from Thaumic Wonders. - > - > Related https://github.com/fonnymunkey/RLMixins/issues/16 -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/efd88118e83696769e06d7217f124729673ce682)🧩Disable some `RLMixins` tweak/fix options - > More info https://github.com/fonnymunkey/RLMixins/issues/16#issuecomment-2177437447 - -#### Difficulty_rework - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/a6bfa8adc7905b8d8e420894208b2d234c1fe500)💙![](https://github.com/Krutoy242/mc-icons/raw/master/i/ic2/crystal_memory__0__3d4c3242.png "Crystal Memory") when clicking over ![](https://github.com/Krutoy242/mc-icons/raw/master/i/requious/replicator__0.png "Replicator") shows difficulty of Owner first -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/2b78a720b2c56da59728de2c653515973ac05fcb)💙`creative` and `spectator` players cant acquire - -#### Docs - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/2130a90c1af3275d7e5ad14fb8d859d45ef2f535)📝![](https://github.com/Krutoy242/mc-icons/raw/master/i/avaritia/singularity__1.png "Woodweave Singularity") add power required value to desc -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/7fc61396533a3c4aaf052ba6d6d9f23f251d2b29)📝Show message about wrong installation when either of two mods is not installed - -#### Hei - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/e100523e42b3865ece7ed6be6003c89fd413c3df)🧻Add HEI hints ![](https://github.com/Krutoy242/mc-icons/raw/master/i/rats/marbled_cheese_raw__0.png "Raw Marbled Cheese") skyblock source - > - -#### JEI - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/52f3f8ec3d7e9793c7c5fb4fbcdf19f2781d40e2)✏️fix not all vis seeds was hidden in HEI -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/eb9dd5003f5c3b044338c897a614c12e24ea851e)🧻Add info that ![](https://github.com/Krutoy242/mc-icons/raw/master/i/twilightforest/twilight_sapling__4.png "Robust Twilight Oak Sapling") can spawn [Lootr Chest] and ![](https://github.com/Krutoy242/mc-icons/raw/master/i/minecraft/mob_spawner__0.png "Monster Spawner") - -#### Quest - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/d5546605ca0bb27ce441934fc30514238a2c7612)📖Add ![](https://github.com/Krutoy242/mc-icons/raw/master/i/ic2/crop_seed_bag__0.png "Spidernip Seeds") to Crop sticks reward - > For ![](https://github.com/Krutoy242/mc-icons/raw/master/i/minecraft/web__0.png "Cobweb") shortcut -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/d64d1346640d7a7fdf4ea6f7d4beb8b2ad1b98c0)📖Add new moderator blocks to "Moderators" quest -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/643b4c28bacebe1867d2c9f25b0945b5c21f09c4)📖Improve skyblock quests tasks and rewards - -#### Recipes - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/11998cc302bc6f653ebd765b7c2b4eb9d6b6d14a)✏️![](https://github.com/Krutoy242/mc-icons/raw/master/i/forestry/smoker__0.png "Bee Smoker") add recycling recipe - > -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/a69d47f29793a5afb78d41f19c733cdf4fb046a2)✏️fix Thaumcraft Nuggets cant be converted - - - - -# v1.39.1-beta (2024-6-11) - - -## 🐛 Fixes - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/1111884b472300b5c3662da792a3b67209d46b1a)💙Fix server crash when ![](https://github.com/Krutoy242/mc-icons/raw/master/i/requious/replicator__0.png "Replicator") doesnt know owner player - > Replicator always know who placed it, even if it was block placer. But in rare circumstances "owner" field could be empty what causing crash. - - - -# v1.39.0-beta (2024-6-11) +# v1.40.0 (2024-6-28) ## Mods changes ### 🟢 Added Mods Icon | Summary ----:|:------- - | [**Proportional Destruction Particles**](https://www.curseforge.com/minecraft/mc-mods/proportional-destruction-particles)ProportionalDestructionParticles-1.12.2-1.2.4.jar
A client-side mod that causes block destruction particles to only spawn in blocks' collision/bounding boxes. - |[**Cherished Worlds (Fabric/Forge/NeoForge/Quilt)**](https://www.curseforge.com/minecraft/mc-mods/cherished-worlds) cherishedworlds-1.12.2-1.0.1.jar
Favorite/pin/bookmark certain worlds, which will always be at the top of the list and cannot be deleted. - | [**BetterWaterSplashPotions**](https://www.curseforge.com/minecraft/mc-mods/betterwatersplashpotions) BetterWaterSplash-1.0.jar
Splash potions now extinguish mobs on fire - | [**Item Borders [Forge]**](https://www.curseforge.com/minecraft/mc-mods/item-borders) ItemBorders-1.12.2-forge-1.2.0.jar
Add colored borders to inventory slots to make your rare items stand out! - | [**Item Highlighter [Forge]**](https://www.curseforge.com/minecraft/mc-mods/item-highlighter) Highlighter-1.12.2-forge-1.1.7.jar
Highlights newly picked-up items. Simple and convenient. - | [**Fixeroo**](https://www.curseforge.com/minecraft/mc-mods/xp-orb-clump) Fixeroo-2.0.jar
I fix and optimize Minecraft code when i feel like it - | [**RLMixins**](https://www.curseforge.com/minecraft/mc-mods/rlmixins) RLMixins-1.3.4.jar
RLMixins is a tweaking utility for the modpack RLCraft to make many changes and patches. - | [**Hit Indication**](https://www.curseforge.com/minecraft/mc-mods/hit-indication) hitindication-1.12.2-1.3.1.jar
Adds indicators to show where you where damaged from, with optional config options. - | [**FermiumBooter**](https://www.curseforge.com/minecraft/mc-mods/fermiumbooter) `FermiumBooter-1.1.0.jar
A simplistic mixin mod utility for loading early and late mixins + | [**Thaumic Tinkerer Unofficial**](https://www.curseforge.com/minecraft/mc-mods/thaumic-tinkerer-unofficial) thaumictinkerer-1.12.2-5.4-Unofficial.jar
A mod added lots of things to thaumcraft. ----------- @@ -147,167 +12,43 @@ Icon | Summary Icon | Summary ----:|:------- - | [**Clumps**](https://www.curseforge.com/minecraft/mc-mods/clumps) Clumps-3.1.2.jar
Clumps XP orbs together to reduce lag - | [**MixinBootstrap**](https://www.curseforge.com/minecraft/mc-mods/mixinbootstrap) _MixinBootstrap-1.1.0.jar
MixinBootstrap is a temporary way of booting Mixin in a MinecraftForge production environment. + | [**Thaumic Tinkerer**](https://www.curseforge.com/minecraft/mc-mods/thaumic-tinkerer) thaumictinkerer-1.12.2-5.0-620a0c5.jar
Tinkerering with Thaumic Creations! ----------- ### 🟡 Updated Mods Icon | Summary | Old / New ----:|:--------|:--------- - | [**Thaumic Additions: Reconstructed**](https://www.curseforge.com/minecraft/mc-mods/thaumic-additions) | ThaumicAdditions-1.12.2-12.7.8
ThaumicAdditions-1.12.2-12.7.9 - | [**Controlling**](https://www.curseforge.com/minecraft/mc-mods/controlling) | Controlling-3.0.12.3
Controlling-3.0.12.4 - | [**Dropt**](https://www.curseforge.com/minecraft/mc-mods/dropt) | dropt-1.12.2-1.19.3
dropt-1.12.2-1.19.4 - | [**PackagedAuto**](https://www.curseforge.com/minecraft/mc-mods/packagedauto) | PackagedAuto-1.12.2-1.0.13.47
PackagedAuto-1.12.2-1.0.13.49 - | [**QMD**](https://www.curseforge.com/minecraft/mc-mods/qmd) | QMD-1.3.4-1.12.2
QMD-1.3.5-1.12.2 - | [**AE2 Unofficial Extended Life**](https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life) | ae2-uel-v0.56.4
ae2-uel-v0.56.6 - | [**AE2 Fluid Crafting Rework**](https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework) | Fluid Craft for AE2-2.5.13-r
Fluid Craft for AE2-2.6.1-r - | [**Tweaked Petroleum**](https://www.curseforge.com/minecraft/mc-mods/tweaked-petroleum) | tweakedpetroleum-2.0.0
tweakedpetroleum-2.0.1 - | [**Neeve's AE2: Extended Life Additions**](https://www.curseforge.com/minecraft/mc-mods/nae2) | nae2-1.6.2
nae2-1.6.4 + | [**Xaero's Minimap**](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap) | Xaeros_Minimap_24.2.0_Forge_1.12
Xaeros_Minimap_24.2.0_Forge_1.12 + | [**CraftPresence**](https://www.curseforge.com/minecraft/mc-mods/craftpresence) | CraftPresence-2.4.0+1.12.2
CraftPresence-2.4.2+1.12.2 + | [**Xaero's World Map**](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map) | XaerosWorldMap_1.38.8_Forge_1.12
XaerosWorldMap_1.38.8_Forge_1.12 + | [**Zen Utils**](https://www.curseforge.com/minecraft/mc-mods/zenutil) | zenutils-1.19.0-pre4
zenutils-1.19.1 + | [**Hit Indication**](https://www.curseforge.com/minecraft/mc-mods/hit-indication) | hitindication-1.12.2-1.3.1
hitindication-1.12.2-1.4 + | [**Fugue**](https://www.curseforge.com/minecraft/mc-mods/fugue) | +Fugue-1.12.2-0.15.5
+Fugue-1.12.2-0.15.7 ----------- -## ⚡ Performance Improvements - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/13dda7b12d3c126578e95504b7d5e16ddf890469)⚡Increase performance of ![](https://github.com/Krutoy242/mc-icons/raw/master/i/requious/replicator__0.png "Replicator") - > Now, instead of searching for ![](https://github.com/Krutoy242/mc-icons/raw/master/i/ic2/crystal_memory__0__3d4c3242.png "Crystal Memory") in adjascent inventories, there will be special slot for the Memory. This will make idle Replicators require x10 times less CPU time. -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/16d12972d266d3c39b91391475f4dba45206d6e1)⚡Mak HEI ignore ![](https://github.com/Krutoy242/mc-icons/raw/master/i/minecraft/anvil__0.png "Anvil") enchantment recipes to save on memory - > -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/ba551c81ea0ffcc0220afaf8496ea48e90979d5b)⚡Remove ~100 unused IronChest recipes - > Silver and Copper chests was disabled, so their usages and recipes was removed. -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/58b3af68656c5b258acff84ea0fe4bfbc93c1390)⚡Remove 82 Pam crop => seed recipes - > seeds doesnt have actual usage except planting, and planting available directly, without turning into seed. - -## ✨ New Features - - -#### Difficulty Rework - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/7294a13966c41e921508e91b2c879477f3c158f4)💙Add difficulty when player acquire items - > - ![](https://github.com/Krutoy242/mc-icons/raw/master/i/scalinghealth/difficultychanger__0.png "Enchanted Heart")![](https://github.com/Krutoy242/mc-icons/raw/master/i/scalinghealth/difficultychanger__1.png "Cursed Heart") sources removed - > - Difficulty not increasing with time ⌚ anymore - > - Add tooltips on items that increase Difficulty - > - Items with difficulty effect have yellow borders - > - > Read all other changes in respective quest. -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/8afbd46a9f9b2f28ebc3f7b923502f2d96773761)💙![](https://github.com/Krutoy242/mc-icons/raw/master/i/requious/replicator__0.png "Replicator") add `difficulty` functionality - > - UU matter cost on tooltip now displayed two times - for current player difficulty level and for base cost - > - Add new stat "Spent UU Matter buckets" - > - Improved and added new quests - > - Changed Replicator GUI - > - Add particle FX and sound to working Replicator -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/216f1fab6d4343d024446207b8d1f856ce8e98b7)📖Amount of Loot Crates based on player's difficulty - > - +1 crate if have 0 difficulty✪ - > - 1 crate if your difficulty✪ on max -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/d0c7006bdfc1fea1b4178b100f032d37a3a0d428)💙Replace `Difficulty` TCon trait to new `Challenger` - > Now, higher Difficulty⭐ increases mining speed, damage, and defense/toughness. - -#### Docs - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/b8dc235ab266be3741d914698a82d0de534c99cc)📝![](https://github.com/Krutoy242/mc-icons/raw/master/i/avaritia/singularity__1.png "Woodweave Singularity") make formula more readable - -#### JEI - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/91832041ede445f3c5dcfe5fe2617bdafc3207b4)🧻Add Dragon Skull drop -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/ff647dd47a784c62db5c856378a4724dd3d128b9)🧻Add HEI hints for Rats entity creation -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/9443ba7c6aa15473b703dd3f727499870d4db93d)🧻Now ingredients in various HEI hints show soul and egg - > Was only soul before - -#### Recipes - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/bb1f69c89a51e284186722f3cd0a4922b0c5e6da)✏️![](https://github.com/Krutoy242/mc-icons/raw/master/i/minecraft/repeater__0.png "Redstone Repeater") fix duplicate recipe -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/523c01d92de63a4abcf942f2fdaee94fb5ede60d)✏️Add ![](https://github.com/Krutoy242/mc-icons/raw/master/i/minecraft/spawn_egg__0__95b04845.png "Spawn Greater Crimson Portal") spawning mechanic - > -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/1c7cd727cb4e1f695068b8cf614b5112014b90e7)✏️add new NC Moderator blocks - > ![](https://github.com/Krutoy242/mc-icons/raw/master/i/twilightforest/aurora_block__0.png "Aurora Block"): 26, ![](https://github.com/Krutoy242/mc-icons/raw/master/i/randomthings/biomeglass__0.png "Biome Glass"): 40, ![](https://github.com/Krutoy242/mc-icons/raw/master/i/advancedrocketry/basalt__0.png "Basalt Sediment"): 44, ![](https://github.com/Krutoy242/mc-icons/raw/master/i/draconicevolution/infused_obsidian__0.png "Draconium Infused Obsidian"): 46, ![](https://github.com/Krutoy242/mc-icons/raw/master/i/draconicevolution/draconium_block__1.png "Charged Draconium Block"): 52, ![](https://github.com/Krutoy242/mc-icons/raw/master/i/draconicevolution/draconic_block__0.png "Awakened Draconium Block"): 80 -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/ed0e87c30ff5323a50f88e3a29ec628a1923a838)✏️add unbreakable ![](https://github.com/Krutoy242/mc-icons/raw/master/i/forestry/frame_proven__0.png "Proven Frame") recipe - ## 🐛 Fixes -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/03bfec5e8e45367f32da5a5e985e2f19c50bff65)🧩![](https://github.com/Krutoy242/mc-icons/raw/master/i/botania/elementiumsword__32767.png "Elementium Sword") return to registry but make uncraftable - > Fix https://github.com/Krutoy242/Enigmatica2Expert-Extended/issues/378 - > Also should fix https://github.com/Krutoy242/Enigmatica2Expert-Extended/issues/363 -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/4baf31fd9a7a21c4a68f3c635326a45a37e6d7d5)🧩Enable lot of `RLMixins` tweak/fix options - > See commit details to see what was enabled. -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/9a992516b39bfbf0b4557a38b2f98a85ce228951)🧩Rustic's brews give better buffs - > - ![](https://github.com/Krutoy242/mc-icons/raw/master/i/rustic/fluid_bottle__0__e4e64b16.png "Bottle of Cider"): Reach - > - ![](https://github.com/Krutoy242/mc-icons/raw/master/i/rustic/fluid_bottle__0__2e8468cc.png "Bottle of Mead"): Climb -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/c60f702b1f800b1117fecb2b7f7561499d097a90)🧩Disable RLTweaker option "Less Collisions" - > Since this changes controlled by Universal Tweaks. -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/7f22b06959ccc7091d10b004843cd2867dc87798)🧩![](https://github.com/Krutoy242/mc-icons/raw/master/i/mctsmelteryio/machine__3.png "Advanced Seared Drain") make same mining level as Seared Bricks - -#### Blood_magic - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/7c3a21a55cddcf5fef9e359c1adfe19d76b2da25)🩸Fix alloy recipes in ![](https://github.com/Krutoy242/mc-icons/raw/master/i/bloodmagic/alchemy_table__0.png "Alchemy Table") unsing dusts and ![](https://github.com/Krutoy242/mc-icons/raw/master/i/bloodmagic/component__25.png "Neuro Toxin") - > They didnt consumed ingredients more than 1. - > Sadly, but to fix this i was need to remove feature of mass-mixing. - -#### Configs - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/60bb33358fe050524148b49f2efa0d8d7ad6ba0d)🧩![](https://github.com/Krutoy242/mc-icons/raw/master/i/minecraft/enchanting_table__0.png "Enchantment Table") level up book Enchantability x2 -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/769fa1713d95a4f2003e424f02663994d951a25d)🧩Potion effects actually display their values above amplifier 3 - > -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/e717176e5fa4f2a5568cd98cc9aef2ac7601a9cb)🧩Rebalance Conflux level chunk restrictions - > Now `Conflux` levels provide this amount of `max claimed` / `max loaded` chunks: - > - > 0. 9 / 1 - > 1. 80 / 9 - > 2. 150 / 25 - > 3. 300 / 50 - > 4. 400 / 60 - > 5 500 / 100 - > - > Remember, that if you are updating from older modpack version, you should manually edit file `local/ftbutilities/ranks.txt`. -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/377a0f567ab4b3440ea7d1a3e669cd24a515353d)🧩Stop ![](https://github.com/Krutoy242/mc-icons/raw/master/i/minecraft/anvil__0.png "Anvil") from displaying "Too Expensive" - > - -#### Docs - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/69c8b97fdc102240eb8b2e3262f6830f3d43a7f4)📝Add tip `Splash Water Bottle - > can extinguish entities on fire` - -#### Mods - -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/18423be08f73c3c5140145eeffa7954f70fdea8e)🔴Prepare `XTones` and `Environmental Materials` mods to removal - > This change will only remove recipes for blocks, hide them from HEI and remove all usages in world generation or quest rewards.. - > - > ⚠️In one of the next E2EE versions those mods will be removed completely. Retain yourself from using blocks from this mods if you want to keep updating without losing structures. #### Quest -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/194791cbae5e4f195aabb0f26f4095318c55ccd8)📖`"Grand=>Grant" access to the Nether` fix typo -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/40cc4c5df70465ed1fa95e794c3be58aa25e827a)📖Disable toasts for Manganese quest +* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/9ca5fd281c7c3ba8d87f74d72a13ccc1c2aa0817)📖Addont => addon fix typo. #### Recipes -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/ae233d612bc374e3b7d9497be52473e5e0ac3c68)✏️fix ![](https://github.com/Krutoy242/mc-icons/raw/master/i/appliedenergistics2/charged_quartz_ore__0.png "Charged Certus Quartz Ore") wrong result with ![](https://github.com/Krutoy242/mc-icons/raw/master/i/thaumicwonders/alchemist_stone__0.png "Alchemist's Stone") -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/6a9279ff51ea49ceeacf6819f8a44cab98f5e274)✏️fix ![](https://github.com/Krutoy242/mc-icons/raw/master/i/minecraft/gravel__0.png "levarG") fix recipe +* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/8cca5c6e9272e509afdbca8638969c99d86c1275)✏️fix [Iron Plate] had too simple 3=>3 recipe + +#### Worldgen -#### Thaumcraft +* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/65aabd3b18640dde150390abea742221e6a9b573)🌍X5 less Archeologist spawn rate -* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/6b3b6efd145b1ccffe6faa0c0ac3cdbba69aca14)🦯Cot mam (th add materials 🟦🟥🟪) rework +## Misc + +* [🖇](https://github.com/Krutoy242/Enigmatica2Expert-Extended/commit/78b98ed1f97da0dbe235f1d96c80669af739a26e)`Thaumic Tinkerer Unofficial` intergration > > Contributed by [TabakaSIM](78695622+TabakaSIM@users.noreply.github.com) > - > 🟦 Mithrillim - > > Vis Vacuum: - > > - Added Vis Vacuum trait to head part - works similar to vis siphon, but takes vis from attached chunks - > > - > > Equilibrium: - > > - Increased mining speed formula - > > - Added effect on releasing vis on kill - > - > 🟥 Adaminite - > > - If not enough warp (50 - unchanged) "sword" now make additionaly sound and player get spin 2 effect (was 1) - it will still inform player about it - > > - Changed debuff formula (now durration is based on warp - was 600 ticks, meaning durration is now up to 1500 ticks) - > > - No longer drops enemy armor, breaks it instead - > > - Sword will speak more frequently based on warp, updated dialoges options - > - > 🟪 Mithminite - > > - You can now check research status on tinkers tool station - > > - Ore purifier does not require player to work - > > - Flux strike has been reworked - > > - Gods wraith now only works on projectiles - create lightning (unchanged) and if distance is greater then 30, it makes huge explosion - > > - Mithminite armor get `Robust` trait (gives 5 full hearts per armor part - meaning up to 20 full hearts) - + > Updated mod version have lot of fixes and cool features. + > Add better integration to the modpack like recipe to aquire `ichor` in skyblock. diff --git a/config/CustomMainMenu/mainmenu.json b/config/CustomMainMenu/mainmenu.json index d4c9aec51..b3b61987b 100644 --- a/config/CustomMainMenu/mainmenu.json +++ b/config/CustomMainMenu/mainmenu.json @@ -155,7 +155,7 @@ "alignment": "bottom_right" }, "version_num": { - "text": "v1.39.2-beta", + "text": "v1.40.0", "posX": -65, "posY": -25, "color": 4956595, diff --git a/dev/version.txt b/dev/version.txt index 36a0156a1..1eb098207 100644 --- a/dev/version.txt +++ b/dev/version.txt @@ -1 +1 @@ -v1.39.2-beta \ No newline at end of file +v1.40.0 \ No newline at end of file diff --git a/manifest.json b/manifest.json index f62d538df..9dd387dd0 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "manifestType": "minecraftModpack", "manifestVersion": 1, "name": "Enigmatica2Expert-Extended", - "version": "v1.39.2-beta", + "version": "v1.40.0", "author": "krutoy242", "overrides": "overrides", "files": [ diff --git a/server/server-setup-config.yaml b/server/server-setup-config.yaml index f9652e54b..12502223a 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.39.2-beta/E2E-Extended-v1.39.2-beta.zip + modpackUrl: https://github.com/Krutoy242/Enigmatica2Expert-Extended/releases/download/v1.40.0/E2E-Extended-v1.40.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: