{  
   "minecraft:entity":{  
      "format_version":"1.1.0",
      "component_groups":{  

      },
      "components":{  
         "minecraft:identifier":{  
            "id":"minecraft:pig"
         },
         "minecraft:type_family":{  
            "family":[  
               "marker"
            ]
         },
         "minecraft:breathable":{  
            "totalSupply":15,
			"breathesSolids":true,
			"breatheBlocks": ["stone"]
         },
         "minecraft:collision_box":{  
            "width":0.005,
            "height":0.005
         },
         "minecraft:fall_damage":{  
            "value":0.0
         },
         "minecraft:movement":{  
            "value":0.0
         },
         "minecraft:health":{  
            "value":1
         },
         "minecraft:nameable":{  

         }	 
      },
      "events":{  
         "minecraft:entity_spawned":{  

         },
      }
   }
}