Updated titles

This commit is contained in:
DaanV2
2021-06-24 17:46:39 +02:00
parent ae2f83e07c
commit c71ba5ab36
23 changed files with 105 additions and 92 deletions

View File

@@ -11,13 +11,13 @@
"default": 128,
"description": "The distance at which the closest player has to be before this entity despawns. This option will be ignored if never_despawn is true. Min: 128 blocks.",
"minimum": 128,
"title": "TODO Title"
"title": "Distance To Players"
},
"never_despawn": {
"type": "boolean",
"default": true,
"description": "If true, this entity will not despawn even if players are far away. If false, distance_to_players will be used to determine when to despawn.",
"title": "TODO Title"
"title": "Never Despawn"
},
"radius": {
"type": "integer",
@@ -25,7 +25,7 @@
"description": "The area around the entity to tick. Default: 2. Allowed range: 2-6.",
"minimum": 2,
"maximum": 6,
"title": "TODO Title"
"title": "Radius"
}
}
}