Skip to content

Instantly share code, notes, and snippets.

@Keridos
Last active November 30, 2016 18:22
Show Gist options
  • Save Keridos/cc69930ad7b28d82fd36c14d6bc65f57 to your computer and use it in GitHub Desktop.
Save Keridos/cc69930ad7b28d82fd36c14d6bc65f57 to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"transform": "forge:default-block",
"defaults": {
"textures": {
"wall": "ompd:blocks/hardened_tier_one"
}
},
"variants": {
"north": {
"true": {
"submodel": "ompd:wall_side"
},
"false": {
}
},
"east": {
"true": {
"submodel": "ompd:wall_side",
"y": 90
},
"false": {
}
},
"south": {
"true": {
"submodel": "ompd:wall_side",
"y": 180
},
"false": {
}
},
"west": {
"true": {
"submodel": "ompd:wall_side",
"y": 270
},
"false": {
}
},
"up": {
"true": {
"submodel": "ompd:wall_post"
},
"false": {
}
},
"tier": {
"1": {
"textures": {
"wall": "ompd:blocks/hardened_tier_one"
}
},
"2": {
"textures": {
"wall": "ompd:blocks/hardened_tier_two"
}
},
"3": {
"textures": {
"wall": "ompd:blocks/hardened_tier_three"
}
},
"4": {
"textures": {
"wall": "ompd:blocks/hardened_tier_four"
}
},
"5": {
"textures": {
"wall": "ompd:blocks/hardened_tier_five"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment