-
-
Notifications
You must be signed in to change notification settings - Fork 924
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
Missing Some 1.7 Blocks/Items #189
Comments
I know this is outdated, but oh well. The JSON stuff comes from mcdevs/Burger, an outdated project that allowed to extract various information from a minecraft.jar file. I'm going to try updating it so I can extract 1.7 items. |
Would be nice 👍 |
I like that idea too :D |
Looks like this was handled (up to 1.8) by #227 and #230? I didn't get around to updating 1.8 Burger for item/block enum but this manual updating ought to work fine for now (but if anyone wants to help out with TkTech/Burger#12 I wouldn't mind =p not sure if/when I'll get to it). Also relevant: #229 |
That data is now in https://github.com/PrismarineJS/minecraft-data , what should be done about this issue ? |
I'm trying to extract this kind of information from the wiki PrismarineJS/minecraft-data#8 closing this issue. |
Block ids 172 and 159 need to be added.
http://minecraft.gamepedia.com/Hardened_Clay
As well as many more.
Is the JSON file with all the blocks and items coming from somewhere else? It seems like a great resource, and google doesn't come up with much for "minecraft items JSON". If it is being maintained purely here, it should be published elsewhere also since it it such a great resource.
The text was updated successfully, but these errors were encountered: