Updated shooter component
This commit is contained in:
@@ -14,20 +14,16 @@
|
|||||||
"def": {
|
"def": {
|
||||||
"title": "Def",
|
"title": "Def",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"examples": ["minecraft:arrow", "minecraft:small_fireball", "minecraft:thrown_trident"],
|
||||||
"description": "Actor definition to use as projectile for the ranged attack. The actor definition must have the projectile component to be able to be shot as a projectile"
|
"description": "Actor definition to use as projectile for the ranged attack. The actor definition must have the projectile component to be able to be shot as a projectile"
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"title": "Type",
|
"title": "Type",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"examples": ["dragonfireball"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"examples": [
|
"examples": [{ "def": "minecraft:small_fireball" }]
|
||||||
{
|
|
||||||
"aux_val": -1,
|
|
||||||
"def": "example",
|
|
||||||
"type": "example"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user