Skip to content

v1.29.0 Myrmex trades rework pt2

Compare
Choose a tag to compare
@Krutoy242 Krutoy242 released this 27 Jan 13:56
· 695 commits to master since this release

v1.29.0 (2024-1-27)

If you update from latest release version v1.26.0, you might need to read this changelogs too:

Mods changes

๐Ÿ”ด Removed Mods

Icon Summary Reason
Lilliputian lilliputian-1.0.jar
Configurable mob sizes
Caused lot of lags

โšก Performance Improvements

  • ๐Ÿ–‡โšกDisable transparent rendering of Mekanism's Cables

    Just 20-100 blocks of this cables could cause ~5% FPS lag

โœจ New Features

  • ๐Ÿ–‡๐ŸŒณSignificantly buff

    Before this change, each second Tree of Time chose 72 blocks in 16 blocks radius and called additional TileEntity tick and RandomUpdate tick

    Now its:

    • Radius reduced to 8 blocks that makes random ticks ~150 times more likely happen
    • Blocks count each second 72 => 144
    • Random updates now happens 8 times in a row
    • TE updates now called 64 times at once

    This would make possible to use even for IC2 crops or some machines.

    Also, since its effectively increasing RandomTicks updates, it open doors for unique new automations - there is no other blocks that could increase random ticks.

  • ๐Ÿ–‡๐ŸŒฟPatchouli: Add note about book let you visit skyblock

Quest

  • ๐Ÿ–‡๐Ÿ“–Completing Harvest Level 7 will grand The Nether access for every team member

Recipes

  • ๐Ÿ–‡โœ๏ธ add built-in excavator
  • ๐Ÿ–‡โœ๏ธ[Omniwand] add
  • ๐Ÿ–‡โœ๏ธAdd lot of new trades for 6 villagers

    New trades for:

    • Alchemist
    • Farmer
    • Necromancer
    • Outfitter
    • Red Mechanic
    • Redstoner
  • ๐Ÿ–‡๐ŸœRework many Myrmex trades for Sentinel and Royal

    Now Sentinels sell lot of Resin for rare resources and Royals buy it for goods.

๐Ÿ› Fixes

  • ๐Ÿ–‡โšกReturn since its causing crashes on killing

    Fixing #323

  • ๐Ÿ–‡๐Ÿ›Disable almost all Random Patches features

    Random Patches causing crashes more and more times. Also, I fund many fixes that actually was fixed by other mods or not used at all.

    So I kept only important ones, disabling all other features.

  • ๐Ÿ–‡๐ŸฆฏMisc Thaumcraft fixes

    Contributed by TabakaSIM

    • Fix [Mithrillium Scythe] augmenting (+ lore validation)
    • Changed quest rewards for thaumcraft focus tiers
    • Update pills textures
    • Added some mithminite scythe effects as exception to bosses
  • ๐Ÿ–‡๐ŸงคFix some items activated when giving other player
  • ๐Ÿ–‡Increase Packet Size twice

    Dont know if this actually works, but could fix some disconnects

JEI

  • ๐Ÿ–‡๐ŸงŸFix Ice And Fire JER trades integration

    Was accidentally removed Myrmex trades last patch.

Quest

  • ๐Ÿ–‡๐Ÿ“–Add Crafting upgrade requirments for Compressing LostUser program
  • ๐Ÿ–‡๐Ÿ“–Add note about Assembler+Battery+Bottle
  • ๐Ÿ–‡๐Ÿ“–Fix chose rewards icons match actual amounts
  • ๐Ÿ–‡๐Ÿ“–Fix RU desc of quest
  • ๐Ÿ–‡๐Ÿ“–Piston Rewards add amount of reward
  • ๐Ÿ–‡๐Ÿ“–Remove rewards since newbies eat them all at once
  • ๐Ÿ–‡๐Ÿ“–Remove Morphin Tool mention

Recipes

  • ๐Ÿ–‡โœ๏ธ harder
  • ๐Ÿ–‡โœ๏ธ make skyblock recipe output x64 blocks
  • ๐Ÿ–‡โœ๏ธ add alt recipe
  • ๐Ÿ–‡โœ๏ธ replace =>
  • ๐Ÿ–‡โœ๏ธ add recipe
  • ๐Ÿ–‡โœ๏ธ add peaceful alt recipe
  • ๐Ÿ–‡โœ๏ธ[Reconstruction Chamber] harder
  • ๐Ÿ–‡โœ๏ธ replace =>
  • ๐Ÿ–‡โœ๏ธ make unable to spawn with
  • ๐Ÿ–‡โœ๏ธ add magic-only alt
  • ๐Ÿ–‡โœ๏ธ make conversion into

    This would fix weird bug when mining Ore Chunks instead of Ore only on servers

  • ๐Ÿ–‡โœ๏ธBuff Inventory System Storages
    • Significantly buff inventory size (up to 5000 slots)
    • Recipe come up with already precharged block, enough to run 1.5 realtime years
  • ๐Ÿ–‡โœ๏ธFix amount of in Platings recipes in

  • ๐Ÿ–‡โœ๏ธIC2 pipes way cheaper
  • ๐Ÿ–‡โœ๏ธImprove and [Californium-252] dragon loot

    Now 249 and 252 isotopes spawn in those chests that will effectively allow to craft fuel pellet.

  • ๐Ÿ–‡โœ๏ธMove 256+ Storage Cells from AE2Additions to NAE2