▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Raisy
Raisy

Raisy

A powerful Forge 1.12.2 mod that shifts HUD elements using runtime bytecode injection

26
0

Raisy

A powerful Forge 1.12.2 mod that shifts HUD elements using runtime bytecode injection

Requires MixinBooter


📖 About

Raisy allows you to offset HUD elements (hotbar, health, hunger, etc.) using ASM bytecode transformation. Unlike simple rendering hooks, this approach works with virtually any mod's HUD elements.

This mod was also designed to be more compatible and less destructive than Valkyrie's MC-67532-fix feature (and partly as an alternative to the Raised mod from newer versions)

✨ Features

  • Global Offset — Shift all HUD elements at once
  • Per-Element Control — Fine-tune each element individually
  • Mod Support — Configure offsets for any mod's HUD elements via JSON
  • MC-67532 Fix — Fixes broken hotbar selection texture
  • Advanced Injection — Multiple injection point types (HEAD, RETURN, INVOKE, etc.)
  • Hot Reload — Reload configuration without restarting the game

Default Supported Elements

  • Hotbar
  • Health Bar
  • Armor Bar
  • Food Bar
  • Air Bubbles
  • Mount Health
  • Experience Bar
  • Jump Bar
  • Tool Highlight

⚙️ Configuration

Quick Setup

Access global settings via Mods → Raisy → Config or edit config/raisy.cfg

OptionDefaultDescription
EnabledtrueEnable HUD offset globally
Offset X0.0Horizontal offset (pixels)
Offset Y5.0Vertical offset (pixels)

Advanced Configuration

Per-element settings are configured in config/raisy_elements.json

📚 Full Configuration Documentation

⚙️ Share your configurations or use ready-made ones from other users

🔧 Commands

CommandDescription
/raisy reloadReload configuration from files

💡 How It Works

Raisy uses ASM (bytecode manipulation) to inject GlStateManager.pushMatrix() / translate() / popMatrix() calls around HUD rendering methods. This approach:

  • Works at the bytecode level, before rendering occurs
  • Compatible with most mods without conflicts
  • Allows precise control over injection points

Raisy in a nutshell

Demo

Совместимость

Minecraft: Java Edition

1.12.x

Платформы

Поддерживаемые окружения

Клиент

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная