Minecraft Beta & Preview - 1.21.70.24
- 技术更新
- 完整日志
Script API
@minecraft/server
1.18.0
- Moved
CameraFixedBoomOptions
from beta to stable - Moved
LiquidType
enum from beta to stable - Moved liquid detection methods in
Block
from beta to stable - Moved liquid detection methods in
BlockPermutation
from beta to stable - Moved method
Player.spawnParticle
from beta to stable
Blocks
- The minecraft:material_instances component supports an optional "tint_method" field in its instance definitions
- "tint_method" is a string field that multiplies a face color with a tint computed with the biome the block is in. Supported values are "none, "default_foliage", "birch_foliage", "evergreen_foliage", "dry_foliage", "grass", and "water".
- Held block-items are tinted as if they were in the "plains" biome.
Example:
"minecraft:material_instances": {
"*": {
"texture": "minimal",
"render_method": "opaque",
"tint_method": "water"
}
Components
- Added the "minecraft:input_air_controlled" component, that enables controlling flying rideables
- Functions similarly to "minecraft:input_ground_controlled", but instead of limiting acceleration to the XZ-plane, this component applies acceleration in the direction the player is looking in three dimensions
- Supports adjustments to strafing and backward movement speeds, allowing entities to fly at equal speeds in all directions or move slower when strafing or reversing
- This component is experimental and as such requires "use_beta_features" to be enabled
- It may undergo significant changes or even be replaced as development progresses
Creator
- ItemTag support in the
match_tool
loot table condition no longer requires enabling the "Upcoming Creator Features" experiment toggle