fix: treat spawns as void
This commit is contained in:
parent
10d3188d67
commit
9e6df804ce
|
@ -21,7 +21,7 @@ export default class Spawner extends decorate(Trait) {
|
|||
},
|
||||
spawn: {
|
||||
cycle: true,
|
||||
type: 'entity',
|
||||
type: 'void|entity',
|
||||
label: 'Spawn $1 with $2 extensions.',
|
||||
args: [
|
||||
['key', {
|
||||
|
@ -35,7 +35,7 @@ export default class Spawner extends decorate(Trait) {
|
|||
},
|
||||
spawnAt: {
|
||||
cycle: true,
|
||||
type: 'entity',
|
||||
type: 'void|entity',
|
||||
label: 'Spawn $1 as $2 with $3 extensions.',
|
||||
args: [
|
||||
['key', {
|
||||
|
@ -52,7 +52,7 @@ export default class Spawner extends decorate(Trait) {
|
|||
},
|
||||
spawnRaw: {
|
||||
cycle: true,
|
||||
type: 'entity',
|
||||
type: 'void|entity',
|
||||
label: 'Spawn $1.',
|
||||
args: [
|
||||
['json', {
|
||||
|
@ -62,7 +62,7 @@ export default class Spawner extends decorate(Trait) {
|
|||
},
|
||||
spawnRawAt: {
|
||||
cycle: true,
|
||||
type: 'entity',
|
||||
type: 'void|entity',
|
||||
label: 'Spawn $1 at $2.',
|
||||
args: [
|
||||
['position', {
|
||||
|
|
Loading…
Reference in New Issue
Block a user