Skip to content

v1.39.0-beta Difficulty rework

Compare
Choose a tag to compare
@Krutoy242 Krutoy242 released this 11 Jun 14:51
· 61 commits to master since this release

v1.39.0-beta (2024-6-11)

Mods changes

🟢 Added Mods

Icon Summary
Proportional Destruction ParticlesProportionalDestructionParticles-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) 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 BetterWaterSplash-1.0.jar
Splash potions now extinguish mobs on fire
Item Borders [Forge] 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] Highlighter-1.12.2-forge-1.1.7.jar
Highlights newly picked-up items. Simple and convenient.
Fixeroo Fixeroo-2.0.jar
I fix and optimize Minecraft code when i feel like it
RLMixins RLMixins-1.3.4.jar
RLMixins is a tweaking utility for the modpack RLCraft to make many changes and patches.
Hit Indication hitindication-1.12.2-1.3.1.jar
Adds indicators to show where you where damaged from, with optional config options.
FermiumBooter `FermiumBooter-1.1.0.jar
A simplistic mixin mod utility for loading early and late mixins

🔴 Removed Mods

Icon Summary
Clumps Clumps-3.1.2.jar
Clumps XP orbs together to reduce lag
MixinBootstrap _MixinBootstrap-1.1.0.jar
MixinBootstrap is a temporary way of booting Mixin in a MinecraftForge production environment.

🟡 Updated Mods

Icon Summary Old / New
Thaumic Additions: Reconstructed ThaumicAdditions-1.12.2-12.7.8
ThaumicAdditions-1.12.2-12.7.9
Controlling Controlling-3.0.12.3
Controlling-3.0.12.4
Dropt dropt-1.12.2-1.19.3
dropt-1.12.2-1.19.4
PackagedAuto PackagedAuto-1.12.2-1.0.13.47
PackagedAuto-1.12.2-1.0.13.49
QMD QMD-1.3.4-1.12.2
QMD-1.3.5-1.12.2
AE2 Unofficial Extended Life ae2-uel-v0.56.4
ae2-uel-v0.56.6
AE2 Fluid Crafting Rework Fluid Craft for AE2-2.5.13-r
Fluid Craft for AE2-2.6.1-r
Tweaked Petroleum tweakedpetroleum-2.0.0
tweakedpetroleum-2.0.1
Neeve's AE2: Extended Life Additions nae2-1.6.2
nae2-1.6.4

⚡ Performance Improvements

  • 🖇⚡Increase performance of

    Now, instead of searching for in adjascent inventories, there will be special slot for the Memory. This will make idle Replicators require x10 times less CPU time.

  • 🖇⚡Mak HEI ignore enchantment recipes to save on memory
  • 🖇⚡Remove ~100 unused IronChest recipes

    Silver and Copper chests was disabled, so their usages and recipes was removed.

  • 🖇⚡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

  • 🖇💙Add difficulty when player acquire items
    • 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.

  • 🖇💙 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
  • 🖇📖Amount of Loot Crates based on player's difficulty
    • +1 crate if have 0 difficulty✪
    • 1 crate if your difficulty✪ on max
  • 🖇💙Replace Difficulty TCon trait to new Challenger

    Now, higher Difficulty⭐ increases mining speed, damage, and defense/toughness.

Docs

  • 🖇📝 make formula more readable

JEI

  • 🖇🧻Add Dragon Skull drop
  • 🖇🧻Add HEI hints for Rats entity creation
  • 🖇🧻Now ingredients in various HEI hints show soul and egg

    Was only soul before

Recipes

  • 🖇✏️ fix duplicate recipe
  • 🖇✏️Add spawning mechanic
  • 🖇✏️add new NC Moderator blocks

    : 26, : 40, : 44, : 46, : 52, : 80

  • 🖇✏️add unbreakable recipe

🐛 Fixes

  • 🖇🧩 return to registry but make uncraftable

    Fix #378
    Also should fix #363

  • 🖇🧩Enable lot of RLMixins tweak/fix options

    See commit details to see what was enabled.

  • 🖇🧩Rustic's brews give better buffs
    • : Reach
    • : Climb
  • 🖇🧩Disable RLTweaker option "Less Collisions"

    Since this changes controlled by Universal Tweaks.

  • 🖇🧩 make same mining level as Seared Bricks

Blood_magic

  • 🖇🩸Fix alloy recipes in unsing dusts and

    They didnt consumed ingredients more than 1.
    Sadly, but to fix this i was need to remove feature of mass-mixing.

Configs

  • 🖇🧩 level up book Enchantability x2
  • 🖇🧩Potion effects actually display their values above amplifier 3
  • 🖇🧩Rebalance Conflux level chunk restrictions

    Now Conflux levels provide this amount of max claimed / max loaded chunks:

    1. 9 / 1
    2. 80 / 9
    3. 150 / 25
    4. 300 / 50
    5. 400 / 60
      5 500 / 100

    Remember, that if you are updating from older modpack version, you should manually edit file local/ftbutilities/ranks.txt.

  • 🖇🧩Stop from displaying "Too Expensive"

Docs

  • 🖇📝Add tip `Splash Water Bottle

    can extinguish entities on fire`

Mods

  • 🖇🔴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

  • 🖇📖"Grand=>Grant" access to the Nether fix typo
  • 🖇📖Disable toasts for Manganese quest

Recipes

  • 🖇✏️fix wrong result with
  • 🖇✏️fix fix recipe

Thaumcraft

* 🖇🦯Cot mam (th add materials 🟦🟥🟪) rework

Contributed by TabakaSIM

🟦 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)