Skip to content

Hybridious/hybridious_mod

Repository files navigation

Hybridious Mod

Created because AndrewH200 pulled out a glass bottle during a pillow fight...

A feature-rich MeteorClient addon for Minecraft 1.21.4 that adds essential utilities for stuff.

📋 Requirements

  • Minecraft Version: 1.21.4
  • MeteorClient: Required
  • Fabric Loader: Required

🚀 Features

🗺️ MapFilter

AI-powered* NSFW map detection and filtering system with intelligent caching.

Compatibility: MapFilter does NOT work with ExtraToolTips enabled - disable ExtraToolTips for complete map filtering. Singleplayer Safety: Always backup your singleplayer world before using MapFilter.

Features:

  • Hash-Based Cache: Instant recognition of previously validated maps (stored persistently)
  • Separate Lists: Maintains separate whitelist (SFW) and blacklist (NSFW) files
  • Manual Override: Whitelist/blacklist maps in-hand to fix false positives
  • Singleplayer & Multiplayer: Works in all game modes
  • Item Frame Support: Filters maps in item frames, not just held maps

Setup: Currently unreleased use cache files instead.

  1. Run the NSFW detection API server (see API documentation)
  2. Configure API URL in module settings (default: http://127.0.0.1:5000)
  3. Enable the module - maps are blocked until validated as safe

Cache Files: Located in %APPDATA%\.minecraft\meteor-client\hybridious_mod\

  • sfw_maps.json - Whitelisted maps
  • nsfw_maps.json - Blacklisted maps

Commands:

  • .mapfilter stats - View cache statistics (total/safe/blocked)
  • .mapfilter clear - Clear all cached maps
  • .mapfilter whitelist - Mark held map as safe (removes from blacklist)
  • .mapfilter blacklist - Mark held map as NSFW (removes from whitelist)

Settings:

  • api-url - API endpoint URL
  • threshold - NSFW confidence threshold (0.0-1.0)
  • batch-size - Maps per batch request (1-100, default: 20)
  • batch-delay-ms - Accumulation delay before processing (100-2000ms)
  • use-hash-cache - Enable persistent hash-based caching
  • log-results - Log validation results to console

🌱 AutoMoss

Automatically uses bonemeal on moss blocks and optionally azalea bushes for efficient terrain modification.

💣 B36 (Peacemaker)

Air bombing system using flint and TNT - perfect for making an impression on the locals.

👻 DeathExplore

Continue exploring even after death with this advanced exploration tool.

🚢 SethBoat

Advanced entity riding system with automatic rotation locking, designed for efficient travel on ice highways.

🚂 Minecart Detector

Detects and logs chested minecarts with direction and stacking analysis.

  • Logs info to files located in "%APPDATA%.minecraft\meteor-client\hybridious_mod" in the file called "MinecartDetector.log".

🌿 LawnMower

Automatically mows lawns by breaking grass and other vegetation blocks, keeping your surroundings clean and tidy.

🏴 Banner Finder

Detects and highlights banners in the world with visual tracers and audio alerts.

  • Blacklist: use .bbl add to add banners to blacklist and .bbl remove to remove the banner your holding.

🔊 SoundOnSneak

Plays custom audio files when you sneak or on a random timer interval. Perfect for adding personality to your gameplay!

  • Sneak Trigger: Play sounds when pressing the sneak key (can be toggled on/off)
  • Random Timer: Automatically play sounds at random intervals
  • Custom Sounds: Use your own WAV audio files
  • Volume Control: Adjustable volume settings
  • Loop Options: Choose to loop sounds while sneaking
  • Random Selection: Pick random sounds from your folder

🎵 Adding Custom Sounds to SoundOnSneak

  1. Navigate to your Minecraft directory: %APPDATA%\.minecraft\meteor-client\
  2. Create or locate the hybridious_mod folder
  3. Place your .wav audio files in this folder
    • Supported formats: WAV, AIFF, AU (WAV recommended for best compatibility)
    • File naming: Use any filename (e.g., sound.wav, meme.wav, notification.wav)
  4. Configure the module in MeteorClient:
    • Enable "random-sound" to play random files from the folder, OR
    • Set "sound-file" to specify a particular file to play
  5. Adjust volume, timer intervals, and other settings to your preference

📊 DropTest

Tracks entity drops over time with statistics, drop rates, and automatic shulker/dub calculations for farm testing.

Features:

  • Multi-item tracking with configurable targets
  • Drop rates per second/minute/hour
  • Auto-calculates time to fill shulkers and dubs
  • Handles server item merging for accurate counts
  • Adjustable scan interval for performance

Output:

  • Logs saved to %APPDATA%\.minecraft\meteor-client\hybridious_mod\DropTest.txt
  • Includes timestamps, rates, shulker calculations, and distribution analysis

Settings:

  • target-items - Items to track (list)
  • test-duration-minutes - Test length (1-120 min)
  • track-all-items - Track everything vs specific items
  • item-stack-size - Set to 1/16/64 for shulker math
  • scan-interval - Performance tuning (1-20 ticks)
  • clear-logs - Checkbox to clear previous logs

📦 Installation

  1. Download and install Fabric Loader
  2. Install MeteorClient for Minecraft 1.21.4
  3. Download the latest release of Hybridious Mod from the Releases page
  4. Place the .jar file in your mods folder
  5. Launch Minecraft with the Fabric profile

🎮 Usage

After installation, all modules will be available in your MeteorClient GUI. Access them through:

  1. Open MeteorClient menu (Right Shift by default)
  2. Navigate to the modules section
  3. Find and configure Hybridious modules as needed

Each module comes with customizable settings to fit your playstyle and server requirements.

⚠️ Disclaimer

This mod is intended for use on servers where such modifications are permitted. Always check your server's rules before using any client-side modifications. The developers are not responsible for any consequences resulting from the use of this mod on servers where it may be prohibited.

🤝 Contributing

Contributions are welcome! Please feel free to:

  • Submit bug reports
  • Suggest new features
  • Create pull requests
  • Improve documentation

📄 License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See the LICENSE file for detailed information.

🔗 Links

📝 Changelog

Check the Releases page for detailed changelog information and download links.


🔍 Related Projects

Third-Party Alternatives:

  • AutoMoss for RusherHack - A third-party AutoMoss implementation for RusherHack based on this project's code (not affiliated with this project)