Skip to content

Instantly share code, notes, and snippets.

@ZornTaov
Last active March 6, 2016 04:56
Show Gist options
  • Save ZornTaov/ec672aa67fc027563db6 to your computer and use it in GitHub Desktop.
Save ZornTaov/ec672aa67fc027563db6 to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "blocks/wool_colored_white",
"particle": "#texture",
"wool": "#texture",
"bottom": "#texture",
"top": "#texture",
"side": "#texture"
},
"model": "bedcraftbeyond:rug/carpet",
"transform": "forge:default-block",
"uvlock": true
},
"variants": {
"color": {
"white": { "textures": {"texture": "blocks/wool_colored_white"}},
"orange": { "textures": {"texture": "blocks/wool_colored_orange"}},
"magenta": { "textures": {"texture": "blocks/wool_colored_magenta"}},
"light_blue": { "textures": {"texture": "blocks/wool_colored_light_blue"}},
"yellow": { "textures": {"texture": "blocks/wool_colored_yellow"}},
"lime": { "textures": {"texture": "blocks/wool_colored_lime"}},
"pink": { "textures": {"texture": "blocks/wool_colored_pink"}},
"gray": { "textures": {"texture": "blocks/wool_colored_gray"}},
"silver": { "textures": {"texture": "blocks/wool_colored_silver"}},
"cyan": { "textures": {"texture": "blocks/wool_colored_cyan"}},
"purple": { "textures": {"texture": "blocks/wool_colored_purple"}},
"blue": { "textures": {"texture": "blocks/wool_colored_blue"}},
"brown": { "textures": {"texture": "blocks/wool_colored_brown"}},
"green": { "textures": {"texture": "blocks/wool_colored_green"}},
"red": { "textures": {"texture": "blocks/wool_colored_red"}},
"black": { "textures": {"texture": "blocks/wool_colored_black"}}
},
"shape": {
"slab": {
"model": "bedcraftbeyond:rug/carpet_slab"
},
"straight": {
"model": "bedcraftbeyond:rug/stairs"
},
"inner_left": {
"model": "bedcraftbeyond:rug/inner_stairs_left"
},
"inner_right": {
"model": "bedcraftbeyond:rug/inner_stairs_right"
},
"outer_left": {
"model": "bedcraftbeyond:rug/outer_stairs_left"
},
"outer_right": {
"model": "bedcraftbeyond:rug/outer_stairs_right"
},
"block": {
}
},
"el": {
"none": {
},
"half": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half"
}
}
},
"left": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half_left"
}
}
},
"right": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half_right"
}
}
},
"full": {
"submodel": "bedcraftbeyond:rug/outer_stairs_left"
}
},
"sl": {
"none": {
},
"half": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half",
"y": 90
}
}
},
"left": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half_left",
"y": 90
}
}
},
"right": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half_right",
"y": 90
}
}
},
"full": {
"submodel": "bedcraftbeyond:rug/outer_stairs_left"
}
},
"wl": {
"none": {
},
"half": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half",
"y": 180
}
}
},
"left": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half_left",
"y": 180
}
}
},
"right": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half_right",
"y": 180
}
}
},
"full": {
"submodel": "bedcraftbeyond:rug/outer_stairs_left"
}
},
"nl": {
"none": {
},
"half": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half",
"y": 270
}
}
},
"left": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half_left",
"y": 270
}
}
},
"right": {
"submodel": {
"panel": {
"model": "bedcraftbeyond:rug/side/slab_half_right",
"y": 270
}
}
},
"full": {
"submodel": "bedcraftbeyond:rug/outer_stairs_left"
}
},
"facing": {
"east": {
},
"south": {
"y": 90
},
"west": {
"y": 180
},
"north": {
"y": 270
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment