Fixed ref
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
"description": "Allows an entity to randomly move through water",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"avoid_surface": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
||||
Reference in New Issue
Block a user