Skip to content

Instantly share code, notes, and snippets.

@tterrag1098
Last active September 23, 2017 04:12
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 tterrag1098/33d8fe555e1aa216f0b9e5d5cab96f20 to your computer and use it in GitHub Desktop.
Save tterrag1098/33d8fe555e1aa216f0b9e5d5cab96f20 to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"defaults": {"model":"cube_all"},
"variants": {
"indent": [{"textures":{"all":"chisel:blocks/andesite/indent"}}],
"bricks-small": [{"textures":{"all":"chisel:blocks/andesite/bricks-small"}}],
"bricks-soft": [{"textures":{"all":"chisel:blocks/andesite/bricks-soft"}}],
"tiles-small": [{"textures":{"all":"chisel:blocks/andesite/tiles-small"}}],
"bricks-encased": [{"textures":{"all":"chisel:blocks/andesite/bricks-encased"}}],
"cracked": [{"textures":{"all":"chisel:blocks/andesite/cracked"}}],
"slanted": [{"textures":{"all":"chisel:blocks/andesite/slanted"}}],
"emboss": [{"textures":{"all":"chisel:blocks/andesite/emboss"}}],
"array": [{"textures":{"all":"chisel:blocks/andesite/array"}}],
"road": [{"textures":{"all":"chisel:blocks/andesite/road"}}],
"layers": [{"textures":{"all":"chisel:blocks/andesite/layers"}}],
"mosaic": [{"textures":{"all":"chisel:blocks/andesite/mosaic"}}],
"tiles-medium": [{"textures":{"all":"chisel:blocks/andesite/tiles-medium"}}],
"largeornate": [{"textures":{"all":"chisel:blocks/andesite/largeornate"}}],
"chaotic-small": [{"textures":{"all":"chisel:blocks/andesite/chaotic-small"}}],
"panel": [{"textures":{"all":"chisel:blocks/andesite/panel"}}],
"circularct": [{
"model": "chisel:base/cube_all_ctm_override",
"textures": {
"all":"chisel:blocks/andesite/circular",
"ctm": "chisel:blocks/andesite/circular-ctm"
}
}],
"prism": [{"textures":{"all":"chisel:blocks/andesite/prism"}}],
"cuts": [{"textures":{"all":"chisel:blocks/andesite/cuts"}}],
"zag": [{"textures":{"all":"chisel:blocks/andesite/zag"}}],
"ornate": [{"textures":{"all":"chisel:blocks/andesite/ornate"}}],
"bricks-triple": [{"textures":{"all":"chisel:blocks/andesite/bricks-triple"}}],
"twisted": [{
"model": "cube_column",
"textures": {
"side": "chisel:blocks/andesite/twisted-side",
"end": "chisel:blocks/andesite/twisted-top"
}
}],
"dent": [{"textures":{"all":"chisel:blocks/andesite/dent"}}],
"raw": [{"textures":{"all":"chisel:blocks/andesite/extra/raw"}}],
"french-1": [{"textures":{"all":"chisel:blocks/andesite/french-1"}}],
"circular": [{"textures":{"all":"chisel:blocks/andesite/circular"}}],
"french-2": [{"textures":{"all":"chisel:blocks/andesite/french-2"}}],
"pillar": [{
"model": "cube_column",
"textures": {
"side": "chisel:blocks/andesite/pillar-side",
"end": "chisel:blocks/andesite/pillar-top"
}
}],
"braid": [{"textures":{"all":"chisel:blocks/andesite/braid"}}],
"marker": [{"textures":{"all":"chisel:blocks/andesite/marker"}}],
"bricks-cracked": [{"textures":{"all":"chisel:blocks/andesite/bricks-cracked"}}],
"chaotic-medium": [{"textures":{"all":"chisel:blocks/andesite/chaotic-medium"}}],
"bricks-solid": [{"textures":{"all":"chisel:blocks/andesite/bricks-solid"}}],
"weaver": [{"textures":{"all":"chisel:blocks/andesite/weaver"}}],
"jellybean": [{"textures":{"all":"chisel:blocks/andesite/jellybean"}}],
"bricks-chaotic": [{"textures":{"all":"chisel:blocks/andesite/bricks-chaotic"}}],
"tiles-large": [{"textures":{"all":"chisel:blocks/andesite/tiles-large"}}]
}
}
{
"parent": "block/cube_all",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#all", "cullface": "down", "tintindex": 1 },
"up": { "texture": "#all", "cullface": "up", "tintindex": 1 },
"north": { "texture": "#all", "cullface": "north", "tintindex": 1 },
"south": { "texture": "#all", "cullface": "south", "tintindex": 1 },
"west": { "texture": "#all", "cullface": "west", "tintindex": 1 },
"east": { "texture": "#all", "cullface": "east", "tintindex": 1 }
}
}
],
"ctm_version": 1,
"ctm_overrides": {
"1": {
"type": "ctm",
"textures": [
"#ctm"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment