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

GLib

Shared code for my mods. This is a library mod and does not add any content.

Загрузки
235
Подписчики
0
Обновлён
25 июня 2026 г.
Лицензия
MIT

Опубликован 23 июня 2026 г.

Currently adds: New Attributes:

  • Lifesteal
  • Draw Speed
  • Arrow Velocity
  • Arrow Damage
  • Arrow Gravity
  • Critical Damage
  • XP Gain
  • Villager Reputation
  • Healing Received
  • Lava Movement Effeciency
  • Water Walking
  • Lava Walking
  • Ground Friction Modifier
  • Air Drag
  • Wall Climbing
  • Climbing Speed Modifier
  • Boat Speed Modifier

Text Rendering Effects (similar to that of Ember's Text API, albeit very limited)

  • Animate text position and rotation via code only (for now)
  • Render text with shaders
  • Easily add gradients to text that are smooth (1 character can have multiple colors)

Some bug-fixes: Fixes the Minecraft fast projectile bug (this is required for Arrow Velocity to work nicely)

Adds dynamic attributes: Attributes that can change dynamically based on entity conditions (e.g. defining an attribute instance that is only active or is stronger when the entity is in water)

Adds sourced mob effect instances: Mob effect instances now have a way to store the applicator (an entity) of the effect, used in several of my mods

Add some basic mob effect util code, as well as math and render utils

Ченджлог

0.0.8Релиз1.21.1 · 25 июня 2026 г.

Removed Lava and Water walking attributes, now uses FluidCollisionEvent

0.0.7Релиз1.21.1 · 23 июня 2026 г.

Added new attributes:

Ground Friction
Modifier on how much Friction the entity faces

Air Drag
Modifier on how much Air Drag the entity faces

Wall Climbing
Whether the entity is allowed to climb any wall

Climbing Speed Modifier
Modifier on how fast the entity climbs

Boat Speed Modifier
Increases the speed of the boat

Комментарии

Загружаем…