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

Additional Entity Attributes

Adds additional attributes for players and other entities, mainly for used in other mods

84K загрузок41 подписчиковMITfabricneoforgequilt

Обновлён 2 апреля 2026 г. · опубликован 20 марта 2023 г.

Adds a list of new attributes for entities and players. These attributes allow mod compatibility and serve as an API for mods that make use of them.

Current Attributes

  • WATER_SPEED (living entities): Controls the speed of the player when in water.
  • LAVA_SPEED (living entities): Controls the player's speed when in lava.
  • LUNG_CAPACITY (living entities): Extra air when underwater / suffocating
  • JUMP_HEIGHT (living entities): Controls the jump height of the player.
  • DROPPED_EXPERIENCE (living entities): Changes the amount of experience dropped from mining blocks and killing mobs.
  • MAGIC_PROTECTION (living entities): Reduces the amount of magic damage taken.
  • WIDTH (living entities): Controls the player's width.
  • HEIGHT (living entities): Controls the player's height.
  • HITBOX_SCALE (living entities): Controls the player's hitbox scale.
  • HITBOX_WIDTH (living entities): Controls the player's hitbox width.
  • HITBOX_HEIGHT (living entities): Controls the player's hitbox height.
  • MODEL_SCALE (living entities): Controls the player's model scale.
  • MODEL_WIDTH (living entities): Controls the player's model width.
  • MODEL_HEIGHT (living entities): Controls the player's model height.
  • MOB_DETECTION_RANGE (living entities): Controls the range that the player can be detected by hostile mobs.
  • WATER_VISIBILITY (player only): Controls the player's visibility in water by adjusting the fog distance.
  • LAVA_VISIBILITY (player only): Controls the player's visibility in lava by adjusting the fog distance.
  • CRITICAL_BONUS_DAMAGE (player only): Controls the bonus damage dealt when critical hits are made.
  • DIG_SPEED (player only): Controls the player's digging speed
  • BONUS_LOOT_COUNT_ROLLS (player only): Controls the number of drops the player receives when using enchantments such as Loot and Luck.
  • BONUS_RARE_LOOT_ROLLS (player only): The number of times the chance-based loot table is rolled.
  • COLLECTION_RANGE (player only): Controls the distance where the player is able to collect ("touch") entity types in the additionalentityattributes:affected_by_collection_range tag (like items & experience orbs)

Entity Type Tags

  • additionalentityattributes:affected_by_collection_range: Marks an entity type as being affected by the collection range attribute (by default items & experience orbs).

Usage

Players

You will probably not need to install this library yourself, as most mods that use it will ship with it. If you want to use the above attributes via commands or anything else, feel free to do so, of course.

@Developers

Feel free to JIJ. You can fetch all builds from the Modrinth Maven:

repositories {
	exclusiveContent {
		forRepository {
			maven {
				name = "Modrinth"
				url = "https://api.modrinth.com/maven"
			}
		}
		filter {
			includeGroup "maven.modrinth"
		}
	}
}
dependencies {
	modImplementation include("maven.modrinth:AdditionalEntityAttributes:<version>")
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.2.3+26.1Релиз26.1, 26.1.1neoforge2 апреля 2026 г..jar (198 КБ)
2.2.3+26.1Релиз26.1, 26.1.1fabric2 апреля 2026 г..jar (200 КБ)
2.0.2+1.21.1Релиз1.21.1fabric16 марта 2026 г..jar (195 КБ)
2.0.2+1.21.1-neoforgeРелиз1.21.1neoforge16 марта 2026 г..jar (192 КБ)
2.2.3+1.21.11-neoforgeРелиз1.21.11neoforge16 марта 2026 г..jar (198 КБ)
2.2.3+1.21.11Релиз1.21.10, 1.21.11fabric16 марта 2026 г..jar (198 КБ)
2.0.1+1.21.1Релиз1.21.1neoforge12 марта 2026 г..jar (192 КБ)
2.0.1+1.21.1Релиз1.21.1fabric12 марта 2026 г..jar (195 КБ)
2.2.2+1.21.11Релиз1.21.11fabric12 марта 2026 г..jar (198 КБ)
2.2.2+1.21.11Релиз1.21.11neoforge12 марта 2026 г..jar (198 КБ)
2.2.1+1.21.11Релиз1.21.11neoforge8 января 2026 г..jar (198 КБ)
2.2.1+1.21.11Релиз1.21.11fabric8 января 2026 г..jar (198 КБ)
2.2.0+1.21.11Релиз1.21.11neoforge16 декабря 2025 г..jar (198 КБ)
2.2.0+1.21.11Релиз1.21.10, 1.21.11fabric16 декабря 2025 г..jar (198 КБ)
2.1.0+1.21.4Релиз1.21.4neoforge11 октября 2025 г..jar (190 КБ)

Показаны последние 15 из 49 версий. Все версии — на Modrinth.

Ченджлог

1.7.5+1.20.1Релиз1.20.1 · 8 ноября 2024 г.
  • backported Detection Range attribute
  • fixed rare mixin extras crash
1.7.5+1.20.0Релиз1.20, 1.20.1 · 18 августа 2024 г.

backported Detection Range attribute

1.7.4+1.20.0Релиз1.20, 1.20.1 · 7 июня 2024 г.

dedicated compat when using Sinytra Connector

1.8.0+1.20.6Релиз1.20.6 · 21 мая 2024 г.
  • Updated to 1.20.6
  • Added lots of new attributes
  • removed attributes that are now covered by vanilla
1.7.3+1.20.4Релиз1.20.4 · 7 апреля 2024 г.
  • Fixed generic.magic_protection missing lang key (muon-rw)
1.7.3+1.20.0Релиз1.20, 1.20.1 · 7 апреля 2024 г.
  • Fixed generic.magic_protection missing lang key (muon-rw)
1.7.1+1.20.4Релиз1.20.4 · 3 марта 2024 г.

Improved compatability with PortingLib.

Thank you, AlphaMode!

1.7.1+1.20.0Релиз1.20, 1.20.1 · 3 марта 2024 г.

Improved compatability with PortingLib.

Thank you, AlphaMode!

Полная история изменений — на Modrinth.

Комментарии

Загружаем…