Added base examples
This commit is contained in:
@@ -6,6 +6,16 @@
|
||||
"description": "Sets the distance through which the entity can push through.",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"value": { "type": "number", "default": 0.0, "description": "The value of the entity's push-through, in blocks", "title": "Value" }
|
||||
}
|
||||
"value": {
|
||||
"type": "number",
|
||||
"default": 0.0,
|
||||
"description": "The value of the entity's push-through, in blocks",
|
||||
"title": "Value"
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
{
|
||||
"value": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user