Updated titles
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user