@nxg-org/mineflayer-physics-util
Version:
Provides functionality for more accurate entity and projectile tracking.
43 lines (42 loc) • 1.48 kB
JSON
[
{
"name": "independentLiquidGravity",
"description": "Liquid gravity is a constant",
"versions": ["1.8", "1.9", "1.10", "1.11", "1.12"]
},
{
"name": "proportionalLiquidGravity",
"description": "Liquid gravity is a proportion of normal gravity",
"versions": ["1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20", "1.21"]
},
{
"name": "velocityBlocksOnCollision",
"description": "Velocity changes are caused by blocks are triggered by collision with the block",
"versions": ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13", "1.14"]
},
{
"name": "velocityBlocksOnTop",
"description": "Velocity changes are caused by the block the player is standing on",
"versions": ["1.15", "1.17", "1.18"]
},
{
"name": "climbUsingJump",
"description": "Entity can climb ladders and vines by pressing jump",
"versions": ["1.14", "1.15", "1.17", "1.18"]
},
{
"name": "effectNamesAreRegistryNames",
"description": "Status effect names equal to their registry names",
"versions": ["1.17", "1.18"]
},
{
"name": "itemUsageMetadata6",
"description": "Item usage metadata is the 6th slot.",
"versions": ["1.12"]
},
{
"name": "attributesPrefixedByMinecraft",
"description": "Attributes are prefixed by 'minecraft:'",
"versions": ["1.19"]
}
]