Universal Tweaks

A community project to consolidate various bugfixes and tweaks into a single solution for Minecraft 1.12.2

File Details

1.3.0

  • R
  • Feb 6, 2023
  • 433.44 KB
  • 374
  • 1.12.2
  • Forge

File Name

UniversalTweaks-1.12.2-1.3.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:universal-tweaks-705000:4384565")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changes:
• Complete config overhaul (now with categories + sub-categories)

• Better Burning: Implemented regional difficulty + fire animation backport (thanks to Turkey9002)
• Ladder Flying Slowdown: Optimized tweak approach, acts more reliably
• Load Sounds: Omitted tweak from servers, improved configuration
• Max Health: Fixed invalid health values
• Mob Despawn Improvement: Limited tweak to hostile entities
• Offhand Improvement: Disabled interaction with entities when wielding shields
• Remove Recipe Book: Disabled functionality further when tweak is activated
• Skip Credits: Fixed sending of wrong packets
• Swing Through Grass: Fixed wall-hacking bug

• Chinese translation (thanks to mczph)
• Japanese translation (thanks to tier940)
• Taiwanese translation (thanks to Lonelyxiya)

New bugfixes:
• Chunk Saving: Fixes loading of outdated chunks to prevent duplications, deletions and data corruption
• Depth Mask: Fixes entity and particle rendering issues by enabling depth buffer writing
• Faster Background Startup: Fixes slow background startup edge case caused by checking tooltips during the loading process
• Model Gap: Fixes transparent gaps in all 3D models of blocks and items

New tweaks:
• Crafting Cache: Adds an IRecipe cache to improve recipe performance in large modpacks
• Disable Narrator: Disables the narrator functionality entirely
• Disable Sleeping: Disables skipping night by using a bed while making it still able to set spawn
• End Portal Parallax: Re-implements parallax rendering of the end portal from 1.11 and older
• Fast World Loading: Skips initial world chunk loading & garbage collection to speed up world loading
• Hardcore Buckets: Prevents placing of liquid source blocks in the world
• Linear XP Amount: Sets the amount of XP needed for each level, effectively removing the increasing level scaling
• No Golems: Disables the manual creation of golems and withers
• Remove Snooper: Forcefully turns off the snooper and hides the snooper settings button from the options menu
• Skip Credits: Skips the credits screen after the player goes through the end podium portal
• Suppress Tutorial Hints: Suppresses in-game tutorial hint tabs in the right-hand corner
• XP Bottle Amount: Sets the amount of experience spawned by bottles o' enchanting

New mod tweaks:
• Forestry
- Arborist Villager Trades: Adds custom emerald to germling trades to the arborist villager
- Disable Bee Damage Armor Bypass: Disables damage caused by bees bypassing player armor
• Storage Drawers
- Item Handlers:
◦ Fixes voiding of items when nearing full capacity
◦ Fixes slotless item handler implementation not allowing the extraction from compacting item drawers with the vending upgrade
◦ Caches the drawer controller tile to avoid getting the TE from the world every time a drawer slave is interacted with