- Updated for 1.21.40 (#324)

This commit is contained in:
Xterionix
2024-11-18 19:33:19 +05:00
committed by GitHub
parent 31ad665f07
commit 32d6a0effb
17 changed files with 300 additions and 97 deletions

View File

@@ -21,12 +21,18 @@
"type": "string",
"$ref": "../../../../general/item/identifier.json"
}
},
"restriction_type": {
"title": "Restriction Type",
"description": "Defines how the the entity will be restricted to its home position. The possible values are:\n- 'none', which poses no restriction.\n- 'random_movement', which restricts randomized movement to be around the home position.\n- [Beta] 'all_movement', which restricts any kind of movement to be around the home position. However, entities that somehow got too far away from their home will always be able to move closer to it, if prompted to do so.",
"enum": [ "none", "random_movement", "all_movement" ],
"default": "none"
}
},
"examples": [
{
"restriction_radius": -1,
"home_block_list": []
"home_block_list": [ ]
}
]
}