Last active
December 13, 2015 22:01
-
-
Save Unh0lyTigg/6aa20685e4ce3021e9c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"forge_marker": 1, | |
"defaults": { | |
"textures": { | |
"center": "rp:blocks/pipe_standard_center", | |
"connection_side": "rp:blocks/pipe_standard_connection_side", | |
"connection_end": "rp:blocks/pipe_standard_connection_end", | |
"color_overlay": "rp:blocks/pipe_overlay_none" | |
}, | |
"model": "rp:pipe_center", | |
"uvlock": true | |
}, | |
"variants": { | |
"north": { | |
"true": { | |
"submodel": "rp:pipe_connection", | |
"y": 180 | |
}, | |
"false": {} | |
}, | |
"south": { | |
"true": { | |
"submodel": "rp:pipe_connection" | |
}, | |
"false": {} | |
}, | |
"east": { | |
"true": { | |
"submodel": "rp:pipe_connection", | |
"y": 90 | |
}, | |
"false": {} | |
}, | |
"west": { | |
"true": { | |
"submodel": "rp:pipe_connection", | |
"y": 270 | |
}, | |
"false": {} | |
}, | |
"up": { | |
"true": { | |
"submodel": "rp:pipe_connection", | |
"z": 90 | |
}, | |
"false": {} | |
}, | |
"down": { | |
"true": { | |
"submodel": "rp:pipe_connection", | |
"z": 270 | |
}, | |
"false": {} | |
}, | |
"type": { | |
"normal": {}, | |
"redstone": { | |
"textures": { | |
"center": "rp:blocks/pipe_redstone_center", | |
"connection_side": "rp:blocks/pipe_redstone_connection_side" | |
} | |
}, | |
"redstone_on": { | |
"textures": { | |
"center": "rp:blocks/pipe_redstone_on_center", | |
"connection_side": "rp:blocks/pipe_redstone_on_connection_side" | |
} | |
}, | |
"restricted": { | |
"textures": { | |
"center": "rp:blocks/pipe_restricted_center", | |
"connection_side": "rp:blocks/pipe_restricted_connection_side" | |
} | |
} | |
}, | |
"color": { | |
"none": {}, | |
"white": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_white" } }, | |
"orange": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_orage" } }, | |
"magenta": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_magenta" } }, | |
"light_blue": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_light_blue" } }, | |
"yellow": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_yellow" } }, | |
"lime": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_lime" } }, | |
"pink": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_pink" } }, | |
"gray": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_gray" } }, | |
"light_gray": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_light_gray" } }, | |
"cyan": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_cyan" } }, | |
"purple": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_purple" } }, | |
"blue": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_blue" } }, | |
"brown": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_brown" } }, | |
"green": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_green" } }, | |
"red": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_red" } }, | |
"black": { "textures": { "color_overlay": "rp:blocks/pipe_overlay_black" } } | |
}, | |
"straightness": { | |
"normal": {}, | |
"straight_x": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_normal", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
}, | |
"y": 90 | |
}, | |
"straight_y": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_normal", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
} | |
}, | |
"straight_z": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_normal", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
}, | |
"z": 90 | |
}, | |
"straight_x_redstone": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_normal", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
}, | |
"y": 90 | |
}, | |
"straight_y_redstone": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_redstone", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
} | |
}, | |
"straight_z_redstone": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_redstone", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
}, | |
"z": 90 | |
}, | |
"straight_x_redstone_on": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_redstone_on", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
}, | |
"y": 90 | |
}, | |
"straight_y_redstone_on": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_redstone_on", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
} | |
}, | |
"straight_z_redstone_on": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_redstone_on", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
}, | |
"z": 90 | |
}, | |
"straight_x_restricted": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_restricted", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
}, | |
"y": 90 | |
}, | |
"straight_y_restricted": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_restricted", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
} | |
}, | |
"straight_z_restricted": { | |
"model": "rp:pipe_straight", | |
"textures": { | |
"side": "rp:blocks/pipe_straight_side_restricted", | |
"center": "rp:blocks/pipe_none", | |
"connection_side": "rp:blocks/pipe_none" | |
}, | |
"z": 90 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment