Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "variants":
- {
- "facing=north": { "model": "am:flux_storage_block", "y": 180 },
- "facing=east": { "model": "am:flux_storage_block", "y": 270 },
- "facing=south": { "model": "am:flux_storage_block" },
- "facing=west": { "model": "am:flux_storage_block", "y": 90 }
- },
- "multipart": [
- { "when": { "north": "true" },
- "apply": { "model": "am:flux_storage_block_subnode", "uvlock": false }
- },
- { "when": { "north": "false" },
- "apply": { "model": "am:flux_storage_block", "uvlock": false }
- },
- { "when": { "east": "true" },
- "apply": { "model": "am:flux_storage_block_subnode", "y": 90, "uvlock": false }
- },
- { "when": { "east": "false" },
- "apply": { "model": "am:flux_storage_block", "y": 90, "uvlock": false }
- },
- { "when": { "south": "true" },
- "apply": { "model": "am:flux_storage_block_subnode", "y": 180, "uvlock": false }
- },
- { "when": { "south": "false" },
- "apply": { "model": "am:flux_storage_block", "y": 180, "uvlock": false }
- },
- { "when": { "west": "true" },
- "apply": { "model": "am:flux_storage_block_subnode", "y": 270, "uvlock": false }
- },
- { "when": { "west": "false" },
- "apply": { "model": "am:flux_storage_block", "y": 270, "uvlock": false }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment