Added base examples
This commit is contained in:
@@ -36,9 +36,18 @@
|
||||
"type": "array",
|
||||
"default": [32.0, 16.0, 32.0],
|
||||
"items": [
|
||||
{ "type": "number", "title": "A" },
|
||||
{ "type": "number", "title": "B" },
|
||||
{ "type": "number", "title": "C" }
|
||||
{
|
||||
"type": "number",
|
||||
"title": "A"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"title": "B"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"title": "C"
|
||||
}
|
||||
]
|
||||
},
|
||||
"random_teleports": {
|
||||
@@ -59,5 +68,17 @@
|
||||
"description": "The chance that the entity will teleport between 0.0 and 1.0. 1.0 means 100%",
|
||||
"title": "Target Teleport Chance"
|
||||
}
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
{
|
||||
"dark_teleport_chance": 0.01,
|
||||
"light_teleport_chance": 0.01,
|
||||
"max_random_teleport_time": 20,
|
||||
"min_random_teleport_time": 0,
|
||||
"random_teleport_cube": [],
|
||||
"random_teleports": true,
|
||||
"target_distance": 16,
|
||||
"target_teleport_chance": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user