Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for command block data #121

Closed
codingMASTER398 opened this issue May 9, 2021 · 1 comment
Closed

Support for command block data #121

codingMASTER398 opened this issue May 9, 2021 · 1 comment

Comments

@codingMASTER398
Copy link

Idea:
Instead of having the output

Block {
  type: 277,
  metadata: 10,
  light: 0,
  skyLight: 0,
  biome: {
    id: 3,
    name: 'mountains',
    name_legacy: 'mountains',
    category: 'extreme_hills',
    temperature: 0.2,
    precipitation: 'rain',
    depth: 1,
    dimension: 'overworld',
    displayName: 'Extreme Hills',
    color: 6316128,
    rainfall: 0.3
  },
  position: null,
  stateId: 5654,
  name: 'command_block',
  hardness: 0,
  displayName: 'Command Block',
  shapes: [ [ 0, 0, 0, 1, 1, 1 ] ],
  boundingBox: 'block',
  transparent: false,
  diggable: false,
  material: undefined,
  harvestTools: undefined,
  drops: []
}

We should have the extra

command: 'say ack'

It would help a lot!

@rom1504
Copy link
Member

rom1504 commented Aug 8, 2021

#134

@rom1504 rom1504 closed this as completed Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants