Skip to content

Instantly share code, notes, and snippets.

@agrif
Created January 1, 2014 01:32
Show Gist options
  • Select an option

  • Save agrif/8204009 to your computer and use it in GitHub Desktop.

Select an option

Save agrif/8204009 to your computer and use it in GitHub Desktop.
{
"type": "cube",
"texture": "assets/minecraft/textures/blocks/stone.png"
}
{
"datatype": "passthrough",
"models": {
0: {
"type": "cube",
"texture": "assets/minecraft/textures/blocks/planks_oak.png"
},
1: {
"type": "cube",
"texture": "assets/minecraft/textures/blocks/planks_spruce.png"
},
2: {
"type": "cube",
"texture": "assets/minecraft/textures/blocks/planks_birch.png"
},
3: {
"type": "cube",
"texture": "assets/minecraft/textures/blocks/planks_jungle.png"
}
}
}
{
"datatype": "passthrough",
"models": {
0: {
"type": "cube",
"top": "assets/minecraft/textures/block/sandstone_top.png",
"bottom": "assets/minecraft/textures/block/sandstone_bottom.png",
"side": "assets/minecraft/textures/block/sandstone_normal.png"
},
1: {
"type": "cube",
"top": "assets/minecraft/textures/block/sandstone_top.png",
"bottom": "assets/minecraft/textures/block/sandstone_bottom.png",
"side": "assets/minecraft/textures/block/sandstone_carved.png"
},
2: {
"type": "cube",
"top": "assets/minecraft/textures/block/sandstone_top.png",
"bottom": "assets/minecraft/textures/block/sandstone_bottom.png",
"side": "assets/minecraft/textures/block/sandstone_smooth.png"
}
}
}
{
"type": "cube",
"top": "assets/minecraft/textures/blocks/crafting_table_top.png",
"bottom": "assets/minecraft/textures/blocks/crafting_table_top.png",
"front": "assets/minecraft/textures/blocks/crafting_table_front.png",
"back": "assets/minecraft/textures/blocks/crafting_table_front.png",
"left": "assets/minecraft/textures/blocks/crafting_table_side.png",
"right": "assets/minecraft/textures/blocks/crafting_table_side.png"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment