Pokechu22 / Burger

A simple tool for picking out information from the minecraft JARs, primarily useful for developers.
https://b.wiki.vg
MIT License
83 stars 15 forks source link

fix protocol version 15..25 #39

Closed rob9315 closed 2 years ago

rob9315 commented 2 years ago

there were three files with piston_head in them, the one which we don't care about which appeared as a duplicate block.list can be eliminated by checking if the file contains the string missingno Tesselating block in world

Pokechu22 commented 2 years ago

Note that 15 is 14w17a while 25 is 14w26c. Also, the blocks topping fails prior to 14w26a, including on 1.7 (but it couldn't even run for 14w17a-14w26c before this change); 14w11a and earlier generate no block data but do find the field list, 14w17a through 14w21b error out, and 14w25a/14w25b also generate no block data but do find the field list. I don't think this really matters; I'm just making note of it for future reference.

Thanks!