Babel user information
en-N This user has a native understanding of English.
fr-2 Cet utilisateur dispose de connaissances intermédiaires en français.
es-1 Esta persona tiene un conocimiento básico del español.
Users by language

Code edit

//Rocraft

/**Here we add a 'database' with the properties of each block @name, @id.*/
var blocks = {
    dirt:{
        name: 'dirt',
        id: 0,
    },
    grass:{
        name: 'grass',
        id: 1,
    },
};