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

Particles.json #75

Closed
rom1504 opened this issue Oct 13, 2015 · 4 comments
Closed

Particles.json #75

rom1504 opened this issue Oct 13, 2015 · 4 comments
Labels

Comments

@rom1504
Copy link
Member

rom1504 commented Oct 13, 2015

http://wiki.vg/Protocol#Particle

@Gjum Gjum mentioned this issue Oct 13, 2015
11 tasks
@phase
Copy link
Contributor

phase commented Oct 25, 2015

Is this just a big table of the numerical ids? Like (please ignore my horrible JSON skills):

"particles": {
    "explode": 0,
    "largeexplosion": 1,
    //...
}

We could just modify this manually if it isn't documented on the Minecraft wiki anywhere.

@rom1504
Copy link
Member Author

rom1504 commented Oct 25, 2015

It's there http://wiki.vg/Protocol#Particle
And it would be something like that yeah.
Or more like:

[
{"name":"explode","id":0},
{"name":"largeexplosion","id":1},
...
]

I haven't had time to do this, but I'll probably just add an extractor for this in https://github.com/PrismarineJS/mcdevs-wiki-extractor so we have that data from wiki.vg

@nickelpro
Copy link
Member

Some particle types have extended data, that should probably be in there too

@nickelpro
Copy link
Member

Fixed in #319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants