Added base examples

This commit is contained in:
DaanV2
2021-10-11 18:10:42 +02:00
parent f188cfa6ee
commit 67ccb3d2d1
134 changed files with 2414 additions and 385 deletions

View File

@@ -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
}
]
}