minetest-tools / mcimport

71 stars 22 forks source link

more details for "Unknown Minecraft Block:52:0" #5

Closed ensonic closed 8 years ago

ensonic commented 8 years ago

What does the ":52:0" stand for? Any guidance what to do to improve coverage?

The README only mentions 'missing mode' which is a bit vague. How do I find out what mod I would need to install?

sofar commented 8 years ago

These are missing mappings, not fixable by installing mods.

ensonic commented 8 years ago

Would it make sense to have a line format for not-yet mapped blocks, then the code could output them with a readable name (I see that map_content.txt already has //TODO comments for some of them). If I got it right the ids are those e.g. listed on http://minecraft-ids.grahamedgecombe.com/. If that is right what I don't get yet is e.g. I see: ":Unknown Minecraft Block:54:0" according to the link it is a "chest" (minecraft:chest) and has no variants, but in map_content.txt, chest are listed as "54 {2,3,4,5} default:chest {0,2,1,3}" - what is the 2nd number?

Btw. http://minecraft-ids.grahamedgecombe.com/api also has minecraft item id files as json/tsv.

I'll send a PR later to write Unknown Minecraft Block messages to stderr so that one can easilly redirect them to a file and get some stats: sort missing.txt | uniq -c | sort -n

sofar commented 8 years ago

acd7eaa4446ede45136b10923325e08a00cd03a7

ensonic commented 8 years ago

Any info on what the 2nd number on the chests is about?

sofar commented 8 years ago

Likely rotation.