Vec Provider Index
Type
Description
Example
"pos": [0, 0, 0]"pos": {
"center": [0, 0, 0],
"heightmap": "OCEAN_FLOOR"
}"pos": [
{
"type": "minecraft:uniform",
"min_inclusive": 0.0,
"max_exclusive": 1.0
},
0.0,
{
"type": "minecraft:uniform",
"min_inclusive": 0.0,
"max_exclusive": 1.0
}
]"pos": {
"type": "lucky:random_in_shape",
"center": [0, 0, 0],
"shape": {
"type": "lucky:cube",
"size": [3, 3, 3]
}
}"Motion": {
"type": "lucky:random_velocity",
"power": 0.9,
"pitch": 15
}Last updated