Skip to content

Instantly share code, notes, and snippets.

@izzyaxel
Last active September 15, 2016 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save izzyaxel/d5e40a543b3540d0810faba39841f60c to your computer and use it in GitHub Desktop.
Save izzyaxel/d5e40a543b3540d0810faba39841f60c to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"defaults": {
"textures": {
"stage0": "chromatimancy:blocks/chromatospore0",
"stage1": "chromatimancy:blocks/chromatospore1",
"stage2": "chromatimancy:blocks/chromatospore2",
"stage3": "chromatimancy:blocks/chromatospore3",
"stage4": "chromatimancy:blocks/chromatospore4",
"stage5": "chromatimancy:blocks/chromatospore5",
"stage6": "chromatimancy:blocks/chromatospore6",
"stage7": "chromatimancy:blocks/chromatospore7"
},
"model": "cross",
"uvlock": true
},
"variants": {
"age": {
"0": {
"textures": {
"cross": "#stage0"
}
},
"1": {
"textures": {
"cross": "#stage1"
}
},
"2": {
"textures": {
"cross": "#stage2"
}
},
"3": {
"textures": {
"cross": "#stage3"
}
},
"4": {
"textures": {
"cross": "#stage4"
}
},
"5": {
"textures": {
"cross": "#stage5"
}
},
"6": {
"textures": {
"cross": "#stage6"
}
},
"7": {
"textures": {
"cross": "#stage7"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment