SpockBotMC / SpockBot

High level Python framework for building Minecraft clients and bots.
MIT License
198 stars 47 forks source link

Convert biomes to minecraft-data #177

Closed rom1504 closed 9 years ago

rom1504 commented 9 years ago

I think biomes.py should be fairly easy to convert (see the data there biomes.json ) and doing that conversion will probably help to know how to convert blocks.py ( #123 ) which has a similar structure.

Should the same structure remain (using metaclasses or something like that ?) or would a dict work ?

Gjum commented 9 years ago

will probably be a list or dict of namedtuples