Pokechu22

Results 169 comments of Pokechu22

Currently, recipes other than `minecraft:crafting_shaped` and `minecraft:crafting_shapeless` are ignored: https://github.com/mcdevs/Burger/blob/fdff962aeb1aa0351fc222e005af3fa9248345fb/burger/toppings/recipes.py#L135-L137 It wouldn't be that hard to add them (for versions that use JSON-based smelting recipes at least), but I'm also...

For burger, if I did include it, it would be in the same `recipes` section (burger only generates one JSON file), since I'd want to process it in the same...

I've imported a few ELF files from Wii games without issue; the one thing you need to do when using the default ELF loader is change the language from normal...

Oh, though I should add that importing like that does skip the other functionality provided by this (detecting SDA values and generating the default sections). For the first one I...

Unfortunately, it isn't technically possible to add or change achievements just from the server. That's just something that the Minecraft protocol doesn't support. You'd need to make a client mod...

Ah, it's been 2 years since I wrote that, and [advancements](https://minecraft.gamepedia.com/Advancements) are now a thing. And they're completely driven by the server, with [a packet](http://wiki.vg/Protocol#Advancements) to sync them. So, now,...

`mcversions.net` only lists versions found in the launcher; older snapshots aren't found in it (or the launcher). On the other hand, I've recently updated [Protocol version numbers](http://wiki.vg/Protocol_version_numbers) and it should...

Burger isn't able to extract biomes in 1.16 currently, so no biome data is generated.

For now, yes, though probably the burger extractor should be modified to not die if any single part of the data is missing.

As I mentioned in mcdevs/Burger#35 I'd rather not have more recipe types in burger (I'm actually somewhat tempted to remove the current recipe extractor), since it adds a lot of...