Перейти к содержимому
Mineforgian

Non-Directional Damage Tilt Fix

Fixes MC-259212, non-directional damage will only tilt the screen left/right, as it was in 1.2.5.

Загрузки
32K
Подписчики
17
Обновлён
6 мая 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 15 июля 2025 г.

This mod is a lightweight mixin fix for [MC-259212] Directional damage tilt is still used for non-directional damage sources after taking damage from a directional damage source

Info

Directional damage tilt was in singleplayer minecraft from its conception, but broke in 1.3 due to the server and client merge. They fixed it in 1.19.4 but forgot to add the check for whether your damage was locational or not.

This mod fixes this by adding that missing check. If its directional, tilt from that direction. If its not, tilt left or right, just like how it was before it was broken.

Usage

Mod requires no setup or configuration. Drop it in your fabric/neoforge mods folder for your version and it works on every server.

Ченджлог

2.0.1r26.1Релиз26.1.1, 26.1.2, 26.2-snapshot-8 · 6 мая 2026 г.
  • Rewrote mixin to support 26.1
  • Fixed some metadata things
  • Mod is functionally the same otherwise

This release supports 26.1 and above.

2.0.1+b26.1Релиз26.1-snapshot-1, 26.1-snapshot-2, 26.1-snapshot-3 · 19 декабря 2025 г.
  • Updated build files for 26.1 Snapshot 1
  • Now requires Java 25

Nothing else changed, mod functions the same

This release supports version 26.1 so far

2.0.1+b1.21.2Релиз1.21.9, 1.21.10, 1.21.11 · 5 декабря 2025 г.
  • Initial NeoForge release for 2.0
  • Fixed crash with incorrect access modifiers on 1.21.2+ versions (#1)
  • Updated build files

This release supports versions 1.21.2-1.21.11.

2.0.1+b1.21.1Релиз1.21.1 · 5 декабря 2025 г.
  • Initial NeoForge release for 2.0
  • Fixed crash with incorrect access modifiers on 1.21.2+ versions (#1)
  • Updated build files

This release supports version 1.21.1

2.0.1+b1.21.2Релиз1.21.11-pre5, 1.21.11-rc2, 1.21.11 · 5 декабря 2025 г.
  • Fixed crash with incorrect access modifiers on 1.21.2+ versions (#1)
  • Updated build files

This release supports versions 1.21.2-1.21.11.

2.0.1+b1.20.1Релиз1.20.6, 1.21, 1.21.1 · 5 декабря 2025 г.
  • Fixed crash with incorrect access modifiers on 1.21.2+ versions (#1)
  • Updated build files

This release supports versions 1.20.1-1.21.1.

2.0.0+b1.20.1Альфа1.21.9, 1.21.10, 1.21.11-pre5 · 4 декабря 2025 г.
  • Completely rewrote the mod and the branding

    Should now be compatible with EVERY mod ever. Multiversion support is now unified from 1.20.1 and all future releases (hopefully). This is specific to Fabric.

  • Way more efficient DamageSource detection
  • Removed unused imports and code
  • Debloated anything that wasn't nessecary for the mod to function
  • Mod is now licensed with LGPL 3.0 instead of GPL 3.0

  • Explosion tilt was removed. It now uses the non-directional tilt instead. The old version implementation was buggy and more often than not would tilt in an arbitrary direction. Moving forward, the mod will just be a lightweight fix to MC-259212.

Комментарии

Загружаем…