Updated shooter component

This commit is contained in:
DaanV2
2022-01-05 12:07:48 +01:00
parent d996527e7e
commit a0fe91131d

View File

@@ -14,20 +14,16 @@
"def": {
"title": "Def",
"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"
},
"type": {
"title": "Type",
"type": "string",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
"$comment": "UNDOCUMENTED",
"examples": ["dragonfireball"]
}
},
"examples": [
{
"aux_val": -1,
"def": "example",
"type": "example"
}
]
"examples": [{ "def": "minecraft:small_fireball" }]
}