Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "forge_marker": 1,
- "defaults": {
- "textures": {"all": "blocks/fcraft_basic_fluid_pipe_block"},
- "model": "fcraft:fcraft_pipe/fcraft_pipe_base"
- },
- "variants": {
- "connect_down": {
- "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_down"},
- "false": {}
- },
- "connect_east": {
- "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_east"},
- "false": {}
- },
- "connect_north": {
- "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_north"},
- "false": {}
- },
- "connect_south": {
- "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_south"},
- "false": {}
- },
- "connect_up": {
- "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_up"},
- "false": {}
- },
- "connect_west": {
- "true": {"submodel": "fcraft:fcraft_pipe/fcraft_pipe_west"},
- "false": {}
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement