Misc entity fixes (#248)
* - Misc entity fixes * - Update entity sensor * Update source/behavior/entities/format/behaviors/dig.json Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com> * - Change entity sensor range property * - Fix --------- Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
This commit is contained in:
@@ -195,9 +195,9 @@
|
||||
},
|
||||
"douse_fire": {
|
||||
"title": "Douse Fire",
|
||||
"description": "If the target is on fire, then douse the fire.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If the target is on fire, then douse hte fire."
|
||||
"default": false
|
||||
},
|
||||
"freeze_on_hit": {
|
||||
"title": "Freeze On Hit",
|
||||
@@ -285,9 +285,9 @@
|
||||
"properties": {
|
||||
"catch_fire": {
|
||||
"title": "Catch Fire",
|
||||
"description": "Determines if the struck object is set on fire.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Determines if the struck object is set on fire."
|
||||
"default": false
|
||||
},
|
||||
"channeling": {
|
||||
"title": "Channeling",
|
||||
@@ -361,6 +361,12 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, then the hit must cause damage to update the last hurt property."
|
||||
},
|
||||
"should_bounce": {
|
||||
"title": "Should Bounce",
|
||||
"description": "If true, the projectile will bounce",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -585,9 +591,9 @@
|
||||
},
|
||||
"teleport_owner": {
|
||||
"title": "Teleport Owner",
|
||||
"description": "Determines if the owner is transported on hit.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Determines if the owner is transported on hit."
|
||||
"default": false
|
||||
},
|
||||
"thrown_potion_effect": {
|
||||
"title": "Thrown Potion Effect",
|
||||
|
||||
Reference in New Issue
Block a user